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-02-29 17:10:23 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-02 22:39:44 +0000
commitc2152b8fcf8349ff849659366c0aef6495048618 (patch)
tree10da736ad35224b15c6f729247f7ddfd1158eea1 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent45d4cd788fd38520883d687fd527393d5a3d7808 (diff)
downloadpoky-c2152b8fcf8349ff849659366c0aef6495048618.tar.gz
linux-yocto/4.1: update to 4.1.18
Integrating the korg -stable update to 4.1 (From OE-Core rev: cf56b7345935af71dd0989ef2e7c8ce2d43fd04d) 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.bb4
1 files changed, 2 insertions, 2 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 4a8ec0e046..e27c9dbfcc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -4,12 +4,12 @@ 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.17" 7LINUX_VERSION ?= "4.1.18"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "c1b6f28fb457306331d3173364b509fa39971f84" 12SRCREV_machine ?= "dd6492b44151164242718855d6c9eebbf0018eac"
13SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" 13SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"