From 64eb95b1ac0628c0e2996cfc5b785ae839d3e3c7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 30 Mar 2013 19:34:38 -0300 Subject: u-boot-fslc: Update to 20130409 patches-2013.04's snapshot This updates our U-Boot mainline based branch to a 20130409 snapshot; the u-boot-fslc and u-boot-mxsboot recipes were updated. Change-Id: I89a3608e1cd94a7e26307c9dbe7774975af7baa3 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc_2013.01.bb | 19 ------------------- recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 18 ++++++++++++++++++ recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb | 26 -------------------------- recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 25 +++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 45 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.04.bb delete mode 100644 recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb deleted file mode 100644 index f67a92b..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb +++ /dev/null @@ -1,19 +0,0 @@ -require recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" - -DEPENDS_mxs += "elftosb-native" - -PROVIDES += "u-boot" - -PV = "v2013.01" -PR = "r3" - -SRCREV = "6997ad60ace1244119080bc1811586f231ef267a" -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.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb new file mode 100644 index 0000000..01b9d59 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.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.04" + +SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" +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.01.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb deleted file mode 100644 index 42acd39..0000000 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "U-boot bootloader mxsboot tool" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -SECTION = "bootloader" - -PV = "v2013.01" -PR = "r1" - -SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" -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.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb new file mode 100644 index 0000000..b6c271f --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "U-boot bootloader mxsboot tool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +SECTION = "bootloader" + +PV = "v2013.04" + +SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" +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