Update all U-Boot recipes to version 2017.07, branch boundary-v2017.07 commit 04d7ed8078805cca714f9e4ec6b3915cac498577. Change u-boot-script-boundary to install upgrade script with upgrade.scr name to match 2017.07 environment.
Signed-off-by: Fabio Berton <[email protected]> --- ...mmon_2016.03.inc => u-boot-boundary-common_2017.07.inc} | 6 +++--- ...boot-boundary_2016.03.bb => u-boot-boundary_2017.07.bb} | 0 ...undary_2016.03.bb => u-boot-script-boundary_2017.07.bb} | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) rename recipes-bsp/u-boot/{u-boot-boundary-common_2016.03.inc => u-boot-boundary-common_2017.07.inc} (72%) rename recipes-bsp/u-boot/{u-boot-boundary_2016.03.bb => u-boot-boundary_2017.07.bb} (100%) rename recipes-bsp/u-boot/{u-boot-script-boundary_2016.03.bb => u-boot-script-boundary_2017.07.bb} (77%) diff --git a/recipes-bsp/u-boot/u-boot-boundary-common_2016.03.inc b/recipes-bsp/u-boot/u-boot-boundary-common_2017.07.inc similarity index 72% rename from recipes-bsp/u-boot/u-boot-boundary-common_2016.03.inc rename to recipes-bsp/u-boot/u-boot-boundary-common_2017.07.inc index cc6b635..d399c76 100644 --- a/recipes-bsp/u-boot/u-boot-boundary-common_2016.03.inc +++ b/recipes-bsp/u-boot/u-boot-boundary-common_2017.07.inc @@ -2,10 +2,10 @@ DESCRIPTION = "U-Boot for Boundary Devices boards" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -PV = "v2016.03+git${SRCPV}" +PV = "v2017.07+git${SRCPV}" -SRCREV = "568947b9d1dd4e966008fceb4617392a82dc753c" -SRCBRANCH = "boundary-v2016.03" +SRCREV = "04d7ed8078805cca714f9e4ec6b3915cac498577" +SRCBRANCH = "boundary-v2017.07" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-boundary_2016.03.bb b/recipes-bsp/u-boot/u-boot-boundary_2017.07.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-boundary_2016.03.bb rename to recipes-bsp/u-boot/u-boot-boundary_2017.07.bb diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_2016.03.bb b/recipes-bsp/u-boot/u-boot-script-boundary_2017.07.bb similarity index 77% rename from recipes-bsp/u-boot/u-boot-script-boundary_2016.03.bb rename to recipes-bsp/u-boot/u-boot-script-boundary_2017.07.bb index b63548e..1bba443 100644 --- a/recipes-bsp/u-boot/u-boot-script-boundary_2016.03.bb +++ b/recipes-bsp/u-boot/u-boot-script-boundary_2017.07.bb @@ -21,7 +21,7 @@ do_mkimage () { uboot-mkimage -A arm -O linux -T script -C none -a 0 -e 0 \ -n "upgrade script" -d ${UPGRADESCRIPT} \ - ${S}/board/boundary/${MACHINE}/6x_upgrade + ${S}/board/boundary/${MACHINE}/upgrade.scr } addtask mkimage after do_compile before do_install @@ -31,20 +31,20 @@ do_compile[noexec] = "1" do_install () { install -D -m 644 ${S}/board/boundary/${MACHINE}/6x_bootscript \ ${D}/6x_bootscript - install -D -m 644 ${S}/board/boundary/${MACHINE}/6x_upgrade \ - ${D}/6x_upgrade + install -D -m 644 ${S}/board/boundary/${MACHINE}/upgrade.scr \ + ${D}/upgrade.scr } do_deploy () { install -D -m 644 ${D}/6x_bootscript \ ${DEPLOYDIR}/6x_bootscript-${MACHINE}-${PV}-${PR} - install -D -m 644 ${D}/6x_upgrade \ - ${DEPLOYDIR}/6x_upgrade-${MACHINE}-${PV}-${PR} + install -D -m 644 ${D}/upgrade.scr \ + ${DEPLOYDIR}/upgrade.scr-${MACHINE}-${PV}-${PR} cd ${DEPLOYDIR} - rm -f 6x_bootscript-${MACHINE} 6x_upgrade-${MACHINE} + rm -f 6x_bootscript-${MACHINE} upgrade.scr-${MACHINE} ln -sf 6x_bootscript-${MACHINE}-${PV}-${PR} 6x_bootscript-${MACHINE} - ln -sf 6x_upgrade-${MACHINE}-${PV}-${PR} 6x_upgrade-${MACHINE} + ln -sf upgrade.scr-${MACHINE}-${PV}-${PR} upgrade.scr-${MACHINE} } addtask deploy after do_install before do_build -- 2.14.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
