summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph16
1 files changed, 8 insertions, 8 deletions
diff --git a/core.morph b/core.morph
index c13d4899..2c0dff7c 100644
--- a/core.morph
+++ b/core.morph
@@ -1,18 +1,18 @@
{
"name": "core",
"kind": "stratum",
- "sources": {
- "fhs-dirs": {
- "repo": "fhs-dirs",
+ "sources": [
+ {
+ "name": "fhs-dirs",
"ref": "master"
},
- "eglibc": {
- "repo": "eglibc",
+ {
+ "name": "eglibc",
"ref": "baserock"
},
- "busybox": {
- "repo": "busybox",
+ {
+ "name": "busybox",
"ref": "baserock"
}
- }
+ ]
}