From d952980bd40526cc3f0649032a991cd9e4c90102 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 14 Nov 2012 23:24:18 +0200 Subject: bcm2835-bootfiles: Deploy .dat files too These files are used in the boot process with the updated bootloader. Signed-off-by: Andrei Gherzan --- recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = " \ S = "${WORKDIR}/git/boot" -PR = "r2" +PR = "r3" addtask deploy before do_package after do_install @@ -24,6 +24,9 @@ do_deploy() { for i in *.elf ; do cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles done + for i in *.dat ; do + cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles + done for i in *.bin ; do cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles done -- cgit v1.2.3-54-g00ecf