From ba400aa269af125eeb9f2d6c9924644ba139b1a2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 21 Dec 2017 10:49:13 -0500 Subject: 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: 839b01d9d68cc32f179e96bc003b26cd1b76781b) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit f4c7a52e6bd4e955ee6aface617d84b15356bd31) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb index 2e74995065..4e18d413ce 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb @@ -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}" -- cgit v1.2.3-54-g00ecf