diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-06-13 11:56:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 17:36:35 +0100 |
commit | 298a3c38ac99282554b51bdc0abec2423b6ce694 (patch) | |
tree | 434f50bfc1664dfc56670816ccd6facc51839274 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |
parent | 8d11341b23d4f8867b1d829adb8a30556c3a5d54 (diff) | |
download | openembedded-core-298a3c38ac99282554b51bdc0abec2423b6ce694.tar.gz openembedded-core-298a3c38ac99282554b51bdc0abec2423b6ce694.tar.bz2 openembedded-core-298a3c38ac99282554b51bdc0abec2423b6ce694.zip |
linux-yocto/4.1: bump to v4.1.26
Integrating the 4.1.25 and 4.1.26 stable releases.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb | 6 |
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 c48e2a6494..5b1b87f828 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" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "4.1.24" +LINUX_VERSION ?= "4.1.26" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "b4acdc6d1ea9474453689e5f604dd7037cbb5033" -SRCREV_meta ?= "f0c7ef844e98c82db9ee90e20c0eff6596919ff5" +SRCREV_machine ?= "f1069e0dbbc09f930ba8941e38859378ccc22f96" +SRCREV_meta ?= "9f68667031354532563766a3d04ca8a618e9177a" PV = "${LINUX_VERSION}+git${SRCPV}" |