From 5d293e1f0dd16febf3bb392f900e3f35d83a5c56 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Fri, 13 Jun 2014 16:35:26 +0000 Subject: Add kmscube demo to Wayland stratum This is a temporary hack for the purposes of having a good demo! --- bsp-jetson.morph | 17 +++++++++++++++++ wayland-armv7-nvidia-tegra.morph | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 bsp-jetson.morph 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: [] -- cgit v1.2.1