summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-11-03 09:25:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-04 12:50:55 +0000
commit9bd399c1a683f0409b26df281924886afead8d4b (patch)
treef0f4b967ce3a7b223a5e94846d707add3695108c /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent15b68f927c2d408a63ce0e3918500668ccbda465 (diff)
downloadpoky-9bd399c1a683f0409b26df281924886afead8d4b.tar.gz
linux-yocto/4.1: update to v4.1.35
Updating to the korg -stable release. (From OE-Core rev: c0231b1306034cc03987a5fbabd6f17125c9392b) 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.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index ba01702cb6..5d5e1fa945 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "4.1.33" 7LINUX_VERSION ?= "4.1.35"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "f4d0900b2851e829e990e0f64b09ed3b8e355fae" 12SRCREV_machine ?= "f358ce2569953d18cf6bd91d0269076938e5b091"
13SRCREV_meta ?= "3c3197e65b6f2f5514853c1fe78ae8ffc131b02c" 13SRCREV_meta ?= "89785d2b18fa49233046125fddee8e161c8bec4d"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16