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-11 09:56:49 +0000
commit46b6a8a24f5c2bb8d179b26337a9acbec44c193b (patch)
tree5a3eade19355d002c6849c11d4bbf1fb15c59c70
parent2fdc989c3134d25441b6972431acf3c377666abf (diff)
downloaddefinitions-46b6a8a24f5c2bb8d179b26337a9acbec44c193b.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