From e55b6c3747815357009c74e00bc6103d9c11dec4 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 12 Jan 2017 11:48:58 -0800 Subject: u-boot-socfpga: Remove unnecessary 10m50 additions in v2016.05 (#46) Signed-off-by: Dalon Westergreen --- recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb | 20 -------------------- recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | 1 - 2 files changed, 21 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb index a4e1f44..40281cb 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb @@ -7,23 +7,3 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed" DEPENDS += "dtc-native" - -do_install_append_10m50 () { - if [ "x${UBOOT_CONFIG}" != "x" ] - then - for config in ${UBOOT_MACHINE}; do - install -d ${D}/boot - install ${B}/${config}/${UBOOT_DTB_BINARY} ${D}/boot/${UBOOT_DTB_BINARY} - install ${B}/${config}/${UBOOT_NODTB_BINARY} ${D}/boot/${UBOOT_NODTB_BINARY} - done - else - install -d ${D}/boot - install ${B}/${config}/${UBOOT_DTB_BINARY} ${D}/boot/${UBOOT_DTB_BINARY} - install ${B}/${config}/${UBOOT_NODTB_BINARY} ${D}/boot/${UBOOT_NODTB_BINARY} - fi -} - -do_deploy_append_10m50 () { - install ${D}/boot/${UBOOT_DTB_BINARY} ${DEPLOYDIR}/${UBOOT_DTB_BINARY} - install ${D}/boot/${UBOOT_NODTB_BINARY} ${DEPLOYDIR}/${UBOOT_NODTB_BINARY} -} diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb index e0eb0cd..0204422 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb @@ -7,4 +7,3 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" DEPENDS += "dtc-native" - -- cgit v1.2.3-54-g00ecf