diff options
author | Mihai Lindner <mihai.lindner@nxp.com> | 2019-12-09 17:06:01 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-12 16:21:12 -0300 |
commit | aa27fc62095cfd6c147c8f6865296ddc29bf0fa6 (patch) | |
tree | 7e73feea182a3314357ad1211935fb951f3397f9 | |
parent | f951f454c395ac5e3fc0e47c50d12f20e1060189 (diff) | |
download | meta-freescale-aa27fc62095cfd6c147c8f6865296ddc29bf0fa6.tar.gz |
u-boot-imx: Upgrade to version 2019.04
Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb (renamed from recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2019.04.bb (renamed from recipes-bsp/u-boot/u-boot-imx_2018.03.bb) | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb index ec1de27d..ec1de27d 100644 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2019.04.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb b/recipes-bsp/u-boot/u-boot-imx_2019.04.bb index ed32ffcb..9b12482d 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2019.04.bb | |||
@@ -10,9 +10,11 @@ PROVIDES += "u-boot" | |||
10 | LICENSE = "GPLv2+" | 10 | LICENSE = "GPLv2+" |
11 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
12 | 12 | ||
13 | SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga" | 13 | SRCBRANCH = "imx_v2019.04_4.19.35_1.1.0" |
14 | SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | 14 | SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" |
15 | SRCREV = "0d6d8807793e74402e23772062469aeb4808dd48" | 15 | SRCREV = "4d377539a1190e838eae5d8b8a794dde0696d572" |
16 | |||
17 | DEPENDS += "flex-native bison-native bc-native dtc-native" | ||
16 | 18 | ||
17 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
18 | 20 | ||