Skip to content

Commit 482d864

Browse files
JPEWdevagherzan
authored andcommitted
rpi-base: Fix wic image kernel dependency
wic images depend on the kernel device trees, and therefore should depend on virtual/kernel:do_deploy to make sure these are present in the deploy directory. Most of the time, this dependency is satisfied indirectly since a rootfs image will depend on the kernel, but add it explicitly for the cases where it is not. Signed-off-by: Joshua Watt <[email protected]>
1 parent c0aec2f commit 482d864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/machine/include/rpi-base.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ IMAGE_BOOT_FILES ?= "${BOOTFILES_DIR_NAME}/* \
149149
${RPI_EXTRA_IMAGE_BOOT_FILES} \
150150
"
151151
do_image_wic[depends] += " \
152+
virtual/kernel:do_deploy \
152153
rpi-bootfiles:do_deploy \
153154
${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \
154155
"

0 commit comments

Comments
 (0)