summaryrefslogtreecommitdiff
path: root/bootstrap-pass3-imx53.morph
blob: 1cc07232225cae29e8936cfaf5a176acf4afcb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "bootstrap-pass3-imx53",
    "description": "The set of strata that constitute the final bootstrap for the i.MX 53 ARM development board. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so imx53-bsp fails to find what it needs from devel.",
    "kind": "stratum",
    "build-depends": [
        {
            "morph": "core",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/genivi/baseline/releases/F-0.1",
            "unpetrify-ref": "master"
        },
        {
            "morph": "bsp-imx53",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/genivi/baseline/releases/F-0.1",
            "unpetrify-ref": "master"
        }
    ]
}