From 15a0547596d1a8ac95a0c0a05fc489443492e52c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 17 Jun 2013 14:25:50 -0300 Subject: u-boot-fslc: Update to 2013.07-rc1 release This updates the U-Boot and mxsboot utility to the 2013.07-rc1 release. Change-Id: Ib1079c18bd17fd59cd77ba604de770262784d63b Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 18 ------------------ recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | 18 ++++++++++++++++++ recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 25 ------------------------- recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb | 25 +++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.04.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.07.bb delete mode 100644 recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb create mode 100644 recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb deleted file mode 100644 index 1e9794c..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb +++ /dev/null @@ -1,18 +0,0 @@ -require recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" - -DEPENDS_mxs += "elftosb-native" - -PROVIDES += "u-boot" - -PV = "v2013.04" - -SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" -SRC_URI = "git://github.com/Freescale/u-boot-imx.git" - -S = "${WORKDIR}/git" - -PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb new file mode 100644 index 0000000..ffd6a5a --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb @@ -0,0 +1,18 @@ +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" + +DEPENDS_mxs += "elftosb-native" + +PROVIDES += "u-boot" + +PV = "v2013.07" + +SRCREV = "d5ab097f918d09eb9e31f6b46d8e1ceb6ec44c41" +SRC_URI = "git://github.com/Freescale/u-boot-imx.git" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb deleted file mode 100644 index e055540..0000000 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "U-boot bootloader mxsboot tool" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -SECTION = "bootloader" - -PV = "v2013.04" - -SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" -SRC_URI = "git://github.com/Freescale/u-boot-imx.git" - -S = "${WORKDIR}/git" - -EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTLD="${LD}" HOSTSTRIP=true CONFIG_MX28=y' - -do_compile () { - oe_runmake tools -} - -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-mxsboot_2013.07.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb new file mode 100644 index 0000000..872b30d --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "U-boot bootloader mxsboot tool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +SECTION = "bootloader" + +PV = "v2013.07" + +SRCREV = "d5ab097f918d09eb9e31f6b46d8e1ceb6ec44c41" +SRC_URI = "git://github.com/Freescale/u-boot-imx.git" + +S = "${WORKDIR}/git" + +EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTLD="${LD}" HOSTSTRIP=true CONFIG_MX28=y' + +do_compile () { + oe_runmake tools +} + +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" -- cgit v1.2.3-54-g00ecf