From: Otavio Salvador Date: Thu, 30 Jun 2016 16:51:39 +0000 (-0300) Subject: u-boot-fslc: Upgrade to 2016.07-based fork X-Git-Tag: 2.2~399 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=079e9b32ed9dc95b0b57426ace5801b20f42e94c;p=meta-freescale.git 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 --- diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb similarity index 87% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb index f266da6e..920a84d5 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb @@ -5,10 +5,10 @@ SECTION = "bootloader" DEPENDS = "openssl" PROVIDES = "u-boot-mxsboot" -PV = "v2016.05+git${SRCPV}" +PV = "v2016.07+git${SRCPV}" -SRCREV = "31064626988e9ac242b76d3fcbd2091143796d8e" -SRCBRANCH = "2016.05+fslc" +SRCREV = "f94327f2c92d88db8baabd45c61187c9c587673d" +SRCBRANCH = "2016.07+fslc" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 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 8bd4d687..00000000 --- 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 00000000..5a13b212 --- /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"