summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-08-08 23:42:57 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-09 16:37:24 +0100
commitdcbdc09a08d1af8b5562a53ae79cf9d4b47855f6 (patch)
tree04e676951fc5c2d564fa8df08ae0aaaffe1341a7 /meta/recipes-kernel
parentd5dc5907721eae667d103024dadcef608b63258c (diff)
downloadpoky-dcbdc09a08d1af8b5562a53ae79cf9d4b47855f6.tar.gz
linux-yocto/5.19: cfg: update x32 configuration fragment
Integrating the following commit(s) to linux-yocto/.: 00e2494f7e4 cfg/x32: rename X86_X32 X86_X32_ABI (From OE-Core rev: 6622682808d8d2d8330e57f9001bcb168b86b3e0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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.bb2
3 files changed, 3 insertions, 3 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 54982bc200..94f900c91a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "e41cf2ea686c923a56b8fbc52ea998dc7193f099" 14SRCREV_machine ?= "e41cf2ea686c923a56b8fbc52ea998dc7193f099"
15SRCREV_meta ?= "eb7088accaa0347a5b627952e48bb8800ff15cf3" 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 \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}"
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 716e5aa652..ab6c0b7d90 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 17SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
18SRCREV_meta ?= "eb7088accaa0347a5b627952e48bb8800ff15cf3" 18SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb
index a1a2e72774..4debef5f2e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
23SRCREV_machine:qemux86-64 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 23SRCREV_machine:qemux86-64 ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
24SRCREV_machine:qemumips64 ?= "a078f75cccc88d26763cab4762ed00418813f2cd" 24SRCREV_machine:qemumips64 ?= "a078f75cccc88d26763cab4762ed00418813f2cd"
25SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" 25SRCREV_machine ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
26SRCREV_meta ?= "eb7088accaa0347a5b627952e48bb8800ff15cf3" 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
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same