diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-06 22:07:24 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-12 23:34:24 +0100 |
commit | ddd6c6bca82b7b45b9832bb555dea098fe760bea (patch) | |
tree | 5ef55748ed39ffdcdead342e0c0f57e22d7caa5b /meta/recipes-kernel | |
parent | 11e32e4a50067e9fc7be220c60c18e5c9c282d27 (diff) | |
download | poky-ddd6c6bca82b7b45b9832bb555dea098fe760bea.tar.gz |
linux-yocto/4.14/4.15: gcc8 fixes
Integrating Khem's gcc8 kernel patches so that 4.14 and 4.15 can build
with the gcc8 compiler updates.
51273ff79f4a tools/lib/subcmd/pager.c: do not alias select() params
b632c05a6263 objtool, perf: Fix GCC 8 -Wrestrict error
20bc5eb24ac1 mips64: Disable attribute-alias warning
975042cc72dd mips: Disable attribute-alias warnings
8632f470f02c powerpc/ptrace: Disable array-bounds warning with gcc8
59e401ffeda4 powerpc: Disable attribute-alias warnings from gcc8
(From OE-Core rev: eed723d09992c9b89fcb2760f8c95f69c201aa3c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.14.bb | 18 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.15.bb | 18 |
6 files changed, 26 insertions, 26 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb index 5829fe00fd..db7941abd1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | |||
@@ -11,8 +11,8 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "edcd1a1cbc535ff827e682fa8e78a11f60efc03f" | 14 | SRCREV_machine ?= "5518de2bf72df8f5274f7fd6a909db8bb09e9216" |
15 | SRCREV_meta ?= "0a24859cef9c3352aa3bf153d202cece587caf24" | 15 | SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb index 004f3b666f..c440d2fa9f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | |||
@@ -11,8 +11,8 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 14 | SRCREV_machine ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
15 | SRCREV_meta ?= "125963a34eebf4ee3d2b62d97c8090d912c8eb03" | 15 | SRCREV_meta ?= "9bbc5bd75e5322bd80769802c5062b2f3f0d6c7d" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb index a9196e3dc1..ae459761f9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | |||
@@ -12,8 +12,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
12 | KMETA = "kernel-meta" | 12 | KMETA = "kernel-meta" |
13 | KCONF_BSP_AUDIT_LEVEL = "2" | 13 | KCONF_BSP_AUDIT_LEVEL = "2" |
14 | 14 | ||
15 | SRCREV_machine ?= "0cdc68d3404d2738d43e9e22b572814e238dae3f" | 15 | SRCREV_machine ?= "ebe519f7ad579fedcdff91c2e32c4eef976299a6" |
16 | SRCREV_meta ?= "0a24859cef9c3352aa3bf153d202cece587caf24" | 16 | SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1" |
17 | 17 | ||
18 | PV = "${LINUX_VERSION}+git${SRCPV}" | 18 | PV = "${LINUX_VERSION}+git${SRCPV}" |
19 | 19 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb index 575d3fe046..e6da0935d0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | |||
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.15.18" | |||
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 ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 12 | SRCREV_machine ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
13 | SRCREV_meta ?= "125963a34eebf4ee3d2b62d97c8090d912c8eb03" | 13 | SRCREV_meta ?= "9bbc5bd75e5322bd80769802c5062b2f3f0d6c7d" |
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.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb index 28812484dd..c8f31a6ebc 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v4.14/standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "v4.14/standard/base" | 11 | KBRANCH_qemux86-64 ?= "v4.14/standard/base" |
12 | KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "0270dc3fc64e8df96067a5cc0d3cdcc7da448967" | 14 | SRCREV_machine_qemuarm ?= "493254190708d94e0bd22f6eb6e6c17cbdbf9764" |
15 | SRCREV_machine_qemuarm64 ?= "cc01b6df5e42a636339020123f9e36e76feb217a" | 15 | SRCREV_machine_qemuarm64 ?= "eeba95930402de2c0290b423c69e86b84955bf09" |
16 | SRCREV_machine_qemumips ?= "7100705d087727cec0f353b430910dbd56c0b14f" | 16 | SRCREV_machine_qemumips ?= "42b5e2db78595024d2fddfcadc8cd8af1266b52b" |
17 | SRCREV_machine_qemuppc ?= "9e2c25e06bd9b9c799c0c7103566d587fdd16858" | 17 | SRCREV_machine_qemuppc ?= "b87ce52358105e318fbdb7087185de9622b420b3" |
18 | SRCREV_machine_qemux86 ?= "3a3979936c8a3b70488af80a7dcadd41e2480603" | 18 | SRCREV_machine_qemux86 ?= "0e21580445573276ec320da0c36d56f8921f682b" |
19 | SRCREV_machine_qemux86-64 ?= "3a3979936c8a3b70488af80a7dcadd41e2480603" | 19 | SRCREV_machine_qemux86-64 ?= "0e21580445573276ec320da0c36d56f8921f682b" |
20 | SRCREV_machine_qemumips64 ?= "149f8eee22d52a287994c1d0c54d4d37631629ef" | 20 | SRCREV_machine_qemumips64 ?= "c8885bcf579812bd6cfbb58b96d5d3423ccc45fc" |
21 | SRCREV_machine ?= "3a3979936c8a3b70488af80a7dcadd41e2480603" | 21 | SRCREV_machine ?= "0e21580445573276ec320da0c36d56f8921f682b" |
22 | SRCREV_meta ?= "0a24859cef9c3352aa3bf153d202cece587caf24" | 22 | SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.15.bb b/meta/recipes-kernel/linux/linux-yocto_4.15.bb index f1233fd9fa..0d82318bcf 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.15.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v4.15/standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "v4.15/standard/base" | 11 | KBRANCH_qemux86-64 ?= "v4.15/standard/base" |
12 | KBRANCH_qemumips64 ?= "v4.15/standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "v4.15/standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "5400ff2d394e933487c7d3d16d1a295d850232e5" | 14 | SRCREV_machine_qemuarm ?= "da407e5a3514aa6cfc579f52aca8afa279b10669" |
15 | SRCREV_machine_qemuarm64 ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 15 | SRCREV_machine_qemuarm64 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
16 | SRCREV_machine_qemumips ?= "9e9b14f6ef913ea00a01dc0766666f2c86f5bc63" | 16 | SRCREV_machine_qemumips ?= "8d8f48f09e07bc9ba4db489eab80ae653709fb91" |
17 | SRCREV_machine_qemuppc ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 17 | SRCREV_machine_qemuppc ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
18 | SRCREV_machine_qemux86 ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 18 | SRCREV_machine_qemux86 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
19 | SRCREV_machine_qemux86-64 ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 19 | SRCREV_machine_qemux86-64 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
20 | SRCREV_machine_qemumips64 ?= "0175d25d470adf5604a59b020a6de86493b1a78e" | 20 | SRCREV_machine_qemumips64 ?= "9435d73112c64ae058372322d8c7a41ae9e8c000" |
21 | SRCREV_machine ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" | 21 | SRCREV_machine ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" |
22 | SRCREV_meta ?= "125963a34eebf4ee3d2b62d97c8090d912c8eb03" | 22 | SRCREV_meta ?= "9bbc5bd75e5322bd80769802c5062b2f3f0d6c7d" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" |