summaryrefslogtreecommitdiff
path: root/bootstrap-pass3-imx53.morph
blob: 66a53a0f46327814b433293c2c875240b9527c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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": "master"
        },
        {
            "morph": "bsp-imx53",
            "repo": "baserock:baserock/morphs",
            "ref": "master"
        }
    ]
}