|
[meta-mingw][PATCHv2] ninja: configure for mingw platform
Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-core/images/core-image-mingw-sdktest.bb | 1 + recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++ 2 files changed, 9 insertions(+) creat
Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-core/images/core-image-mingw-sdktest.bb | 1 + recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++ 2 files changed, 9 insertions(+) creat
|
By
Samuli Piippo
· #50746
·
|
|
[meta-mingw][PATCH] ninja: configure for mingw platform
Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/ninja/ninja_%.bbappend d
Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/ninja/ninja_%.bbappend d
|
By
Samuli Piippo
· #50729
·
|
|
[meta-mingw][PATCH] cmake: remove dependency to bash-completion
bash-completion pulls in ncurses which does not build for mingw. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/cmake/cmake_%.bbappend | 1 + 1 file changed, 1 insertion(+) dif
bash-completion pulls in ncurses which does not build for mingw. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/cmake/cmake_%.bbappend | 1 + 1 file changed, 1 insertion(+) dif
|
By
Samuli Piippo
· #50728
·
|
|
[meta-mingw][PATCH] Override SDK_VENDOR
Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC expect to find when using mingw32-w64. This enables features that are not functional in the classic mingw32, but have been impleme
Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC expect to find when using mingw32-w64. This enables features that are not functional in the classic mingw32, but have been impleme
|
By
Samuli Piippo
· #50727
·
|
|
Building Qt5 toolchain for windows
Hi, Our changes for supporting mingw builds for Qt5 nativesdk tools are still part of the meta-boot2qt layer (https://code.qt.io/cgit/yocto/meta-boot2qt.git/), which is used in the Qt for Device Creat
Hi, Our changes for supporting mingw builds for Qt5 nativesdk tools are still part of the meta-boot2qt layer (https://code.qt.io/cgit/yocto/meta-boot2qt.git/), which is used in the Qt for Device Creat
|
By
Samuli Piippo
· #49250
·
|
|
[meta-mingw][PATCH v2 2/2] cmake: add support for building nativesdk-cmake
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/cmake/cmake_%.bbappend | 7 +++++++ recipes-extended/libarchiv
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/cmake/cmake_%.bbappend | 7 +++++++ recipes-extended/libarchiv
|
By
Samuli Piippo
· #43321
·
|
|
[meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake
I've been testing cmake with Qt Creator integration which explicitly uses -G "MinGW Makefiles", while cmake defaults to NMake Makefiles. I'm not sure if it's possible to set generator in the toolchain
I've been testing cmake with Qt Creator integration which explicitly uses -G "MinGW Makefiles", while cmake defaults to NMake Makefiles. I'm not sure if it's possible to set generator in the toolchain
|
By
Samuli Piippo
· #43273
·
|
|
[meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64
I don't have access to the contrib git repo, so pushed them here instead: https://github.com/sapiippo/meta-mingw/
I don't have access to the contrib git repo, so pushed them here instead: https://github.com/sapiippo/meta-mingw/
|
By
Samuli Piippo
· #43262
·
|
|
[meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64
Sure, it’ll take me couple of hours though. Let’s see if the missing emails appear meanwhile.
Sure, it’ll take me couple of hours though. Let’s see if the missing emails appear meanwhile.
|
By
Samuli Piippo
· #43269
·
|
|
[meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64
2/2 is also unrelated, there should 3 patches from me, sent at the same time. Don’t know where they got stuck.
2/2 is also unrelated, there should 3 patches from me, sent at the same time. Don’t know where they got stuck.
|
By
Samuli Piippo
· #43271
·
|
|
[meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- .../nativesdk-packagegroup-sdk-host.bbappend | 1 + recipes-devtools/cmake/cmak
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- .../nativesdk-packagegroup-sdk-host.bbappend | 1 + recipes-devtools/cmake/cmak
|
By
Samuli Piippo
· #43268
·
|
|
[meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64
Use the winpthreads library available in the mingw64 and change the thread model from win32 to posix to get access to c++11 features. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- conf/machin
Use the winpthreads library available in the mingw64 and change the thread model from win32 to posix to get access to c++11 features. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- conf/machin
|
By
Samuli Piippo
· #43252
·
|
|
[meta-mingw][PATCH] Remove security flags from GCCPIE
GCCPIE defaults to "--enable-default-pie" in security_flags.inc, which breaks Windows binaries. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- conf/machine-sdk/include/mingw32-common.inc | 3 +
GCCPIE defaults to "--enable-default-pie" in security_flags.inc, which breaks Windows binaries. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- conf/machine-sdk/include/mingw32-common.inc | 3 +
|
By
Samuli Piippo
· #43272
·
|
|
[meta-mingw][PATCH] mingw64: update to 5.0.3
Use the latest mingw64 release to get access to the latest Windows APIs BUILDSDK_CPPFLAGS were emptied from poky.conf, but are needed for mingw build to include correct float.h. (error: '_MCW_DN' unde
Use the latest mingw64 release to get access to the latest Windows APIs BUILDSDK_CPPFLAGS were emptied from poky.conf, but are needed for mingw build to include correct float.h. (error: '_MCW_DN' unde
|
By
Samuli Piippo
· #38760
·
|
|
[meta-mingw][PATCH] gdb: add missing space to append line
Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gdb/gdb-cro
Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gdb/gdb-cro
|
By
Samuli Piippo
· #38434
·
|
|
[meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service
Cannot use += operator together with machine override. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 del
Cannot use += operator together with machine override. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 del
|
By
Samuli Piippo
· #32185
·
|
|
[meta-mingw][PATCH] libgcc: move libgcc*.dll from /lib to /usr/bin
Moved to /usr/bin so that any application there finds it without setting additional PATHs. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/gcc/libgcc_%.bbappend | 7 ++++++- 1 f
Moved to /usr/bin so that any application there finds it without setting additional PATHs. Signed-off-by: Samuli Piippo <samuli.piippo@...> --- recipes-devtools/gcc/libgcc_%.bbappend | 7 ++++++- 1 f
|
By
Samuli Piippo
· #29937
·
|
|
[meta-mingw][PATCH] mingw64: update headers and runtime files
Update to more recent version that fixes errors with conflicting declaration of 'xxx' with 'C' linkage coming from intrin.h Signed-off-by: Samuli Piippo <samuli.piippo@...> --- ...ingw-w64-headers_3
Update to more recent version that fixes errors with conflicting declaration of 'xxx' with 'C' linkage coming from intrin.h Signed-off-by: Samuli Piippo <samuli.piippo@...> --- ...ingw-w64-headers_3
|
By
Samuli Piippo
· #29938
·
|