summaryrefslogtreecommitdiff
path: root/multimedia.morph
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-14 14:48:34 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-01 17:03:13 +0000
commitd95df76a58406e28a9dfff74755ca033516588ce (patch)
tree17218e95cd43cb2e1b8368229fab9f246c52b1a5 /multimedia.morph
parent6770e671b26f658b6422120221ea46c0efc9f319 (diff)
downloaddefinitions-d95df76a58406e28a9dfff74755ca033516588ce.tar.gz
Merge the GENIVI baseline morphs
Diffstat (limited to 'multimedia.morph')
-rw-r--r--multimedia.morph38
1 files changed, 38 insertions, 0 deletions
diff --git a/multimedia.morph b/multimedia.morph
new file mode 100644
index 00000000..3f50e250
--- /dev/null
+++ b/multimedia.morph
@@ -0,0 +1,38 @@
+{
+ "name": "multimedia",
+ "kind": "stratum",
+ "description": "Codecs",
+ "build-depends": [
+ {
+ "morph": "core",
+ "repo": "baserock:baserock/morphs",
+ "ref": "jonathan/genivi-baseline-merge"
+ },
+ {
+ "morph": "foundation",
+ "repo": "baserock:baserock/morphs",
+ "ref": "jonathan/genivi-baseline-merge"
+ },
+ {
+ "morph": "genivi-foundation",
+ "repo": "baserock:baserock/morphs",
+ "ref": "jonathan/genivi-baseline-merge"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "orc",
+ "repo": "upstream:orc",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "gstreamer",
+ "repo": "upstream:gstreamer",
+ "ref": "baserock/genivi/baseline",
+ "build-depends": [
+ "orc"
+ ]
+ }
+ ]
+}