-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolchainManifest.json
33 lines (33 loc) · 1.03 KB
/
toolchainManifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"info": {
"name": "mangOH-%MANGOH_BOARD%-%TARGET%-toolchain",
"version": "%VERSION%-linux64",
"description": "Build toolchain for mangOH %MANGOH_BOARD% with %TARGET_UPPERCASE%",
"requires": [
"swi-license_1.2",
"swi-verify-license_latest"
],
"tags": [
"mangOH",
"%MANGOH_BOARD%",
"%TARGET%"
],
"leafMinVersion": "2.0.1"
},
"install": [
{
"command": [
"@{DIR}/toolChainExtractor.sh",
"-y",
"-d",
"@{DIR}/"
],
"label": "Configuring the toolchain for your environment, this may take a few minutes..."
}
],
"env": {
"%TARGET_UPPERCASE%_TOOLCHAIN_DIR": "@{DIR}/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi",
"%TARGET_UPPERCASE%_TOOLCHAIN_PREFIX": "arm-poky-linux-gnueabi-",
"%TARGET_UPPERCASE%_SYSROOT": "@{DIR}/sysroots/armv7a-neon-poky-linux-gnueabi"
}
}