diff --git a/conf/distro/include/tcmode-external-oe-sdk.inc b/conf/distro/include/tcmode-external-oe-sdk.inc index 0d80696..b85bb14 100644 --- a/conf/distro/include/tcmode-external-oe-sdk.inc +++ b/conf/distro/include/tcmode-external-oe-sdk.inc @@ -47,8 +47,6 @@ def setup_external_vars(external_toolchain, localdata, d): else: suffix = '' - d.setVar('EXTERNAL_TOOLCHAIN_SETUP_SCRIPT' + suffix, str(setup)) - for var in localdata.getVar('EXTERNAL_SETUP_SCRIPT_VARS').split(): d.setVar('EXTERNAL_' + var + suffix, env.get(var) or '')