summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-bcm/bootfiles/bcm2835-bootfiles.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
index e059142..53969c5 100755
--- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
+++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
@@ -23,6 +23,8 @@ do_deploy() {
23 for i in *.bin ; do 23 for i in *.bin ; do
24 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles 24 cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
25 done 25 done
26 # Add stamp in deploy directory
27 touch ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/${PN}-${PV}.stamp
26} 28}
27 29
28PACKAGE_ARCH = "${MACHINE_ARCH}" 30PACKAGE_ARCH = "${MACHINE_ARCH}"