linux-yocto/5.15: fix buildpaths issue with gen-mach-types

Integrating the following commit(s) to linux-yocto/5.15:

    6c085baf1838 tools: use basename to identify file in gen-mach-types

(From OE-Core rev: d5db9594da2bdc6d13be2190d10739b51de57890)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-07-13 14:33:23 -04:00
committed by Richard Purdie
parent 6c91fe7383
commit 442d79a39b
3 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "b2dcc4f70362059ef107000f9be5c76c2886911c"
SRCREV_machine ?= "122de5742628e6b4303f0bbc653d409ff9f93557"
SRCREV_meta ?= "f122fe59e74365eba84bae800898ffd7329c628d"
PV = "${LINUX_VERSION}+git${SRCPV}"