summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-23 17:11:42 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-23 17:21:13 +0000
commitd02054e4ee71558797df7a02e3749a701c1118e6 (patch)
treef67c1b39ffcbc63459aa46923bbf1849360fd91f
parent6c355e9e41ef374479e63d7fd2ee5981011e3c64 (diff)
downloaddefinitions-d02054e4ee71558797df7a02e3749a701c1118e6.tar.gz
Use the nvidia 3.10 kernel for the devel imagebaserock/tegra
This gives us access to SATA, USB3 + ethernet, currently missing in 3.15 upstream
-rw-r--r--bsp-jetson-devel.morph17
-rw-r--r--devel-system-armv7lhf-jetson.morph2
2 files changed, 18 insertions, 1 deletions
diff --git a/bsp-jetson-devel.morph b/bsp-jetson-devel.morph
new file mode 100644
index 00000000..d81342c8
--- /dev/null
+++ b/bsp-jetson-devel.morph
@@ -0,0 +1,17 @@
+name: bsp-jetson-devel
+kind: stratum
+description: The platform dependent components required to boot an NVIDIA Jetson TK1 development image
+ board.
+build-depends:
+- morph: core
+chunks:
+- name: u-boot
+ repo: upstream:u-boot
+ ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: linux
+ repo: upstream:linux
+ ref: baserock/james/tegra-devel
+ build-depends:
+ - u-boot
diff --git a/devel-system-armv7lhf-jetson.morph b/devel-system-armv7lhf-jetson.morph
index bef38c72..4d07ef5d 100644
--- a/devel-system-armv7lhf-jetson.morph
+++ b/devel-system-armv7lhf-jetson.morph
@@ -14,4 +14,4 @@ strata:
- morph: foundation
- morph: tools
- morph: openstack-clients
-- morph: bsp-jetson
+- morph: bsp-jetson-devel