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-01-26 23:27:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-30 11:36:59 +0000
commit07c182fbdece294a7f0da1c21ac77ace539127c3 (patch)
tree2c31b5bd283d79332e55dd801d477a641e5c6e8b /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent7003698f29eb033ed02eed2178c6a1afe9c53d3b (diff)
downloadpoky-07c182fbdece294a7f0da1c21ac77ace539127c3.tar.gz
linux-yocto/4.1: update to 4.1.16
(From OE-Core rev: 82875cc321cdad2c8d521e660d6f6d5a23cb4295) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.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 4caa2523b3..81f339d2b2 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.15" 7LINUX_VERSION ?= "4.1.16"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "788dfc9859321c09f1c58696bf8998f90ccb4f51" 12SRCREV_machine ?= "9acf3d237d07758701d56c75cc2058f05a974899"
13SRCREV_meta ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4" 13SRCREV_meta ?= "fde1381efc83859fcd873521bd1243646b22ef46"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16