meta-raspberrypi: subtree update:d34e054d51..afc43769e4
Chris Laplante (2):
bcm2835-bootfiles: tighten up dep on rpi-config
sdcard_image-rpi.bbclass: make the dep on rpi-config:do_deploy explicit
Florin Sarbu (1):
linux-firmware-rpidistro_git: Update wifi firmware
Change-Id: I8386a0c7fcae9f52b254e9b413ead8e017e379a9
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-raspberrypi/classes/sdcard_image-rpi.bbclass b/meta-raspberrypi/classes/sdcard_image-rpi.bbclass
index dc625a3..d344768 100644
--- a/meta-raspberrypi/classes/sdcard_image-rpi.bbclass
+++ b/meta-raspberrypi/classes/sdcard_image-rpi.bbclass
@@ -55,6 +55,7 @@
dosfstools-native:do_populate_sysroot \
virtual/kernel:do_deploy \
${IMAGE_BOOTLOADER}:do_deploy \
+ rpi-config:do_deploy \
${@bb.utils.contains('MACHINE_FEATURES', 'armstub', 'armstubs:do_deploy', '' ,d)} \
${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \
${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'rpi-u-boot-scr:do_deploy', '',d)} \