Looking at latest master, seems like nativesdk-meson recipe takes care
of this, via meson.cross template and meson-setup.py that runs at SDK
setup?
Alex
On Sun, 5 May 2019 at 20:29, Carlos Rafael Giani
wrote:
>
> Last I've checked, deploying meson cross compilation files with a Yocto
> SDK is t
Last I've checked, deploying meson cross compilation files with a Yocto
SDK is tricky because that meson file has to be generated during SDK set
up and because meson assumes that environment variables like $CC refer
to the native host compiler.
Has anything changed? I have some bits of code he