mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +00:00
bcm2835-bootfiles: Deploy .dat files too
These files are used in the boot process with the updated bootloader. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -15,7 +15,7 @@ SRC_URI = " \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git/boot"
|
S = "${WORKDIR}/git/boot"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
addtask deploy before do_package after do_install
|
addtask deploy before do_package after do_install
|
||||||
|
|
||||||
@@ -24,6 +24,9 @@ do_deploy() {
|
|||||||
for i in *.elf ; do
|
for i in *.elf ; do
|
||||||
cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
||||||
done
|
done
|
||||||
|
for i in *.dat ; do
|
||||||
|
cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
||||||
|
done
|
||||||
for i in *.bin ; do
|
for i in *.bin ; do
|
||||||
cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user