]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Upgrade version 2017.03 to 2018.03
authorMihai Lindner <mihai.lindner@nxp.com>
Tue, 14 May 2019 09:36:55 +0000 (12:36 +0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 May 2019 10:56:07 +0000 (07:56 -0300)
Upgrade version to 2018.03 from branch imx_v2018.03_4.14.98_2.0.0_ga.
Drop usage of dtc-145 binary, pulled by the class with the same name,
which was a workaround for older u-boot versions.

Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb [moved from recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb with 85% similarity]
recipes-bsp/u-boot/u-boot-imx_2018.03.bb [moved from recipes-bsp/u-boot/u-boot-imx_2017.03.bb with 89% similarity]

similarity index 85%
rename from recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb
rename to recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb
index 81799adda72c62a2e5034f56740f0bb4f6984402..ec1de27dd0c481110b546165020fc75cbfec7167 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2014 O.S. Systems Software LTDA.
 # Copyright (C) 2014-2016 Freescale Semiconductor
-# Copyright 2017 NXP
+# Copyright 2017-2019 NXP
 
 require u-boot-imx_${PV}.bb
 require u-boot-mfgtool.inc
similarity index 89%
rename from recipes-bsp/u-boot/u-boot-imx_2017.03.bb
rename to recipes-bsp/u-boot/u-boot-imx_2018.03.bb
index 86eca1964fc248fb52a75117c694d263a915b2f5..fcd341368fbf758e308ac76c8a044689fdc0f636 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2013-2016 Freescale Semiconductor
-# Copyright 2017-2018 NXP
 # Copyright 2018 (C) O.S. Systems Software LTDA.
+# Copyright 2017-2019 NXP
 
 DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
 require recipes-bsp/u-boot/u-boot.inc
@@ -10,13 +10,13 @@ PROVIDES += "u-boot"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCBRANCH = "imx_v2017.03_4.9.123_imx8mm_ga"
+SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga"
 SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
-SRCREV = "8be98e9322040c655b9e5c9fb2c494e002e3fad9"
+SRCREV = "0d6d8807793e74402e23772062469aeb4808dd48"
 
 S = "${WORKDIR}/git"
 
-inherit dtc-145 fsl-u-boot-localversion
+inherit fsl-u-boot-localversion
 
 LOCALVERSION ?= "-${SRCBRANCH}"