mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
tcmode-external-sourcery: make failure to extract the sysroot fatal
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -75,7 +75,8 @@ python toolchain_metadata_setup () {
|
||||
stderr=subprocess.PIPE,
|
||||
env={"PATH": l.getVar('PATH', True)})[0].rstrip()
|
||||
except bb.process.CmdError as exc:
|
||||
bb.warn(str(exc))
|
||||
bb.fatal(str(exc))
|
||||
|
||||
d.setVar('EXTERNAL_TOOLCHAIN_SYSROOT', toolchain_sysroot)
|
||||
|
||||
if os.path.exists(bb.data.expand('${EXTERNAL_TOOLCHAIN}/bin/gcc', l)):
|
||||
|
||||
Reference in New Issue
Block a user