summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-04-29 16:06:12 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 09:13:39 +0100
commit2e01bc44f914587a2a59c2208ca0322dfb41d2c6 (patch)
tree835213c9b9105f9adc6a95be415836d947ff8a2b /meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb
parent8c35d676b9595ecdbdf9d658590a1313c44f63a7 (diff)
downloadpoky-2e01bc44f914587a2a59c2208ca0322dfb41d2c6.tar.gz
linux-yocto/5.0: update TCP patch to mainline version
Updating the SRCREVs to drop our temporary workaround for TCP timeout issues and switch to the mainline version: tcp: add sanity tests in tcp_add_backlog() Revert "tcp: fix issues relaed to implement coalescing on backlog queue" (From OE-Core rev: fdc068de3c493dea3a22bb8f91273f7b7978c639) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb
index 206e6c348d..720192152b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "d905ae925fc4a60d63f45e1922163da683d8a3bc" 18SRCREV_machine_qemuarm ?= "f07da0a13d6f503b72594776b5e8a9795da6d6a0"
19SRCREV_machine ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30" 19SRCREV_machine ?= "891531d68e5101bf64be1cc1cb31e3d1255cf382"
20SRCREV_meta ?= "2d838e11b084a96dd70e5cc0fec01d2e492f72c3" 20SRCREV_meta ?= "d26eec23cf1057a715c05777a18f395678fcbf38"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23