summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-01-08 16:12:47 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-01-13 15:48:11 +0000
commit430420f83944cb0e39ef22d1e6570edb98b11622 (patch)
tree0345694b161315f85a44cf0a157bfb7617b1f978 /meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
parent9d986e432921614b6de12f3163f142dcb418a07d (diff)
kernel: add support for gcc 5
backport compiler-gcc5.h header from kernel upstream. Change-Id: I89b5e1e3b2f72e5a8eb84d2062a6957744dfe049 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb')
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb b/meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
index 69a9396..f4de23e 100644
--- a/meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
+++ b/meta-rcar-gen2/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
@@ -9,5 +9,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
RENESAS_BACKPORTS_URL="git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git"
SRCREV = "b8ca8c397343f4233f9f68fc3a5bf8e1c9b88251"
SRC_URI = "${RENESAS_BACKPORTS_URL};protocol=git;branch=bsp/v3.10.31-ltsi/rcar-gen2-1.9.2 \
- file://scripts-Makefile.headersinst-install-headers-from-sc.patch"
+ file://scripts-Makefile.headersinst-install-headers-from-sc.patch \
+ file://0001-kernel-add-support-for-gcc-5.patch \
+"
S = "${WORKDIR}/git"