]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Upgrade to 2018.11-based fork
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Nov 2018 16:24:23 +0000 (14:24 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Nov 2018 16:24:23 +0000 (14:24 -0200)
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 <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc [moved from recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc with 76% similarity]
recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.11.bb [moved from recipes-bsp/u-boot/u-boot-fslc-fw-utils_2018.09.bb with 100% similarity]
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb [moved from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb with 100% similarity]
recipes-bsp/u-boot/u-boot-fslc_2018.11.bb [moved from recipes-bsp/u-boot/u-boot-fslc_2018.09.bb with 100% similarity]

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 aaefd67fadd30d94c3a177992f543d351b2c5db8..80cb8d6f626665256d6b57ca2fa671b9503d7ca9 100644 (file)
@@ -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"