summaryrefslogtreecommitdiff
path: root/wayland-armv7-versatile.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-07-02 09:49:07 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-07-02 09:49:07 +0000
commit1ec02fcd9546769bf120e35416950080c2d6f490 (patch)
treea864bd38f9623260263df6ec816c7f527ee61807 /wayland-armv7-versatile.morph
parentbb1c5872b5e73bed652240daad982b90282314f9 (diff)
downloaddefinitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz
Replace JSON morphologies with YAML.
Diffstat (limited to 'wayland-armv7-versatile.morph')
-rw-r--r--wayland-armv7-versatile.morph81
1 files changed, 30 insertions, 51 deletions
diff --git a/wayland-armv7-versatile.morph b/wayland-armv7-versatile.morph
index 304a7ad1..f6ad8afb 100644
--- a/wayland-armv7-versatile.morph
+++ b/wayland-armv7-versatile.morph
@@ -1,51 +1,30 @@
-{
- "name": "wayland-armv7-versatile",
- "kind": "stratum",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi-foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "x-common",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "chunks": [
- {
- "name": "libxkbcommon",
- "repo": "upstream:xorg-lib-libxkbcommon",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "wayland",
- "repo": "upstream:wayland",
- "ref": "baserock/genivi/wayland",
- "build-depends": [
- "libxkbcommon"
- ]
- },
- {
- "name": "mesa-wayland",
- "repo": "upstream:mesa",
- "ref": "baserock/genivi/baseline-armv7-versatile",
- "build-depends": [
- "wayland"
- ]
- }
- ]
-}
-
+name: wayland-armv7-versatile
+kind: stratum
+build-depends:
+- morph: core
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: foundation
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: genivi-foundation
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: x-common
+ repo: baserock:baserock/morphs
+ ref: master
+chunks:
+- name: libxkbcommon
+ repo: upstream:xorg-lib-libxkbcommon
+ ref: baserock/morph
+ build-depends: []
+- name: wayland
+ repo: upstream:wayland
+ ref: baserock/genivi/wayland
+ build-depends:
+ - libxkbcommon
+- name: mesa-wayland
+ repo: upstream:mesa
+ ref: baserock/genivi/baseline-armv7-versatile
+ build-depends:
+ - wayland