From c75fd6cad03715ea248ad363719eee8741ae046a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 6 May 2017 12:07:31 +0200 Subject: u-boot: upstream 2016.11 Upstream U-Boot 2016.11 for all NXP based modules to meta-freescale-3rdparty. Remove the files for the older 2015.04 based U-Boot. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend | 6 --- recipes-bsp/u-boot/u-boot-toradex_2016.11.bb | 55 ---------------------- 2 files changed, 61 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend delete mode 100644 recipes-bsp/u-boot/u-boot-toradex_2016.11.bb diff --git a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend deleted file mode 100644 index 5a31ca9..0000000 --- a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -PV = "v2015.04-v2.6.1b1+git${SRCPV}" - -SRCREV = "7e24d38e215f7c37bebd7c2b8b9b911386a13490" -SRCBRANCH = "2015.04-toradex-next" - -COMPATIBLE_MACHINE = "(mx6|mx7|vf)" diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb deleted file mode 100644 index 215bed7..0000000 --- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb +++ /dev/null @@ -1,55 +0,0 @@ -require recipes-bsp/u-boot/u-boot-toradex.inc - -DESCRIPTION = "U-Boot for NXP based Toradex Computer on Modules" -PV = "2016.11" -PR = "${TDX_VER_INT}+gitr${SRCPV}" - -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -SRCREV = "52259cf22a165c0721bb26c723c0dc5e2659eaa7" -SRCBRANCH = "2016.11-toradex" -COMPATIBLE_MACHINE = "(mx6|mx7|vf)" - - -# Hack around building two U-Boot configurations, one with, one without SPL -# if using UBOOT_CONFIG to build more than one configuration, the current code in -# u-boot.inc assumes all are either with or without SPL. -do_compile_append_mx6() { - if [ -n "${UBOOT_CONFIG}" ] - then - for config in ${UBOOT_MACHINE}; do - touch ${B}/${config}/${SPL_BINARY} - done - fi -} -do_deploy_append_mx6() { - # if SPL is zero sized file, remove all deployed artefacts - if [ -n "${SPL_BINARY}" ] - then - if [ -n "${UBOOT_CONFIG}" ] - then - for config in ${UBOOT_MACHINE}; do - i=$(expr $i + 1); - for type in ${UBOOT_CONFIG}; do - j=$(expr $j + 1); - if [ $j -eq $i ] - then - if [ ! -s ${DEPLOYDIR}/${SPL_IMAGE}-${type}-${PV}-${PR} ] - then - rm -f ${DEPLOYDIR}/${SPL_IMAGE}-${type}-${PV}-${PR} - rm -f ${DEPLOYDIR}/${SPL_BINARYNAME}-${type} - rm -f ${DEPLOYDIR}/${SPL_SYMLINK}-${type} - rm -f ${DEPLOYDIR}/${SPL_SYMLINK} - else - ln -sf ${SPL_IMAGE}-${type}-${PV}-${PR} ${SPL_BINARYNAME} - fi - fi - done - unset j - done - unset i - fi - fi -} - -DEPENDS_append = " dtc-native" -- cgit v1.2.3