You have detailed instruction, how to add custom package to LibreELEC, but I don't know, how to include my package to build. Even if I build my custom package (as described at section 8), it's not included when I compile full build (through PROJECT=Odroid_C2 ARCH=aarch64 make image). How to include my package to my LibreELEC build?
Build custom build with custom packages
-
Rinaldus -
March 11, 2017 at 3:24 PM -
Thread is Unresolved
-
-
- Official Post
Add it as a dependency to an existing package. There are some 'virtual' packages in packages/virtual/ that are easily used for such things.
-
-
Thank you very much!