summaryrefslogtreecommitdiff
path: root/devel-system-armv7b-highbank.morph
blob: c2e36f16f4ae78be658a84d66e6ef728b54ccd88 (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
{
    "name": "devel-system-armv7b-highbank",
    "description": "A system that is able to build other systems based on the ARM highbank architecture.",
    "kind": "system",
    "system-kind": "rootfs-tarball",
    "arch": "armv7",
    "disk-size": "2G",
    "strata": [
        {
            "morph": "build-essential",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/samthursfield/build-essential-2"
        },
        {
            "morph": "core",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/samthursfield/build-essential-2"
        },
        {
            "morph": "foundation",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/samthursfield/build-essential-2"
        },
        {
            "morph": "bsp-armv7b-highbank",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/samthursfield/highbank-be"
        },
        {
            "morph": "tools",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/samthursfield/build-essential-2"
        }
    ]
}