mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
Rename external-common to external_global
This aligns with upstream conventions, i.e. multilib vs multilib_global. Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -116,5 +116,5 @@ def external_get_kernel_version(d, p):
|
||||
b = (code >> 8) & 0xFF
|
||||
return '%d.%d' % (a, b)
|
||||
|
||||
bb.debug(1, 'external-common.bbclass: failed to find kernel version header in {}'.format(p))
|
||||
bb.debug(1, 'external_global.bbclass: failed to find kernel version header in {}'.format(p))
|
||||
return ''
|
||||
@@ -22,7 +22,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += "\
|
||||
"
|
||||
|
||||
# Needed for external_run() for PV & LICENSE in the recipes, to be able to parse
|
||||
INHERIT_append = " external-common"
|
||||
INHERIT_append = " external_global"
|
||||
|
||||
# Fallback default for when the tcmode isn't sourced
|
||||
GCC_VERSION ?= "0.0"
|
||||
|
||||
Reference in New Issue
Block a user