summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-11-07 12:39:16 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-11-10 14:14:05 +0000
commit55eb7c9df54bc20f78bf11f23b4e1e1c37e2488e (patch)
treee4b54441aec53bc48485529b01498bf5fb0c6d36
parent34d02ec9c621bbb2f06fe0bb018726e3c707c32b (diff)
downloaddefinitions-55eb7c9df54bc20f78bf11f23b4e1e1c37e2488e.tar.gz
Add firmware for jetson
Needed for the GPU
-rw-r--r--strata/bsp-jetson.morph6
-rw-r--r--strata/bsp-jetson/linux-firmware-jetson.morph6
2 files changed, 12 insertions, 0 deletions
diff --git a/strata/bsp-jetson.morph b/strata/bsp-jetson.morph
index cfb78544..eda1d99b 100644
--- a/strata/bsp-jetson.morph
+++ b/strata/bsp-jetson.morph
@@ -45,3 +45,9 @@ chunks:
unpetrify-ref: baserock/jetson/gk20a
build-depends:
- linux-jetson-tk1
+- name: linux-firmware-jetson
+ morph: strata/bsp-jetson/linux-firmware-jetson.morph
+ repo: upstream:linux-firmware
+ ref: 9322ef5b14c78ec28163baa41bff240a0e098810
+ unpetrify-ref: baserock/jetson
+ build-depends: []
diff --git a/strata/bsp-jetson/linux-firmware-jetson.morph b/strata/bsp-jetson/linux-firmware-jetson.morph
new file mode 100644
index 00000000..c803eab2
--- /dev/null
+++ b/strata/bsp-jetson/linux-firmware-jetson.morph
@@ -0,0 +1,6 @@
+name: linux-firmware-jetson
+kind: chunk
+install-commands:
+- install -d "$DESTDIR/lib/firmware/nvidia/tegra124"
+- install -m644 nvidia/tegra124/gk20a_ctxsw.bin "$DESTDIR/lib/firmware/nvidia/tegra124"
+- install -m644 nvidia/tegra124/xusb.bin "$DESTDIR/lib/firmware/nvidia/tegra124"