diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-09-30 16:52:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 14:50:28 -0300 |
commit | 4aa69d60e379a712020acae92be3dda6647c869b (patch) | |
tree | 571e950861e326d406267335e472b25d9de41713 /recipes-bsp | |
parent | ecc92dc40ec7b309abf1ad4620d9acd6ba196bce (diff) | |
download | meta-freescale-4aa69d60e379a712020acae92be3dda6647c869b.tar.gz |
u-boot-imx: Update to L4.9.123-2.3.0_8mm_ga release
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2017.03.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb index cc2fc128..f80aa592 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb | |||
@@ -10,9 +10,9 @@ 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_v2017.03_4.9.88_imx8qxp_beta2" | 13 | SRCBRANCH = "imx_v2017.03_4.9.123_imx8mm_ga" |
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 = "84c4e820340c0e76b1f14416536ff1fae08f120b" | 15 | SRCREV = "8be98e9322040c655b9e5c9fb2c494e002e3fad9" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||