mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-10-22 23:02:21 +02:00
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:
parent
b3629e0e88
commit
d6f4cb0754
|
@ -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" : {
|
||||
|
|
Loading…
Reference in New Issue
Block a user