mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-08-23 14:18:52 +02:00
If we run in tmpdir, and run a bitbake -e after wiping tmpdir, EXTERNAL_TOOLCHAIN_SYSROOT will be 'UNKNOWN' rather than the correct path, due to PWD not existing when we try to extract the sysroot path. Signed-off-by: Christopher Larson <chris_larson@mentor.com>