diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-23 18:23:51 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-28 23:58:26 +0300 |
commit | b7c2c6f119f18b72c2708d735b7d267b256b9636 (patch) | |
tree | f5c4981dba0f5fa956521939374eac72ea5e72c0 | |
parent | 3dfb945730e2fdd787418364c67b9d4414cddb4b (diff) | |
download | meta-raspberrypi-b7c2c6f119f18b72c2708d735b7d267b256b9636.tar.gz |
bcm2835-bootfiles: Add stamp in deploy directory
In this way we can tell exactly what version is deployed.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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}" |