diff options
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 \ |