From 089eea53b01c707596b5888c0645f04abea7032c Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 9 Oct 2015 14:11:14 +0000 Subject: more firmware needed from rpi2 --- strata/bsp-rpi2.morph | 5 +++++ strata/bsp-rpi2/rpi2-firmware.morph | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 strata/bsp-rpi2/rpi2-firmware.morph (limited to 'strata') diff --git a/strata/bsp-rpi2.morph b/strata/bsp-rpi2.morph index 85023586..8464a842 100644 --- a/strata/bsp-rpi2.morph +++ b/strata/bsp-rpi2.morph @@ -17,6 +17,11 @@ chunks: repo: upstream:grep ref: d930f765041bb2ad936056ddfdad60042d44bd9d unpetrify-ref: v2.21 +- name: rpi2-firmware + morph: strata/bsp-rpi2/rpi2-firmware.morph + repo: https://github.com/raspberrypi/firmware.git + ref: b06b317afb60547b436cd30e056b54cec7ae3b8e + unpetrify-ref: master - name: linux-rpi2 morph: strata/bsp-rpi2/linux-rpi2.morph repo: https://github.com/raspberrypi/linux.git diff --git a/strata/bsp-rpi2/rpi2-firmware.morph b/strata/bsp-rpi2/rpi2-firmware.morph new file mode 100644 index 00000000..1be2bce3 --- /dev/null +++ b/strata/bsp-rpi2/rpi2-firmware.morph @@ -0,0 +1,6 @@ +name: rpi2-firmware +kind: chunk +build-system: manual +install-commands: +- mkdir -p "$DESTDIR"/boot +- cp -r boot/* "$DESTDIR"/boot/ -- cgit v1.2.1