mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02: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:
parent
4ac170e18b
commit
d952980bd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user