From 3a0e85adc11481e0bcf21d8f38f8af8e92f3adfc Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 12 Nov 2019 13:21:52 -0600 Subject: 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 --- 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 (limited to 'recipes-core') 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 \ + " + -- cgit v1.2.3-54-g00ecf