mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-05 02:20:16 +00:00
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>
This commit is contained in:
@@ -23,6 +23,8 @@ do_deploy() {
|
||||
for i in *.bin ; do
|
||||
cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
||||
done
|
||||
# Add stamp in deploy directory
|
||||
touch ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/${PN}-${PV}.stamp
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
Reference in New Issue
Block a user