[yocto-autobuilder-helper] [PATCH 2/3] config.json: Drop bringup and oecore-qemuarm i686 SDK testing
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
i686 SDKs aren't being used, drop them from bringup testing and from oecore-qemuarm since that just duplicates a pointless build. Signed-off-by: Richard Purdie <[email protected]> --- config.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/config.json b/config.json index a9fb40c..e650b1e 100644 --- a/config.json +++ b/config.json @@ -214,24 +214,6 @@ }, "step3" : { - "SDKMACHINE" : "i686", - "extravars" : [ - "MACHINE = 'qemuarm64'", - "DISTRO = 'poky'" - ], - "BBTARGETS" : "core-image-sato:do_populate_sdk", - "SANITYTARGETS" : "core-image-sato:do_testsdk" - }, - "step4" : { - "SDKMACHINE" : "i686", - "extravars" : [ - "MACHINE = 'qemux86-64'", - "DISTRO = 'poky'" - ], - "BBTARGETS" : "core-image-sato:do_populate_sdk", - "SANITYTARGETS" : "core-image-sato:do_testsdk" - }, - "step5" : { "BUILDINFO" : false, "SDKMACHINE" : "x86_64", "PACKAGE_CLASSES" : "package_rpm", @@ -521,11 +503,6 @@ "step1" : { "BBTARGETS" : "core-image-sato core-image-sato:do_populate_sdk core-image-minimal:do_populate_sdk_ext", "SANITYTARGETS" : "core-image-sato:do_testimage core-image-sato:do_testsdk" - }, - "step2" : { - "SDKMACHINE" : "i686", - "BBTARGETS" : "core-image-sato:do_populate_sdk", - "SANITYTARGETS" : "core-image-sato:do_testsdk" } }, "qemuarm" : {