[yocto] [yocto-autobuilder-helper][PATCH] config.json: Build MinGW SDK test image

Joshua Watt jpewhacker at gmail.com
Thu Nov 14 06:43:29 PST 2019


Switches the MinGW SDK test to use the core-image-mingw-sdktest image.
This image includes additional host tools to validate that they build
for MinGW.

Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 1493ab5..6c09ced 100644
--- a/config.json
+++ b/config.json
@@ -706,7 +706,7 @@
         "meta-mingw" : {
             "NEEDREPOS" : ["poky", "meta-mingw"],
             "MACHINE" : "qemux86",
-            "BBTARGETS" : "core-image-minimal:do_populate_sdk",
+            "BBTARGETS" : "core-image-mingw-sdktest:do_populate_sdk",
             "ADDLAYER" : ["${BUILDDIR}/../meta-mingw"],
             "step1" : {
                 "SDKMACHINE" : "i686-mingw32"
-- 
2.23.0



More information about the yocto mailing list