mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
toolchain-scripts: Add Meson settings for Yocto build SDK
The Meson settings for the standalone SDK also need to be available for the Yocto build SDK, a.k.a. meta-ide-support. (From OE-Core rev: 6287114bf10718fe49f7c1ed211f3d99f0933bc4) (From OE-Core rev: d69d049e9a7114323a1e1b8da4999e9e3f08ad03) Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7157ffa551
commit
4f8de83f4f
|
@ -99,6 +99,8 @@ toolchain_create_tree_env_script () {
|
|||
echo 'export OECORE_BASELIB="${baselib}"' >> $script
|
||||
echo 'export OECORE_TARGET_ARCH="${TARGET_ARCH}"' >>$script
|
||||
echo 'export OECORE_TARGET_OS="${TARGET_OS}"' >>$script
|
||||
echo 'export OECORE_TARGET_BITS="${@siteinfo_with_prefix(d, 'bit-')}"' >>$script
|
||||
echo 'export OECORE_TARGET_ENDIAN="${@siteinfo_with_prefix(d, 'endian-')}"' >>$script
|
||||
|
||||
toolchain_shared_env_script
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user