summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-11 09:56:49 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-14 16:25:43 +0000
commit8a362aecc21a2e34e17cc7798d9ba348054f1af7 (patch)
tree4208a6283d8125324b2a390c127d2f6f59c9ba68
parent52663b59193ec0ec60fae263aed89eaa5a101c45 (diff)
downloaddefinitions-8a362aecc21a2e34e17cc7798d9ba348054f1af7.tar.gz
Only install binary blobs needed
-rw-r--r--strata/bsp-rpi2/rpi2-firmware.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/strata/bsp-rpi2/rpi2-firmware.morph b/strata/bsp-rpi2/rpi2-firmware.morph
index 5bd164e3..df3d880c 100644
--- a/strata/bsp-rpi2/rpi2-firmware.morph
+++ b/strata/bsp-rpi2/rpi2-firmware.morph
@@ -3,7 +3,11 @@ kind: chunk
build-system: manual
install-commands:
- mkdir -p "$DESTDIR"/boot
-- cp -r boot/* "$DESTDIR"/boot/
+- cp boot/*.bin "$DESTDIR"/boot/
+- cp boot/*.elf "$DESTDIR"/boot/
+- cp boot/*.dat "$DESTDIR"/boot/
+- cp boot/COPYING.linux "$DESTDIR"/boot/
+- cp boot/LICENCE.broadcom "$DESTDIR"/boot/
- |
cat << EOF > "$DESTDIR"/boot/cmdline.txt
dwc_otg.fiq_fix_enable=2 console=tty1 root=/dev/mmcblk0p2 rootfstype=btrfs rootwait rootflags=subvol=systems/default/run