summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-08-08 23:42:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-09 16:37:15 +0100
commitae62fc90de6b474ab67e0e0e5685414ceb18e1bd (patch)
tree688e362fe7782e786148c7f8849f18537fd21b4d /meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
parent6622682808d8d2d8330e57f9001bcb168b86b3e0 (diff)
downloadopenembedded-core-contrib-ae62fc90de6b474ab67e0e0e5685414ceb18e1bd.tar.gz
linux-yocto/5.19: fix reproducibility issues
Integrating the following commit(s) to linux-yocto/5.19: e0e977e1b098 init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
index ab6c0b7d90..b0c4d30ef0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
+SRCREV_machine ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f"
PV = "${LINUX_VERSION}+git${SRCPV}"