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-08-15 14:26:56 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-18 09:27:52 +0100
commitcb63dd10bbe14ccb4b26a2d7e6b50c2969179f1f (patch)
tree0adf51cffee23fe028dbeb621770ffdb7e1915fb /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parente7c681720b0dc2bf1dc90df7b2b8a1fa08dd4b2e (diff)
downloadpoky-cb63dd10bbe14ccb4b26a2d7e6b50c2969179f1f.tar.gz
linux-yocto/4.1: bump to v4.1.29
Integrating the korg 4.1.29 -stable release (From OE-Core rev: 2d7fff848b4e76c7c568492e1dcc32d4a2031297) Signed-off-by: Bruce Ashfield <bruce@zedd.org> 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 9eae2e1cba..afc8819b96 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.28" 7LINUX_VERSION ?= "4.1.29"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "f6ab3612272bb22bac371403121609c66c50cd45" 12SRCREV_machine ?= "053af7be9159a0b5a016a3e399de1484e51f26cd"
13SRCREV_meta ?= "0d6de63d4603b9cc3a4a68391bcb5156b9b0cf96" 13SRCREV_meta ?= "71dddd41d8395014d942ac8f20f1255751cb144f"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16