From 10f9fc5706840822a9a09c5f2119912e1272014f Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 20 Jun 2019 11:25:24 +0200 Subject: [RCAR] Remove old fix on uboot - Due to RCAR BSP update to v3.19, we don't need this fix anymore. Bug-AGL: SPEC-2543 Change-Id: Ic74675441f0265658422602bb05d7ed61d2cc774 Signed-off-by: Ronan Le Martret --- .../recipes-bsp/u-boot/u-boot_2015.04.bbappend | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend') 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 deleted file mode 100644 index f6271908f..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" - -SRC_URI_append = " \ - file://0001-fixup-build-with-gcc7.patch \ -" - -# Config names have changed in mainline u-boot since 2015.04, -# here we want to use the old ones. -UBOOT_MACHINE = "${BOARD_NAME}_defconfig" - -# Also override the override -UBOOT_MACHINE_sota = "${BOARD_NAME}_defconfig" - -do_deploy_prepend() { - ln -sf ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} -} -- cgit 1.2.3-korg