Do you really think I will study what to do with that? No way!
Do you have the source somewhere so I can build the addon myself?
Do you really think I will study what to do with that? No way!
Do you have the source somewhere so I can build the addon myself?
You could write how to reproduce this issue.
Hi, I'm trying to run Phoronix Test Suite using this build of PHP (service.web.lamp-9.0.105-LE.S905.arm.zip), but I'm getting a weird memory error even through I've modified the script to run ini_set('memory_limit', '-1'); on startup, and also added memory_limit = -1 to php.ini, which I've verified by running php -r "phpinfo();"
Similar discussion: Add Build 7zip (for .7z files)
Addon is still a package but at the end addon zip file is created.
Are addons added using ADDITIONAL_PACKAGES too?
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?