summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/bootfiles/bcm2835-bootfiles.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
index 0d636f0..bbaf619 100644
--- a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
+++ b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
@@ -34,6 +34,8 @@ do_deploy() {
34 touch ${DEPLOYDIR}/${PN}/${PN}-${PV}.stamp 34 touch ${DEPLOYDIR}/${PN}/${PN}-${PV}.stamp
35} 35}
36 36
37do_deploy[depends] += "rpi-config:do_deploy"
38
37addtask deploy before do_build after do_install 39addtask deploy before do_build after do_install
38do_deploy[dirs] += "${DEPLOYDIR}/${PN}" 40do_deploy[dirs] += "${DEPLOYDIR}/${PN}"
39 41