summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-05-13 09:46:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-29 19:36:01 +0100
commit726a2bf3bd2b31a11b63f36e33752da0580d945d (patch)
treea055a7e1fb1ea90dc2d181126ff67efed3a9f9d0 /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parent5658888f11144cfce8e52d23849299d8e5ec423a (diff)
downloadpoky-726a2bf3bd2b31a11b63f36e33752da0580d945d.tar.gz
linux-yocto/4.4: gcc6 build fixes (powerpc and mips)
Khem provided fixes to fix gcc6 build issues, these are safe for all gcc versions, so we integrate them directly. (From OE-Core rev: f1c75b93a4e11425e595c5ce043fbb0276a41931) (From OE-Core rev: 4c3a91e1b82a4aedb1884c3413d2f18e530c61be) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index abafe756eb..93ffe189ce 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4.10"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" 12SRCREV_machine ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
13SRCREV_meta ?= "b7ce076447c0e3cc07f8d3ed4a11070fdeae41e6" 13SRCREV_meta ?= "d6ee402d461048cf1afd10375fee5769c06d21d6"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16