Adds a specific image that can be used to build MinGW SDKs. This image
includes extra recipes that are know to build for MinGW so that they can
be tested on the autobuilder.

Signed-off-by: Joshua Watt <jpewhac...@gmail.com>
---
 recipes-core/images/core-image-mingw-sdktest.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-core/images/core-image-mingw-sdktest.bb

diff --git a/recipes-core/images/core-image-mingw-sdktest.bb 
b/recipes-core/images/core-image-mingw-sdktest.bb
new file mode 100644
index 0000000..6215aef
--- /dev/null
+++ b/recipes-core/images/core-image-mingw-sdktest.bb
@@ -0,0 +1,16 @@
+# Copyright (C) 2019 Garmin Ltd. or its subsidiaries
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require ${COREBASE}/meta/recipes-core/images/core-image-minimal.bb
+
+# Other recipes that should be tested as part of the SDK in case some one wants
+# to include them
+TOOLCHAIN_HOST_TASK += "\
+    nativesdk-curl \
+    nativesdk-dbus \
+    nativesdk-dtc \
+    nativesdk-libarchive \
+    nativesdk-swig \
+    nativesdk-wayland \
+    "
+
-- 
2.23.0

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to