1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

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: 07db18609ce2b868d4ff5eb6cf2128bf6eb6d682)

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
2019-04-29 16:06:12 -04:00
committed by Richard Purdie
parent 1e8cedab44
commit 1165edbe50
3 changed files with 14 additions and 14 deletions
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "d905ae925fc4a60d63f45e1922163da683d8a3bc"
SRCREV_machine ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30"
SRCREV_meta ?= "2d838e11b084a96dd70e5cc0fec01d2e492f72c3"
SRCREV_machine_qemuarm ?= "f07da0a13d6f503b72594776b5e8a9795da6d6a0"
SRCREV_machine ?= "891531d68e5101bf64be1cc1cb31e3d1255cf382"
SRCREV_meta ?= "d26eec23cf1057a715c05777a18f395678fcbf38"
PV = "${LINUX_VERSION}+git${SRCPV}"