summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Lindner <mihai.lindner@nxp.com>2019-05-14 12:36:55 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-15 11:18:32 -0300
commitad02a20608b0bbb184fe633bd8a50c785d2002cd (patch)
treed89b84f536ee1470e01a824d22cb69a12b52184c
parent3dc8f2fe59866395681e1aa0565b1d98ca27043e (diff)
downloadmeta-freescale-ad02a20608b0bbb184fe633bd8a50c785d2002cd.tar.gz
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 <mihai.lindner@nxp.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb (renamed from recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb)2
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2018.03.bb (renamed from recipes-bsp/u-boot/u-boot-imx_2017.03.bb)8
2 files changed, 5 insertions, 5 deletions
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
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 @@
1# Copyright (C) 2014 O.S. Systems Software LTDA. 1# Copyright (C) 2014 O.S. Systems Software LTDA.
2# Copyright (C) 2014-2016 Freescale Semiconductor 2# Copyright (C) 2014-2016 Freescale Semiconductor
3# Copyright 2017 NXP 3# Copyright 2017-2019 NXP
4 4
5require u-boot-imx_${PV}.bb 5require u-boot-imx_${PV}.bb
6require u-boot-mfgtool.inc 6require 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
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 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017-2018 NXP
3# Copyright 2018 (C) O.S. Systems Software LTDA. 2# Copyright 2018 (C) O.S. Systems Software LTDA.
3# Copyright 2017-2019 NXP
4 4
5DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." 5DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
6require recipes-bsp/u-boot/u-boot.inc 6require recipes-bsp/u-boot/u-boot.inc
@@ -10,13 +10,13 @@ PROVIDES += "u-boot"
10LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13SRCBRANCH = "imx_v2017.03_4.9.123_imx8mm_ga" 13SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga"
14SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" 14SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
15SRCREV = "8be98e9322040c655b9e5c9fb2c494e002e3fad9" 15SRCREV = "0d6d8807793e74402e23772062469aeb4808dd48"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit dtc-145 fsl-u-boot-localversion 19inherit fsl-u-boot-localversion
20 20
21LOCALVERSION ?= "-${SRCBRANCH}" 21LOCALVERSION ?= "-${SRCBRANCH}"
22 22