aboutsummaryrefslogtreecommitdiffstats
path: root/target/imagebuilder/files/README.md
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-10-12 15:36:33 -1000
committerJo-Philipp Wich <jo@mein.io>2022-02-10 20:06:04 +0100
commit6d266ef158840b9f9e2b18153f3b789ad220e559 (patch)
treeb45279ad9d81d334377a3ee8dd79579f511d1dfc /target/imagebuilder/files/README.md
parent97b95ef8b9186518cda6f2d3cec8a01860fae2e7 (diff)
downloadupstream-6d266ef158840b9f9e2b18153f3b789ad220e559.tar.gz
upstream-6d266ef158840b9f9e2b18153f3b789ad220e559.tar.bz2
upstream-6d266ef158840b9f9e2b18153f3b789ad220e559.zip
imagebuilder: fix local packages/ folder
This commit fixes commit "2999f810ff: build,IB: include kmods only in local builds" which cause the local packages/ folder only to be added for local builds but no longer for ImageBuilder created by the Buildbot. The commits intention was to use remote kmods repositories rather than storing them locally. Accidentally the entire handling of the local `packages/` was removed. Re-add the folder and include a README describing what it can be used for. Signed-off-by: Paul Spooren <mail@aparcar.org> (cherry picked from commit 15e55a2190ba087679b24b8844a51a6e4d512cf3) Fixes: #5068 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/imagebuilder/files/README.md')
-rw-r--r--target/imagebuilder/files/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/imagebuilder/files/README.md b/target/imagebuilder/files/README.md
new file mode 100644
index 0000000000..9a9616d06d
--- /dev/null
+++ b/target/imagebuilder/files/README.md
@@ -0,0 +1,11 @@
+# ./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.