1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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>
This commit is contained in:
Bruce Ashfield
2020-08-24 15:00:41 -04:00
committed by Richard Purdie
parent 6956beda17
commit afb12756f5
3 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "a463c9ee9da138e9fd6f602b5a18352ddd241fbd"
SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3"
SRCREV_meta ?= "2f9b296099dc534d1c9909f34b1090d8d2280c9b"
SRCREV_meta ?= "89db4beb484f8eca238bdd57554ebd7b55b78427"
PV = "${LINUX_VERSION}+git${SRCPV}"