This commit is contained in:
Ross Burton 2024-05-02 12:20:45 +00:00
parent edf57bbfc6
commit d53561e072

View File

@ -670,7 +670,8 @@
"shortname": "Build for sbsa-ref (poky)",
"MACHINE": "sbsa-ref",
"extravars" : [
"IMAGE_INSTALL:append = ' ssh-pregen-hostkeys'"
"IMAGE_INSTALL:append = ' ssh-pregen-hostkeys'",
"TEST_RUNQEMUPARAMS += 'slirp'"
],
"BBTARGETS" : "core-image-minimal core-image-sato core-image-weston",
"SANITYTARGETS" : "core-image-minimal:do_testimage core-image-sato:do_testimage core-image-weston:do_testimage"
@ -680,7 +681,8 @@
"DISTRO": "poky-altcfg",
"MACHINE": "sbsa-ref",
"extravars" : [
"IMAGE_INSTALL:append = ' ssh-pregen-hostkeys'"
"IMAGE_INSTALL:append = ' ssh-pregen-hostkeys'",
"TEST_RUNQEMUPARAMS += 'slirp'"
],
"BBTARGETS" : "core-image-minimal core-image-sato core-image-weston",
"SANITYTARGETS" : "core-image-minimal:do_testimage core-image-sato:do_testimage core-image-weston:do_testimage"