summaryrefslogtreecommitdiffstats
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:24 +0100
commitda0861915c2c4cbb1db4339bd95e7ba098189c93 (patch)
treee9203da2131054569e859569a2fa2111d7cf17b5
parentdcbdc09a08d1af8b5562a53ae79cf9d4b47855f6 (diff)
downloadpoky-da0861915c2c4cbb1db4339bd95e7ba098189c93.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 (From OE-Core rev: ae62fc90de6b474ab67e0e0e5685414ceb18e1bd) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.19.bb20
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb
index 94f900c91a..e70d20f9f0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb
@@ -11,7 +11,7 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "e41cf2ea686c923a56b8fbc52ea998dc7193f099" 14SRCREV_machine ?= "942f6fb5262e8432d6fa982022d953e6a63aec64"
15SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f" 15SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
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"
14KMETA = "kernel-meta" 14KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 17SRCREV_machine ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
18SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f" 18SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb
index 4debef5f2e..2fb6a05b84 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb
@@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.19/standard/base"
13KBRANCH:qemux86-64 ?= "v5.19/standard/base" 13KBRANCH:qemux86-64 ?= "v5.19/standard/base"
14KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64" 14KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64"
15 15
16SRCREV_machine:qemuarm ?= "fdb9f8c3f9a6762603e4d71e3f678dfae1afced6" 16SRCREV_machine:qemuarm ?= "a6ca992258edecafa8bf33cfc5d9e54019ea27b8"
17SRCREV_machine:qemuarm64 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 17SRCREV_machine:qemuarm64 ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
18SRCREV_machine:qemumips ?= "128ff884612b479168e68519bb69d1c7a5180b7d" 18SRCREV_machine:qemumips ?= "371a5e816aa00f010df12d9fed04dee9f5829cf1"
19SRCREV_machine:qemuppc ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 19SRCREV_machine:qemuppc ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
20SRCREV_machine:qemuriscv64 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 20SRCREV_machine:qemuriscv64 ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
21SRCREV_machine:qemuriscv32 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 21SRCREV_machine:qemuriscv32 ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
22SRCREV_machine:qemux86 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 22SRCREV_machine:qemux86 ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
23SRCREV_machine:qemux86-64 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 23SRCREV_machine:qemux86-64 ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
24SRCREV_machine:qemumips64 ?= "a078f75cccc88d26763cab4762ed00418813f2cd" 24SRCREV_machine:qemumips64 ?= "a28b974f928d53d00b06d0d61ae7746336a438f4"
25SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 25SRCREV_machine ?= "e0e977e1b098d96389f2ab657849456ded9189c9"
26SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f" 26SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll