summaryrefslogtreecommitdiff
path: root/genivi-staging.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 /genivi-staging.morph
parent6770e671b26f658b6422120221ea46c0efc9f319 (diff)
downloaddefinitions-d95df76a58406e28a9dfff74755ca033516588ce.tar.gz
Merge the GENIVI baseline morphs
Diffstat (limited to 'genivi-staging.morph')
-rw-r--r--genivi-staging.morph39
1 files changed, 39 insertions, 0 deletions
diff --git a/genivi-staging.morph b/genivi-staging.morph
new file mode 100644
index 00000000..80a96ce8
--- /dev/null
+++ b/genivi-staging.morph
@@ -0,0 +1,39 @@
+{
+ "name": "genivi-staging",
+ "kind": "stratum",
+ "build-depends": [],
+ "chunks": [
+ {
+ "name": "linux-api-headers",
+ "repo": "upstream:linux",
+ "ref": "baserock/genivi/baseline",
+ "build-depends": []
+ },
+ {
+ "name": "binutils",
+ "repo": "upstream:binutils-redhat",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "mpfr",
+ "repo": "upstream:mpfr",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "mpc",
+ "repo": "upstream:mpc",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "mpfr"
+ ]
+ },
+ {
+ "name": "libtool",
+ "repo": "upstream:libtool",
+ "ref": "baserock/morph",
+ "build-depends": []
+ }
+ ]
+}