summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-bsp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-10 15:51:21 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-10 15:51:21 +0300
commitf76da5003a03ef7d361f05d121731c74fa732fda (patch)
tree2388530a54bcd2a23ae4786525a60dbed5af6b8f /meta-raspberrypi/recipes-bsp
parentae9284a744c1bfe1b5e90ffb742a37877c2f4776 (diff)
downloadopenbmc-f76da5003a03ef7d361f05d121731c74fa732fda.tar.xz
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>
Diffstat (limited to 'meta-raspberrypi/recipes-bsp')
-rw-r--r--meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
index 0d636f046..bbaf61906 100644
--- a/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
+++ b/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
@@ -34,6 +34,8 @@ do_deploy() {
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}"