Build custom build with custom packages

  • 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?

  • Add it as a dependency to an existing package. There are some 'virtual' packages in packages/virtual/ that are easily used for such things.

  • You need to add new package name in one other package under PKG_DEPENDS_TARGET.

    Or you can add name in packages/oem/package.mk and build image with

    Code
    PROJECT=Odroid_C2 ARCH=aarch64 OEM=yes make image