summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2019-11-12 13:21:52 -0600
committerJoshua Watt <JPEWhacker@gmail.com>2019-11-12 13:21:52 -0600
commit3a0e85adc11481e0bcf21d8f38f8af8e92f3adfc (patch)
tree74ef1a79e8477002a905cb84d7473c37c95e11cc
parenta0979c363617a7f3367fbedb8ab981d802b6df1a (diff)
Add sdktest image
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@gmail.com>
-rw-r--r--recipes-core/images/core-image-mingw-sdktest.bb16
1 files changed, 16 insertions, 0 deletions
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 \
+ "
+