diff options
| -rwxr-xr-x | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 2 |
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 | ||
| 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 30 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
