The documentation is very lacking on packages and add-ons. I want to know how to add my custom package to the final image.
I've created a directory /packages/helloworld with package.mk and sources subfolder with Makefile and helloworld.c, I am able to build it with scripts/build helloworld but it does not show up in the final image built using make image.
Should I make it an addon? I still can't tell the difference between addons and packages, are addons only for Kodi?