linux-yocto/5.15: fix reproducibility issues

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

    efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash

Fixes: 1aa0e8b144b6 ("Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug")
(From OE-Core rev: 6216cc2fb8ec6ddc12a02c45af5b3508a4e809fc)

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4991b638eaf243a531731ecfee0681c3ada93583)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-08-08 23:38:01 -04:00
committed by Richard Purdie
parent a8350d7a16
commit 9031d7e8c1
3 changed files with 15 additions and 15 deletions

View File

@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "0aa6b57221bb524abcb34e8772ebff0f34a4a322"
SRCREV_meta ?= "514a287a5b3adaeb58774fb86616fdfa2e751cf5"
SRCREV_machine ?= "86c19d4c40f475e09a076d55391fa66d96a1b3ac"
SRCREV_meta ?= "f7f709bf874f85baff9f2fb0ac0341c08399b144"
PV = "${LINUX_VERSION}+git${SRCPV}"