diff options
-rw-r--r-- | recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 |
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 | ||
37 | do_deploy[depends] += "rpi-config:do_deploy" | ||
38 | |||
37 | addtask deploy before do_build after do_install | 39 | addtask deploy before do_build after do_install |
38 | do_deploy[dirs] += "${DEPLOYDIR}/${PN}" | 40 | do_deploy[dirs] += "${DEPLOYDIR}/${PN}" |
39 | 41 | ||