From d02054e4ee71558797df7a02e3749a701c1118e6 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Mon, 23 Jun 2014 17:11:42 +0000 Subject: Use the nvidia 3.10 kernel for the devel image This gives us access to SATA, USB3 + ethernet, currently missing in 3.15 upstream --- bsp-jetson-devel.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bsp-jetson-devel.morph (limited to 'bsp-jetson-devel.morph') 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 -- cgit v1.2.1