Skip to content

Commit e2ea20b

Browse files
fmoessbauerchombourger
authored andcommitted
chore(rpi4): limit imager install to wic
We currently only support imaging with wic. By that, limit the IMAGE_INSTALL to that mode as well. This speeds avoids building these dependencies when just creating a rootfs. Signed-off-by: Felix Moessbauer <[email protected]>
1 parent 02dd7d7 commit e2ea20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-isar/conf/machine/rpi4b.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IMAGE_FSTYPES ?= "wic"
1313
WKS_FILE ?= "rpi4b.wks"
1414

1515
IMAGER_BUILD_DEPS = "rpi-firmware linux-image-${KERNEL_NAME}"
16-
IMAGER_INSTALL += "${IMAGER_BUILD_DEPS}"
16+
IMAGER_INSTALL:wic += "${IMAGER_BUILD_DEPS}"
1717

1818
IMAGE_BOOT_FILES = " \
1919
/usr/lib/rpi-firmware/bootcode.bin;bootcode.bin \

0 commit comments

Comments
 (0)