mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-05 23:44:38 +02:00
- Move from BuildStarted time to TreeDataPreparationStarted, as we want bitbake -e to work, so it has to run after ConfigParsed, and we want to see these errors rather than the highly verbose unbuildable -external recipe errors which occur when generating the runqueue, so we need to run before BuildStarted. - Add 'does gcc exist' sanity test. This also shows an informative warning if the bindir exists, but the gcc binary doesn't, and EXTERNAL_TARGET_SYS == TARGET_SYS, which indicates we failed to find a prefix via EXTERNAL_TARGET_SYSTEMS. - Add 'is GCC_VERSION UNKNOWN' sanity test, mentioning the failure of gcc version extraction, and pointing to the debug messages to see what actually happened. JIRA: SB-4850, SB-1029 Signed-off-by: Christopher Larson <kergoth@gmail.com>