[yocto] [meta-mingw][PATCH] Add sdktest image

Joshua Watt jpewhacker at gmail.com
Tue Nov 12 11:48:06 PST 2019


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 <JPEWhacker at 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



More information about the yocto mailing list