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/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
index 0d636f0..bbaf619 100644
--- a/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
+++ b/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
@@ -34,6 +34,8 @@
touch ${DEPLOYDIR}/${PN}/${PN}-${PV}.stamp
}
+do_deploy[depends] += "rpi-config:do_deploy"
+
addtask deploy before do_build after do_install
do_deploy[dirs] += "${DEPLOYDIR}/${PN}"