From: Otavio Salvador Date: Sat, 30 Mar 2013 22:34:38 +0000 (-0300) Subject: u-boot-fslc: Update to 20130409 patches-2013.04's snapshot X-Git-Tag: 2.1~1437 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=45a1e00c12604da8798e1a7637ac33f225c12a3a;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb similarity index 70% rename from meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb index f67a92bf..01b9d59e 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb @@ -2,16 +2,15 @@ require recipes-bsp/u-boot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" +COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" DEPENDS_mxs += "elftosb-native" PROVIDES += "u-boot" -PV = "v2013.01" -PR = "r3" +PV = "v2013.04" -SRCREV = "6997ad60ace1244119080bc1811586f231ef267a" +SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb similarity index 87% rename from meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb index 42acd392..b6c271f5 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb @@ -3,10 +3,9 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" SECTION = "bootloader" -PV = "v2013.01" -PR = "r1" +PV = "v2013.04" -SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" +SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git"