diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-11-19 15:18:08 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:31:02 +0000 |
commit | 12be8565b16f0fb571f859d3ef256767feaafc7f (patch) | |
tree | e79a391e6b26fc32179e1e01517271a49e17a86c /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |
parent | 969158d63ba2c8e2e11af41c2a6d4f1aa5b0099f (diff) | |
download | openembedded-core-12be8565b16f0fb571f859d3ef256767feaafc7f.tar.gz openembedded-core-12be8565b16f0fb571f859d3ef256767feaafc7f.tar.bz2 openembedded-core-12be8565b16f0fb571f859d3ef256767feaafc7f.zip |
linux-yocto/4.1: update to v4.1.13
Updating the 4.1 kernel to the latest stable (and resolving minor
conflicts with -rt).
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 9862006bb8..69bfbad0da 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.8" +LINUX_VERSION ?= "4.1.13" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" -SRCREV_meta ?= "aed902160251d69cc28d1e69a4f692e8ea8fa13b" +SRCREV_machine ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" +SRCREV_meta ?= "1fb60461e4522bba62b4b34e9520128c959d2437" PV = "${LINUX_VERSION}+git${SRCPV}" |