diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-03 20:13:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-04 10:32:40 +0100 |
commit | 4cc79da9445b266a56b41eab3e6e380cb5ee7a51 (patch) | |
tree | 180a08ff7852ea024c5c83e909c617136ee9b747 /scripts/lib/wic/plugins | |
parent | 99473ff84de6d4a6637c24effac247f2714a26b0 (diff) | |
download | poky-master-next.tar.gz |
base.bbclass: Deferred inherit native toolchain classmaster-next
use TOOLCHAIN_NATIVE variable for selecting native compiler
Default it to PREFERRED_TOOLCHAIN_NATIVE, a recipe which wants
to enforce a toolchain can do so with
for cross toolchains ( e.g. target, nativesdk )
TOOLCHAIN = "gcc"
For native
TOOLCHAIN_NATIVE = "gcc"
This helps build native recipe with clang as native compiler.
(From OE-Core rev: 962dd1b42a475fc447456bf6d72285cc85140373)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins')
0 files changed, 0 insertions, 0 deletions