imagebuilder: fix local packages/ folder
authorPaul Spooren <mail@aparcar.org>
Wed, 13 Oct 2021 01:36:33 +0000 (15:36 -1000)
committerJo-Philipp Wich <jo@mein.io>
Thu, 10 Feb 2022 19:06:04 +0000 (20:06 +0100)
commit6d266ef158840b9f9e2b18153f3b789ad220e559
treeb45279ad9d81d334377a3ee8dd79579f511d1dfc
parent97b95ef8b9186518cda6f2d3cec8a01860fae2e7
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>
target/imagebuilder/Makefile
target/imagebuilder/files/README.md [new file with mode: 0644]