summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-12-21 10:49:13 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-21 16:26:52 +0000
commitecc393e08f42b39525121896b148d57af0e3131e (patch)
tree5800b44c5c80beb54bf06b8bf7e15162c7098449 /meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
parentfd7903efd464ff832aa3d4306b9235916ade6d8b (diff)
downloadpoky-ecc393e08f42b39525121896b148d57af0e3131e.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb4
1 files changed, 2 insertions, 2 deletions
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"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "42a33c00cd35d9de9566488bcedd01d9c6b0ab03" 12SRCREV_machine ?= "1d685baca196583254d75f5cc7bc0ffedb8753ad"
13SRCREV_meta ?= "146a863c246f803a074a5abc12e69737bc6751b2" 13SRCREV_meta ?= "e3c9041f48ae980cc4461f969d0e3ed9bb43be5b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16