summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-08-24 15:00:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 01:00:37 +0100
commitafb12756f513e154242265815c2ec469f7a6b9af (patch)
treea6c91d20e410280ec9bc3104d3ec31e123fe87b7 /meta/recipes-kernel/linux
parent6956beda17862d81084e1b03ec0cc1f6c5e72fd5 (diff)
downloadpoky-afb12756f513e154242265815c2ec469f7a6b9af.tar.gz
linux-yocto/5.8: disable CONFIG_NFS_DISABLE_UDP_SUPPORT
Some of our tests may run NFS over UDP, so we don't want udp support disabled. Turn off that setting, and we can revisit if any side effects are noticed. (From OE-Core rev: 9f89fe4209850c46eedd4e3dd52104d1d5d423d2) 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')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.8.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
index b2d4995474..bf1dba1060 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3" 14SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3"
15SRCREV_meta ?= "2f9b296099dc534d1c9909f34b1090d8d2280c9b" 15SRCREV_meta ?= "89db4beb484f8eca238bdd57554ebd7b55b78427"
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.8;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
index 847b2623d6..308022ad16 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "a463c9ee9da138e9fd6f602b5a18352ddd241fbd" 18SRCREV_machine_qemuarm ?= "a463c9ee9da138e9fd6f602b5a18352ddd241fbd"
19SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3" 19SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3"
20SRCREV_meta ?= "2f9b296099dc534d1c9909f34b1090d8d2280c9b" 20SRCREV_meta ?= "89db4beb484f8eca238bdd57554ebd7b55b78427"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
index 86f3e851f7..42d76f2b80 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
@@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "912adf166eb0688e011154048f5fa0e5863249c3"
21SRCREV_machine_qemux86-64 ?= "912adf166eb0688e011154048f5fa0e5863249c3" 21SRCREV_machine_qemux86-64 ?= "912adf166eb0688e011154048f5fa0e5863249c3"
22SRCREV_machine_qemumips64 ?= "21530680430bfb9f8a73fba97e6734bd4869a690" 22SRCREV_machine_qemumips64 ?= "21530680430bfb9f8a73fba97e6734bd4869a690"
23SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3" 23SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3"
24SRCREV_meta ?= "2f9b296099dc534d1c9909f34b1090d8d2280c9b" 24SRCREV_meta ?= "89db4beb484f8eca238bdd57554ebd7b55b78427"
25 25
26# remap qemuarm to qemuarma15 for the 5.8 kernel 26# remap qemuarm to qemuarma15 for the 5.8 kernel
27# KMACHINE_qemuarm ?= "qemuarma15" 27# KMACHINE_qemuarm ?= "qemuarma15"