mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
tcmode-external-oe-sdk: fix EXTERNAL_TOOLCHAIN_SETUP_SCRIPT usage
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -36,7 +36,7 @@ python extract_env_setup_metadata() {
|
||||
else:
|
||||
setup = setups[0]
|
||||
|
||||
env = parse_setup_script(setups[0])
|
||||
env = parse_setup_script(setup)
|
||||
target_sys = env.get('TARGET_PREFIX')[:-1]
|
||||
native_sysroot = pathlib.Path(env.get('OECORE_NATIVE_SYSROOT'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user