Winfried Dobbe

Results 31 comments of Winfried Dobbe

The NXP Yocto BSP also includes meta-browser (and thus meta-clang). I am on the zeus branch but adding `CLANGSDK = ""` to local.conf gave me another error: ``` NOTE: Setscene...

Changing CLANGSDK in meta-clang/conf/layer.conf gives the exact same error. Moreover, when I don't add CLANGSDK = "" in my local.conf I get all kinds of compile errors, so I think...

Hi Khem, The output of the bitbake -e command: ``` > bitbake -e | grep '^CLANGSDK=' CLANGSDK="" ``` When I build without the CLANGSDK="" line in local.conf, the first compile...

When I add CLANGSDK = "" in my local.conf and then comment out the following line in meta-clang/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend `RDEPENDS_${PN} += "${@all_multilib_tune_values(d, 'CLANGCROSSCANADIAN')}"` the MinGW SDK builds correctly.

I am also working an updated conan recipe. But this first requires the implementation for issue #34 .

I will create a pull request when I have tested the change also on Mac and Windows.

@pokowaka The CI build for Linux fails because OpenSSL 1.0.1f is installed and I set the minimum version to 1.1.0. When I build on my own Linux machine with OpenSSL...

@pokowaka Do you have time to answer the question in the previous comment ? Thanks !

Somehow the detected OpenSSL version was incorrect in my Linux build. Works fine now, will create new pull request.