summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-06-06 22:07:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-02 11:41:25 +0100
commit43de26b5d0a69c1e2538cbd8807ae907c49d168d (patch)
tree555fca55d5337cddbff6a44a2deb7cddd44b793c /meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
parentf5907bf55ad68c5403ee8b2a3f4a996f5a05a1ac (diff)
downloadpoky-43de26b5d0a69c1e2538cbd8807ae907c49d168d.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) (From OE-Core rev: b03b4cfed3d06e397c4bc2a1d59b2a3838a97a2a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb4
1 files changed, 2 insertions, 2 deletions
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"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "260fd9356917fb3bd73abd36a6bdd7df402ef1a1" 12SRCREV_machine ?= "51273ff79f4ad930f4a788257f58e1266cb236e3"
13SRCREV_meta ?= "125963a34eebf4ee3d2b62d97c8090d912c8eb03" 13SRCREV_meta ?= "9bbc5bd75e5322bd80769802c5062b2f3f0d6c7d"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16