openwrt/target/imagebuilder/files
Christian Marangi a8d17c21e4
imagebuilder: actually support IB from buildbot
ImageBuilder compiled by buildbot doesn't have any package in the
packages directory. Package needs to be downloaded instead.

This works by calling update to the package manage to download the
remove index and download the file.

Fix missing support for this with APK, by configuring the
--repositories-file option and calling the APK update.

Also move the apk add --initdb to package_index.

If CONFIG_SIGNATURE_CHECK is not enabled, the signature is not checked.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-10-29 00:07:52 +01:00
..
Makefile imagebuilder: actually support IB from buildbot 2024-10-29 00:07:52 +01:00
README.apk.md imagebuilder: fix broken IB_STANDALONE option 2024-05-31 15:48:00 +02:00
README.opkg.md imagebuilder: fix broken IB_STANDALONE option 2024-05-31 15:48:00 +02:00
repositories.conf merge: etc: update remaining files 2017-12-08 19:41:18 +01:00

./packages folder

Add .ipk packages to this folder will allow the ImageBuilder to install them.

For more complex setups consider adding a custom feed containing packages.

src custom file:///path/to/packages

Whenever the ImageBuilder builds a firmware image this folder will be reloaded and a new package index created. In case signature checks are enabled the ./packages/Packages index will be signed with a locally generated key pair.