From 994ec3456220c9ddc41bf687b2df20627037a3e7 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 29 Jul 2020 07:44:44 +0500 Subject: [PATCH] tcmode-external-oe-sdk: fix EXTERNAL_TOOLCHAIN_SETUP_SCRIPT usage Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-oe-sdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-oe-sdk.inc b/conf/distro/include/tcmode-external-oe-sdk.inc index bf3991c..eae6233 100644 --- a/conf/distro/include/tcmode-external-oe-sdk.inc +++ b/conf/distro/include/tcmode-external-oe-sdk.inc @@ -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'))