summaryrefslogtreecommitdiff
path: root/connectivity.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 /connectivity.morph
parentbb1c5872b5e73bed652240daad982b90282314f9 (diff)
downloaddefinitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz
Replace JSON morphologies with YAML.
Diffstat (limited to 'connectivity.morph')
-rw-r--r--connectivity.morph82
1 files changed, 31 insertions, 51 deletions
diff --git a/connectivity.morph b/connectivity.morph
index 282a80e7..41f0c260 100644
--- a/connectivity.morph
+++ b/connectivity.morph
@@ -1,51 +1,31 @@
-{
- "name": "connectivity",
- "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"
- }
- ],
- "chunks": [
- {
- "name": "libnl",
- "repo": "upstream:libnl",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "wpa_supplicant",
- "repo": "upstream:hostap",
- "ref": "baserock/genivi/morph",
- "build-depends": [
- "libnl"
- ]
- },
- {
- "name": "iptables",
- "repo": "upstream:iptables",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "connman",
- "repo": "upstream:connman",
- "ref": "baserock/morph",
- "build-depends": [
- "iptables"
- ]
- }
- ]
-}
+name: connectivity
+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
+chunks:
+- name: libnl
+ repo: upstream:libnl
+ ref: baserock/morph
+ build-depends: []
+- name: wpa_supplicant
+ repo: upstream:hostap
+ ref: baserock/genivi/morph
+ build-depends:
+ - libnl
+- name: iptables
+ repo: upstream:iptables
+ ref: baserock/morph
+ build-depends: []
+- name: connman
+ repo: upstream:connman
+ ref: baserock/morph
+ build-depends:
+ - iptables