summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-27 09:00:16 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-04-23 11:34:14 +0000
commit1d0b420e86100e156ac2270ae48ed7e4d964f16c (patch)
treecfc24d6ea45151482f7e021b83b95458f1fe4a26 /strata
parent71b0af69e6c0c150306c0d276fbc61fd518b8e04 (diff)
downloaddefinitions-1d0b420e86100e156ac2270ae48ed7e4d964f16c.tar.gz
Add an ostree-core stratum
This will be used by future versions of Morph. By adding OSTree to the cross-bootstrap systems we have significantly increased the size and complexity of them. Some of this can be reduced: OStree doesn't actually depend on all of 'foundation', just 'glib'. Change-Id: I89403bf4625178e6f887402b5817f6a727cfcf97
Diffstat (limited to 'strata')
-rw-r--r--strata/morph-utils.morph1
-rw-r--r--strata/ostree-core.morph17
2 files changed, 18 insertions, 0 deletions
diff --git a/strata/morph-utils.morph b/strata/morph-utils.morph
index 77b7cb7a..fc1001d8 100644
--- a/strata/morph-utils.morph
+++ b/strata/morph-utils.morph
@@ -2,6 +2,7 @@ name: morph-utils
kind: stratum
build-depends:
- morph: strata/core.morph
+- morph: strata/ostree-core.morph
- morph: strata/python-cliapp.morph
- morph: strata/python-core.morph
- morph: strata/python-pygobject.morph
diff --git a/strata/ostree-core.morph b/strata/ostree-core.morph
new file mode 100644
index 00000000..5052bf4b
--- /dev/null
+++ b/strata/ostree-core.morph
@@ -0,0 +1,17 @@
+name: ostree-core
+kind: stratum
+build-depends:
+- morph: strata/foundation.morph
+- morph: strata/core.morph
+- morph: strata/libsoup-common.morph
+chunks:
+- name: libgsystem
+ repo: upstream:libgsystem
+ ref: 8231b8ad4a4ee35e4b11fae5f6e7cddabf1c51ae
+ unpetrify-ref: master
+- name: ostree
+ repo: upstream:ostree
+ ref: c9704e9802dfeda9b5a138535c59e98df3dd7196
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - libgsystem