summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-12-18 08:39:18 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-28 09:25:16 +0000
commit51619440e24f4e10102f0910b88532a951d8210f (patch)
tree94aababb70086c7296633d267dbf687f8015a6e9 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parenta462d16239dfc46b1539567b4d7074cf29ae33aa (diff)
downloadpoky-51619440e24f4e10102f0910b88532a951d8210f.tar.gz
linux-yocto/4.1: update to v4.1.15
Updating the 4.1 kernel repo to the latest 4.1.x stable. (From OE-Core rev: 1df3a79cf454754e6be6c1ffc91ba8310a880616) 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.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 66c8a6575e..4caa2523b3 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.13" 7LINUX_VERSION ?= "4.1.15"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "4e659b86ffcf20ece27f42a671853d5f42d52a6c" 12SRCREV_machine ?= "788dfc9859321c09f1c58696bf8998f90ccb4f51"
13SRCREV_meta ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4" 13SRCREV_meta ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"