From 9d986e432921614b6de12f3163f142dcb418a07d Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Fri, 8 Jan 2016 16:19:40 +0100 Subject: u-boot: fixup build with gcc 5 Change-Id: I88cbad396f0757246e83bbebfe0b4ff2841a51b6 Signed-off-by: Yannick Gicquel --- meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb') diff --git a/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb index 8ca9e3b..d1638fa 100644 --- a/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb +++ b/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb @@ -18,6 +18,12 @@ S = "${WORKDIR}/git" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +# Some workaround for gcc5 support (tbc): +SRC_URI_append = " \ + file://0001-fixup-build-with-gcc5.patch \ + file://0001-inline-use-the-gcc-inline-version-instead-of-the-c99.patch \ +" + SRC_URI_append_porter = " \ file://0001-uboot-Silk-board-support.patch \ file://0004-uboot-porter-board-support.patch \ -- cgit 1.2.3-korg