aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-09-21 11:10:08 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-09-24 20:40:50 +0300
commit90ecb62cd57795e571c9b5bae64d967544644245 (patch)
tree47d6077a5c6dcb57c9fe179fa1c87e9d98bc00b1 /coin/module_config.yaml
parentd0f9ca7437a183eb5450a21ec908d13144794939 (diff)
Add support for mingw nativesdk
Support for building nativesdk for Windows. Remove existing mingw configurations that are no longer needed and add new ones, some of which are being upstreamed to meta-mingw. No longer patch gcc sources, but change the SDK_VENDOR to make cmake compile correctly. Include ninja to the SDK as that's the default make tool now with cmake and Qt Creator. Enable CI build test for the mingw toolchain. Use more recent poky that fixes cmake issues and latest meta-qt6 for the mingw support. Task-number: QTBUG-86431 Change-Id: Ica4f810ad2cd46ae42fa3f5dccd8bbe149c73a1f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 3538f6a9..47821027 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -72,6 +72,7 @@ build_instructions:
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE SSTATE_DIR DL_DIR"
export SSTATE_DIR=/mnt/yocto-cache/sstate-caches/$(sed -n -e "s/DISTRO_CODENAME.*\"\(.*\)\"/\1/p" ../sources/poky/meta-*/conf/distro/poky.conf)
bitbake meta-b2qt-embedded-qbsp
+ SDKMACHINE=x86_64-mingw32 bitbake meta-b2qt-embedded-qbsp
sudo umount /mnt/yocto-cache
filename: "{{.BuildDir}}/start-build"