diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2017-01-06 10:04:22 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-10 19:37:33 +0000 |
commit | 2155e13210a8a6dc533f49993e069db71a9e6bfa (patch) | |
tree | 0adf41b50c0a53b30cbbe68d6e774bbd36d69fbc /meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend | |
parent | aa430f8d7743bba88f2a5e55832951d99c19022d (diff) |
fix gcc 6 build
Change-Id: I5ca505da0837c28acc4cb133e9d6acd87d1c7bcc
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend new file mode 100644 index 000000000..36d8c24b8 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" + +SRC_URI_append = " \ + file://0001-fixup-build-with-gcc6.patch \ +" + +do_deploy_prepend() { + ln -s ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} +} |