From: Otavio Salvador Date: Tue, 27 Nov 2018 16:24:23 +0000 (-0200) Subject: u-boot-fslc: Upgrade to 2018.11-based fork X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=15adae4343c8242ce150899a30fdc82b1f350e10;p=meta-freescale.git u-boot-fslc: Upgrade to 2018.11-based fork This upgrade our fork to the current stable release. It got most of our patches merged and now it has a very small set which are basically Yocto Project specific stuff. Still applied patches are: 1f39b911b7 mx25pdk: Change root to use a single partition layout a0f8bec9d3 mx6sabre_common: Dynamically change the video output 7847536319 mx6sabresd: Enable video interfaces in bootargs 994d8e0733 mx6sabresd: Use LDO dtb file until LDO bypass support is added c6c87fb39b mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc similarity index 76% rename from recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc rename to recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc index aaefd67f..80cb8d6f 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" -SRCREV = "62f2841dc4c272d627b8691e10d5878537968a62" -SRCBRANCH = "2018.09+fslc" +SRCREV = "1f39b911b7817efb801f80784d9c7a41704b7a36" +SRCBRANCH = "2018.11+fslc" -PV = "v2018.09+git${SRCPV}" +PV = "v2018.11+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.09.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.09.bb rename to recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2018.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2018.11.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc_2018.09.bb rename to recipes-bsp/u-boot/u-boot-fslc_2018.11.bb