summaryrefslogtreecommitdiff
path: root/devel-stratum.morph
diff options
context:
space:
mode:
Diffstat (limited to 'devel-stratum.morph')
-rw-r--r--devel-stratum.morph44
1 files changed, 44 insertions, 0 deletions
diff --git a/devel-stratum.morph b/devel-stratum.morph
new file mode 100644
index 00000000..3941e9ad
--- /dev/null
+++ b/devel-stratum.morph
@@ -0,0 +1,44 @@
+{
+ "name": "devel",
+ "kind": "stratum",
+ "sources": [
+ {
+ "name": "linux",
+ "ref": "baserock/morph",
+ "morph": "linux"
+ },
+ {
+ "name": "fhs-dirs",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "linux-api-headers",
+ "repo": "linux",
+ "ref": "baserock/morph"
+ },
+ {
+ "name": "eglibc",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "zlib",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "binutils",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "autoconf",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "gcc",
+ "ref": "baserock/bootstrap"
+ },
+ {
+ "name": "busybox",
+ "ref": "baserock/bootstrap"
+ }
+ ]
+}