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-13 17:16:00 +0000
commitb7714430f3425a627b6c5431d08e00d8bb0ffcbb (patch)
treeeea4ebcdf6126db2cf1c45caa84788cdc3caae82
parent2f574c76be65aebc0a2da57ea04d1df37019f247 (diff)
downloaddefinitions-b7714430f3425a627b6c5431d08e00d8bb0ffcbb.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