summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-03-19 14:58:33 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-20 18:54:57 +0000
commit0064a7523daffddc4480644d03fc7ace154e9d82 (patch)
tree4b96a794d6ed503d82f4abce525215d65882723c /meta
parentda1b9fdda1f10dd57bdb940fb8e4eef58091a68e (diff)
downloadpoky-0064a7523daffddc4480644d03fc7ace154e9d82.tar.gz
linux-yocto/5.10: cfg: features/numa: Remove NODES_SPAN_OTHER_NODES option
Integrating the following commit(s) to: f5babefa399 features/numa: Remove NODES_SPAN_OTHER_NODES option (From OE-Core rev: d412ed47a6a04acb1c3325345c77de145bd9b00c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.10.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
index 60c3c59613..7b5d69843b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "09e60e61f3a0716c1d715024db69ed493b374352" 14SRCREV_machine ?= "09e60e61f3a0716c1d715024db69ed493b374352"
15SRCREV_meta ?= "581687c525f24f8e82582e789d39a508dfa083ed" 15SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2"
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.10;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 852951789a..a903a7ad45 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "828298476280f149282db7209dd18c8bd0f46657" 18SRCREV_machine_qemuarm ?= "828298476280f149282db7209dd18c8bd0f46657"
19SRCREV_machine ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" 19SRCREV_machine ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd"
20SRCREV_meta ?= "581687c525f24f8e82582e789d39a508dfa083ed" 20SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index 20be08af42..9c122832f4 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -23,7 +23,7 @@ SRCREV_machine_qemux86 ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd"
23SRCREV_machine_qemux86-64 ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" 23SRCREV_machine_qemux86-64 ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd"
24SRCREV_machine_qemumips64 ?= "c19b50af1e3680ff6050a0cce8dcd888accafd9b" 24SRCREV_machine_qemumips64 ?= "c19b50af1e3680ff6050a0cce8dcd888accafd9b"
25SRCREV_machine ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd" 25SRCREV_machine ?= "04a11eb4aec4efe3064f27b207e8a41c28bb08cd"
26SRCREV_meta ?= "581687c525f24f8e82582e789d39a508dfa083ed" 26SRCREV_meta ?= "f5babefa399359d7a5f880342c03ced78dbd48d2"
27 27
28# remap qemuarm to qemuarma15 for the 5.8 kernel 28# remap qemuarm to qemuarma15 for the 5.8 kernel
29# KMACHINE_qemuarm ?= "qemuarma15" 29# KMACHINE_qemuarm ?= "qemuarma15"