This updates the U-Boot to the 2014.10 based branch. On top of the original code we still have following changes applied:
4ff5894 wandboard: Use 32bit color depth for Fusion LCD 5db5530 mx6sabresd: Use LDO dtb file until PMIC support is added ce8c91c mx6slevk: Use LDO dtb file until PMIC support is added 8feb5bb mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT Signed-off-by: Otavio Salvador <[email protected]> --- ...-boot-fslc-mxsboot_2014.07.bb => u-boot-fslc-mxsboot_2014.10.bb} | 6 +++--- recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | 6 ------ recipes-bsp/u-boot/u-boot-fslc_2014.10.bb | 6 ++++++ 3 files changed, 9 insertions(+), 9 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2014.07.bb => u-boot-fslc-mxsboot_2014.10.bb} (86%) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2014.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2014.10.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb similarity index 86% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb index 76a8409..b312b1f 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb @@ -5,10 +5,10 @@ SECTION = "bootloader" DEPENDS = "openssl" PROVIDES = "u-boot-mxsboot" -PV = "v2014.07" +PV = "v2014.10+git${SRCPV}" -SRCREV = "e36968af0a033e9d66535928886103370620cb4d" -SRCBRANCH = "patches-2014.07" +SRCREV = "4ff58941880231c3e14e5c9287c4b4dc619ab7e6" +SRCBRANCH = "patches-2014.10" SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb deleted file mode 100644 index 6991baa..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb +++ /dev/null @@ -1,6 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2014.07" - -SRCREV = "e36968af0a033e9d66535928886103370620cb4d" -SRCBRANCH = "patches-2014.07" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb new file mode 100644 index 0000000..d965832 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb @@ -0,0 +1,6 @@ +include u-boot-fslc.inc + +PV = "v2014.10+git${SRCPV}" + +SRCREV = "4ff58941880231c3e14e5c9287c4b4dc619ab7e6" +SRCBRANCH = "patches-2014.10" -- 2.1.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
