summaryrefslogtreecommitdiff
path: root/bsp-armv7b-highbank.morph
blob: f4231e972424373c315dc346a031afe50c7297d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "bsp-armv7b-highbank",
    "description": "The platform dependent components required to boot an ARM highbank board.",
    "kind": "stratum",
    "build-depends": [
        {
            "repo": "baserock:baserock/morphs",
            "ref": "master",
            "morph": "core"
        }
    ],
    "chunks": [
        {
            "name": "linux",
            "repo": "upstream:linux",
            "ref": "baserock/arm/highbank-be",
            "build-depends": []
        }
    ]
}