From 2145ad656ba1fd551d641717140b9a00caddc4eb Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 18 Sep 2012 09:33:43 -0300 Subject: u-boot-mxsboot: Update to 2012.07 based branch We updated the U-Boot source code to the 2012.07 branch but moved from DENX GIT server to the one used by the regular U-Boot recipe (github) so we share same code base for both recipes. Change-Id: Ie8ae327c87c0840dbfb1fb1ca427eb885357defa Signed-off-by: Otavio Salvador Acked-by: Daiane Angolini --- recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb | 25 ------------------------- recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb deleted file mode 100644 index 74f621e..0000000 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.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 = "v2012.04.01" - -SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=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_2012.07.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb new file mode 100644 index 0000000..9c84452 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "U-boot bootloader mxsboot tool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +SECTION = "bootloader" + +PV = "v2012.07" + +SRCREV = "8b53a1ae421246f1001a2a38121e6c9365843f0a" +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