summaryrefslogtreecommitdiff
path: root/bsp-armv7-highbank.morph
blob: 1a49c68decf88c79db1f1c81079bbbd93bee98c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "bsp-armv7-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",
            "build-depends": []
        }
    ]
}