diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-01-08 16:19:40 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-01-13 15:47:56 +0000 |
commit | 9d986e432921614b6de12f3163f142dcb418a07d (patch) | |
tree | b28c576c4c7e3aa9dccd7e8fc1cf42de680d6dad /meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb | |
parent | bb013ecc7450151db021c58614d9fc06b401c3b0 (diff) |
u-boot: fixup build with gcc 5
Change-Id: I88cbad396f0757246e83bbebfe0b4ff2841a51b6
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb')
-rw-r--r-- | meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 \ |