summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-30 11:02:03 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-30 11:02:03 +0000
commit537faf84181d1d3186eed976f8a9916401cda0f1 (patch)
tree24cef2ffb049848710e410c42d7c6321e5462954 /core.morph
parent8c0739dd9fe87cce4a44dd8040362c4b89194a8d (diff)
downloaddefinitions-537faf84181d1d3186eed976f8a9916401cda0f1.tar.gz
clean up
All files are now name *-system.morph or *-stratum.morph, to make it clear what they are. This is redundant, but when we have both a "linux" chunk and a "linux" stratum, it's good to be clear. Also, rename core to foundation. Also, fix references to be the proper branches, for bootstrapping. Hopefully, the bootstrap branches will work for real building as well, but if not, we'll deal with that later.
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph23
1 files changed, 0 insertions, 23 deletions
diff --git a/core.morph b/core.morph
deleted file mode 100644
index 6035c7a6..00000000
--- a/core.morph
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "core",
- "kind": "stratum",
- "sources": [
- {
- "name": "fhs-dirs",
- "ref": "liw/debug"
- },
- {
- "name": "linux-api-headers",
- "repo": "linux",
- "ref": "liw/api-headers"
- },
- {
- "name": "eglibc",
- "ref": "baserock"
- },
- {
- "name": "busybox",
- "ref": "baserock"
- }
- ]
-}