This updates U-Boot to a v2014.01 based release. It includes following patches on top of prestine v2014.01 tag:
3fc5045 wandboard: add Future Eletronics 7" WVGA LCD extension board 5aebc94 mx6sl: Adjust fdt_addr to avoid address overlapping 95a98c2 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT cd0b4d9 MX6: Add SION flag to ENET_REF_CLK PAD Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v2: None ...boot-fslc-mxsboot_2013.10.bb => u-boot-fslc-mxsboot_2014.01.bb} | 6 +++--- recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 7 ------- recipes-bsp/u-boot/u-boot-fslc_2014.01.bb | 7 +++++++ 3 files changed, 10 insertions(+), 10 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2013.10.bb => u-boot-fslc-mxsboot_2014.01.bb} (87%) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.10.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2014.01.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb similarity index 87% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb index 3009ddf..2c0848d 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb @@ -5,10 +5,10 @@ SECTION = "bootloader" DEPENDS = "openssl" PROVIDES = "u-boot-mxsboot" -PV = "v2013.10" +PV = "v2014.01" -SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" -SRCBRANCH = "patches-2013.10" +SRCREV = "bce40d36187be1d9165a9a6b9549c4989dcc48ed" +SRCBRANCH = "patches-2014.01" 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_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb deleted file mode 100644 index e7f100d..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2013.10" - -SRCBRANCH = "patches-2013.10" - -SRCREV = "31d023bf8f15e6407557f5273c35c6ee3466a77f" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb new file mode 100644 index 0000000..ec0ab00 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb @@ -0,0 +1,7 @@ +include u-boot-fslc.inc + +PV = "v2014.01" + +SRCBRANCH = "patches-2014.01" + +SRCREV = "bce40d36187be1d9165a9a6b9549c4989dcc48ed" -- 1.9.0 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
