diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-13 09:46:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:36:01 +0100 |
commit | 726a2bf3bd2b31a11b63f36e33752da0580d945d (patch) | |
tree | a055a7e1fb1ea90dc2d181126ff67efed3a9f9d0 /meta | |
parent | 5658888f11144cfce8e52d23849299d8e5ec423a (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index beff9214de..92ae059d74 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt/base" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "449fe1dca2c1f972f1ec02091a20691f3e19a28b" | 5 | SRCREV_machine ?= "7ef3fe56827bd9c20021e3a52bc36ebd4c6b2ce3" |
6 | SRCREV_meta ?= "b7ce076447c0e3cc07f8d3ed4a11070fdeae41e6" | 6 | SRCREV_meta ?= "d6ee402d461048cf1afd10375fee5769c06d21d6" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
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" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" | 12 | SRCREV_machine ?= "578ff2a88676d20439dbf3877768370d06a22d8f" |
13 | SRCREV_meta ?= "b7ce076447c0e3cc07f8d3ed4a11070fdeae41e6" | 13 | SRCREV_meta ?= "d6ee402d461048cf1afd10375fee5769c06d21d6" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index a665b5ce88..a98f9fa9a9 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "bdda97014e55200e704ecd8d112da09176dcb7dc" | 14 | SRCREV_machine_qemuarm ?= "1d343b327d97843de4a32fda9015bc87a46dea9b" |
15 | SRCREV_machine_qemuarm64 ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" | 15 | SRCREV_machine_qemuarm64 ?= "578ff2a88676d20439dbf3877768370d06a22d8f" |
16 | SRCREV_machine_qemumips ?= "f60887555f78ae5f5338d41181e848082109429b" | 16 | SRCREV_machine_qemumips ?= "f89dd8336dcb0b7bf0291aee7ee33531564ea3b5" |
17 | SRCREV_machine_qemuppc ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" | 17 | SRCREV_machine_qemuppc ?= "578ff2a88676d20439dbf3877768370d06a22d8f" |
18 | SRCREV_machine_qemux86 ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" | 18 | SRCREV_machine_qemux86 ?= "578ff2a88676d20439dbf3877768370d06a22d8f" |
19 | SRCREV_machine_qemux86-64 ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" | 19 | SRCREV_machine_qemux86-64 ?= "578ff2a88676d20439dbf3877768370d06a22d8f" |
20 | SRCREV_machine_qemumips64 ?= "b783512062c5081fa9b01e89e811d0508e62895f" | 20 | SRCREV_machine_qemumips64 ?= "5faa3c8de491435842024b24b6a95fccdbe3f72a" |
21 | SRCREV_machine ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f" | 21 | SRCREV_machine ?= "578ff2a88676d20439dbf3877768370d06a22d8f" |
22 | SRCREV_meta ?= "b7ce076447c0e3cc07f8d3ed4a11070fdeae41e6" | 22 | SRCREV_meta ?= "d6ee402d461048cf1afd10375fee5769c06d21d6" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |