Khem Raj
Khem Raj
Perhaps try adding `DEBUG_FLAGS:append:class-nativesdk = " -Wno-error=unused-command-line-argument"` but I think DEBUG_FLAGS should only be used for target packages, it does not make sense to use it for native, nativesdk, cross...
@rsflo I think using image based SDKs is recommended way for producing SDKs, for a bare mimimum SDK, using something like ``` bitbake -cpopulate_sdk core-image-minimal ``` should give you a...
> @kraj thanks for the suggestion. A new image recipe was created that is derived from core-image and this brings it down to almost the size of what meta-toolchain provides....
@drula thanks for trying meta-clang out and reporting the issue you observed. I am not entirely clear what could be causing this error. I am guessing you are on a...
and try setting ``` # Use clang as default compiler TOOLCHAIN ?= "clang" # Build clang into SDK as well CLANGSDK = "1" # Use compile-rt/libcxx/libunwind as default runtime libraries...
Please note that this change would not work on scarthgap so we need to branch scarthgap before applying this patch
Please cherry pick the patch from https://github.com/agherzan/meta-raspberrypi/pull/1326
yocto builds from source ( using recipes ) and generates output packages ( ipk/rpm/deb ) what you mentioned are output packages, so first thing is to map them to recipes...
> seeing same thing on rPI EGLFS -- trying imx8 nano ... I can see something similar, where a white window appears but nothing gets creared in it. I wonder...
> kiosk-browser works fine on mx8m-nano, so appears to be a Qt webengine/rPI issue RPI uses upstream mesa for graphics and its likely that its broken there somehow or its...