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

linux-yocto/4.12: bug fixes and VRF feature addition

Integrating two bug fixes (functionality regressions):

  1d685baca196 iwlwifi: bump max FW API to 31
  cb8ce8c4ad0f tty: fix __tty_insert_flip_char regression

And the following configuration fragment:

  vrf: Add feature

(From OE-Core rev: f4c7a52e6bd4e955ee6aface617d84b15356bd31)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-12-21 10:49:13 -05:00
committed by Richard Purdie
parent fd7903efd4
commit ecc393e08f
3 changed files with 13 additions and 13 deletions
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.16"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "42a33c00cd35d9de9566488bcedd01d9c6b0ab03"
SRCREV_meta ?= "146a863c246f803a074a5abc12e69737bc6751b2"
SRCREV_machine ?= "1d685baca196583254d75f5cc7bc0ffedb8753ad"
SRCREV_meta ?= "e3c9041f48ae980cc4461f969d0e3ed9bb43be5b"
PV = "${LINUX_VERSION}+git${SRCPV}"