summaryrefslogtreecommitdiff
path: root/devel-stratum.morph
blob: 3941e9adefb8d0506af43a308b3c7533298bd318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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"
        }
    ]
}