aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/config.json b/config.json
index dfba60a..8cea92a 100644
--- a/config.json
+++ b/config.json
@@ -678,22 +678,19 @@
],
"step1": {
"shortname": "Build for fvp-base",
+ "extravars": [
+ "LICENSE_FLAGS_ACCEPTED += 'Arm-FVP-EULA'",
+ "IMAGE_CLASSES += 'fvpboot'"
+ ],
"MACHINE": "fvp-base",
- "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
- "SANITYTARGETS" : "core-image-sato:do_testsdk"
+ "BBTARGETS": "core-image-minimal core-image-sato",
+ "SANITYTARGETS" : "core-image-sato:do_testimage"
},
"step2": {
- "shortname": "Build for generic-arm64 (poky)",
- "MACHINE": "generic-arm64",
- "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
- "SANITYTARGETS" : "core-image-sato:do_testsdk"
- },
- "step3": {
- "shortname": "Build for generic-arm64 (poky-altcfg)",
- "DISTRO": "poky-altcfg",
- "MACHINE": "generic-arm64",
- "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
- "SANITYTARGETS" : "core-image-sato:do_testsdk"
+ "shortname": "Build for sbsa-ref",
+ "MACHINE": "sbsa-ref",
+ "BBTARGETS": "core-image-minimal core-image-sato",
+ "SANITYTARGETS" : "core-image-sato:do_testimage"
}
},
"meta-agl-core" : {