summaryrefslogtreecommitdiff
path: root/u-boot.morph
blob: a9f7f5013057a5975e3b91907e17af360ecd9e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "u-boot",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make tools"
    ],
    "install-commands": [
        "mkdir -p \"$DESTDIR$PREFIX/bin\"",
        "install -m 755 tools/img2brec.sh \"$DESTDIR$PREFIX/bin/.\"",
        "install -m 755 tools/jtagconsole \"$DESTDIR$PREFIX/bin/.\"",
        "install -m 755 tools/netconsole \"$DESTDIR$PREFIX/bin/.\"",
        "install -m 755 tools/mkenvimage \"$DESTDIR$PREFIX/bin/.\"",
        "install -m 755 tools/mkimage \"$DESTDIR$PREFIX/bin/.\""
    ]
}