summaryrefslogtreecommitdiff
path: root/foundation.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-30 11:13:12 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-30 11:13:12 +0000
commit0cbfce438c9a4476888fc0cfc2516e8acb6154e4 (patch)
tree440294938720dd97dc653fb8a406204c26a21a66 /foundation.morph
parent78f7b1c1d02318dfa5d3a202ff38c408882362c0 (diff)
downloaddefinitions-0cbfce438c9a4476888fc0cfc2516e8acb6154e4.tar.gz
un-rename stratum morphs, to work around morph bug
Also, get rid of the gnome platform stratum, sinc it is currently pointless.
Diffstat (limited to 'foundation.morph')
-rw-r--r--foundation.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/foundation.morph b/foundation.morph
new file mode 100644
index 00000000..35da9284
--- /dev/null
+++ b/foundation.morph
@@ -0,0 +1,23 @@
+{
+ "name": "foundation",
+ "kind": "stratum",
+ "sources": [
+ {
+ "name": "fhs-dirs",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "linux-api-headers",
+ "repo": "linux",
+ "ref": "baserock/morph"
+ },
+ {
+ "name": "eglibc",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "busybox",
+ "ref": "baserock/bootstrap"
+ }
+ ]
+}