config.json: run testimage for generic-arm64

generic-arm64 has a sub-machine called qemu-generic-arm64, which also
defines the QB_* variables needed for runqemu integration.

Use this machine instead, and run core-image-sato:testimage to run the
test suite.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton 2022-04-19 17:59:57 +01:00
parent b3629e0e88
commit d6f4cb0754

View File

@ -395,9 +395,9 @@
},
"step2": {
"shortname": "Build for generic-arm64",
"MACHINE": "generic-arm64",
"MACHINE": "qemu-generic-arm64",
"BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
"SANITYTARGETS" : "core-image-sato:do_testsdk"
"SANITYTARGETS" : "core-image-sato:do_testimage core-image-sato:do_testsdk"
}
},
"meta-agl-core" : {