From 8e6d49add68fad7519e10bf6c99ca7db4c3a5d33 Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Tue, 14 May 2019 12:36:55 +0300 Subject: [PATCH] u-boot-imx: Upgrade version 2017.03 to 2018.03 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 --- ...x-mfgtool_2017.03.bb => u-boot-imx-mfgtool_2018.03.bb} | 2 +- .../{u-boot-imx_2017.03.bb => u-boot-imx_2018.03.bb} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename recipes-bsp/u-boot/{u-boot-imx-mfgtool_2017.03.bb => u-boot-imx-mfgtool_2018.03.bb} (85%) rename recipes-bsp/u-boot/{u-boot-imx_2017.03.bb => u-boot-imx_2018.03.bb} (89%) diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb 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 81799add..ec1de27d 100644 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb @@ -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 diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb 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 86eca196..fcd34136 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb @@ -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}" -- 2.40.1