summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bcm/bootfiles/bcm2835-bootfiles.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
index 89df7a0..28d1639 100644
--- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
+++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
15 15
16S = "${WORKDIR}/git/boot" 16S = "${WORKDIR}/git/boot"
17 17
18PR = "r2" 18PR = "r3"
19 19
20addtask deploy before do_package after do_install 20addtask deploy before do_package after do_install
21 21
@@ -24,6 +24,9 @@ do_deploy() {
24 for i in *.elf ; do 24 for i in *.elf ; do
25 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles 25 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
26 done 26 done
27 for i in *.dat ; do
28 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
29 done
27 for i in *.bin ; do 30 for i in *.bin ; do
28 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles 31 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
29 done 32 done