diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-24 11:53:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:34:44 +0100 |
commit | cf5ec8c55f2eb8b632c1106c612f7f1500c97e6d (patch) | |
tree | b95c7091a74e85503d4cbf15653f14abe1f43f1d /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |
parent | 6ff8b98b6f176503671c651bacecef90dd9f4d89 (diff) | |
download | openembedded-core-cf5ec8c55f2eb8b632c1106c612f7f1500c97e6d.tar.gz openembedded-core-cf5ec8c55f2eb8b632c1106c612f7f1500c97e6d.tar.bz2 openembedded-core-cf5ec8c55f2eb8b632c1106c612f7f1500c97e6d.zip |
linux-yocto/4.1: v4.1.24 and gcc6 powerpc fixes
Bumping to the v4.1.24 -stable release, and backporting a ppc
gcc6 fix from the 4.4 kernel.
(From OE-Core rev: aee5a879032df0c1642f17408b70a33d06df972a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.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 04853a9aa6..35a76ef0cd 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.22" +LINUX_VERSION ?= "4.1.24" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" -SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde" +SRCREV_machine ?= "ecc983477682203619da0e456fa4a8689ac41097" +SRCREV_meta ?= "d6e1f4bfc254c677a8dfef92f0ad8c78bdeeea75" PV = "${LINUX_VERSION}+git${SRCPV}" |