external_common.bbclass: exclude LAYERDIR_external-toolchain from signatures

We never want an absolute filesystem path in our checksums.

JIRA: SIEJIR-6415

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2022-09-23 01:50:55 +05:00
parent 540a295df8
commit 7a6d39cc27

View File

@@ -86,6 +86,8 @@ def external_run(d, *args):
import oe.external
return oe.external.run(d, *args)
external_run[vardepsexclude] += "LAYERDIR_external-toolchain"
def external_get_kernel_version(d, p):
if (not d.getVar('TCMODE', True).startswith('external') or
not d.getVar('EXTERNAL_TOOLCHAIN', True)):