From f76da5003a03ef7d361f05d121731c74fa732fda Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 10 Oct 2019 08:51:21 -0400 Subject: 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 --- meta-raspberrypi/classes/sdcard_image-rpi.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-raspberrypi/classes') diff --git a/meta-raspberrypi/classes/sdcard_image-rpi.bbclass b/meta-raspberrypi/classes/sdcard_image-rpi.bbclass index dc625a3104..d3447689a0 100644 --- a/meta-raspberrypi/classes/sdcard_image-rpi.bbclass +++ b/meta-raspberrypi/classes/sdcard_image-rpi.bbclass @@ -55,6 +55,7 @@ do_image_rpi_sdimg[depends] = " \ 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)} \ -- cgit v1.2.3