diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2016-10-14 14:27:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-11 19:25:05 +0000 |
commit | 52ce0a13c5d690134d3e0017ceebe72e84756ff8 (patch) | |
tree | 02dc081638968295606eaea135e95248815653a6 /meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb | |
parent | fa874ec8c3cc4717f2e2807a23f5b395f435ea50 (diff) |
fix kernel build with gcc6
Change-Id: I36d90ba2dc0991bb19be1eb00f50aa4bb2dfe210
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb index 4d8e332..c61dd42 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb +++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb @@ -9,10 +9,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" PV_append = "+git${SRCREV}" +PKGE = "1" + RENESAS_BACKPORTS_URL="git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git" SRCREV = "165e12ce2d7839e755debbec78dfa43b54345275" SRC_URI = "${RENESAS_BACKPORTS_URL};protocol=git;branch=bsp/v3.10.31-ltsi/rcar-gen2-1.9.7 \ file://0001-kernel-add-support-for-gcc-5.patch \ + file://0001-kernel-add-support-for-gcc-6.patch \ file://0001-arm-lager-Add-vmalloc-384M-to-bootargs-of-DTS.patch \ file://0001-arm-koelsch-Add-vmalloc-384M-to-bootargs-of-DTS.patch \ file://0001-arm-alt-Add-vmalloc-384M-to-bootargs-of-DTS.patch \ |