summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-13 16:35:26 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-13 16:49:01 +0000
commit5d293e1f0dd16febf3bb392f900e3f35d83a5c56 (patch)
tree75f88ca3374c5e42161014e54b753ccbbe5d6434
parentf61332e24111ab48ec242ccd8ea0c40764a40f3a (diff)
downloaddefinitions-5d293e1f0dd16febf3bb392f900e3f35d83a5c56.tar.gz
Add kmscube demo to Wayland stratum
This is a temporary hack for the purposes of having a good demo!
-rw-r--r--bsp-jetson.morph17
-rw-r--r--wayland-armv7-nvidia-tegra.morph4
2 files changed, 21 insertions, 0 deletions
diff --git a/bsp-jetson.morph b/bsp-jetson.morph
new file mode 100644
index 00000000..224399a6
--- /dev/null
+++ b/bsp-jetson.morph
@@ -0,0 +1,17 @@
+name: bsp-jetson
+kind: stratum
+description: The platform dependent components required to boot an NVIDIA Jetson TK1 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/linux-tegra-3.15
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - u-boot
diff --git a/wayland-armv7-nvidia-tegra.morph b/wayland-armv7-nvidia-tegra.morph
index f28855da..9cc2b3cc 100644
--- a/wayland-armv7-nvidia-tegra.morph
+++ b/wayland-armv7-nvidia-tegra.morph
@@ -126,3 +126,7 @@ chunks:
build-depends:
- wayland
- weston
+- name: kmscube
+ repo: upstream:kmscube
+ ref: master
+ build-depends: []