From 079e9b32ed9dc95b0b57426ace5801b20f42e94c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 30 Jun 2016 13:51:39 -0300 Subject: u-boot-fslc: Upgrade to 2016.07-based fork This upgrades for the upcoming 2016.07 release. This is based on top of 2016.07-rc3 plus i.MX pending patches. Change-Id: I6abdde5f7ada253f62c3adc884a497888a609db8 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb | 35 ----------------------- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb | 35 +++++++++++++++++++++++ recipes-bsp/u-boot/u-boot-fslc_2016.05.bb | 6 ---- recipes-bsp/u-boot/u-boot-fslc_2016.07.bb | 6 ++++ 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.05.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.07.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb deleted file mode 100644 index f266da6ea..000000000 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "U-boot bootloader mxsboot tool" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -SECTION = "bootloader" -DEPENDS = "openssl" -PROVIDES = "u-boot-mxsboot" - -PV = "v2016.05+git${SRCPV}" - -SRCREV = "31064626988e9ac242b76d3fcbd2091143796d8e" -SRCBRANCH = "2016.05+fslc" - -SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" - -S = "${WORKDIR}/git" - -inherit fsl-u-boot-localversion - -EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' - -do_configure () { - oe_runmake sandbox_defconfig -} - -do_compile () { - oe_runmake tools-only -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 tools/mxsboot ${D}${bindir}/uboot-mxsboot - ln -sf uboot-mxsboot ${D}${bindir}/mxsboot -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb new file mode 100644 index 000000000..920a84d57 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "U-boot bootloader mxsboot tool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" +SECTION = "bootloader" +DEPENDS = "openssl" +PROVIDES = "u-boot-mxsboot" + +PV = "v2016.07+git${SRCPV}" + +SRCREV = "f94327f2c92d88db8baabd45c61187c9c587673d" +SRCBRANCH = "2016.07+fslc" + +SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" + +S = "${WORKDIR}/git" + +inherit fsl-u-boot-localversion + +EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' + +do_configure () { + oe_runmake sandbox_defconfig +} + +do_compile () { + oe_runmake tools-only +} + +do_install () { + install -d ${D}${bindir} + install -m 0755 tools/mxsboot ${D}${bindir}/uboot-mxsboot + ln -sf uboot-mxsboot ${D}${bindir}/mxsboot +} + +BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb deleted file mode 100644 index 8bd4d6870..000000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb +++ /dev/null @@ -1,6 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2016.05+git${SRCPV}" - -SRCREV = "31064626988e9ac242b76d3fcbd2091143796d8e" -SRCBRANCH = "2016.05+fslc" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb new file mode 100644 index 000000000..5a13b2120 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb @@ -0,0 +1,6 @@ +include u-boot-fslc.inc + +PV = "v2016.07+git${SRCPV}" + +SRCREV = "f94327f2c92d88db8baabd45c61187c9c587673d" +SRCBRANCH = "2016.07+fslc" -- cgit v1.2.3-54-g00ecf