summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-10 08:33:27 -0300
committerGitHub <noreply@github.com>2023-01-10 08:33:27 -0300
commite5cc73fb4770d7e1a3d65c0536bcf2cdad0a2ea7 (patch)
tree7aaa8d992ec38daa3bc1a990c2e796d292194afa /recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
parent398d71705ffc64caea1f34200bf3fc814a133b94 (diff)
parentc3fc19e56dafaae774cf70c04075779c71a79d5a (diff)
downloadmeta-freescale-e5cc73fb4770d7e1a3d65c0536bcf2cdad0a2ea7.tar.gz
Merge pull request #1355 from Freescale/backport-1352-to-kirkstone
[Backport kirkstone] Upgrade kernel & u-boot
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
index 2925c2b8..939031d8 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a
5 5
6SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" 6SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
7SRCBRANCH = "lf_v2022.04" 7SRCBRANCH = "lf_v2022.04"
8LOCALVERSION ?= "-imx_v2022.04_5.15.52-2.1.0" 8LOCALVERSION ?= "-imx_v2022.04_5.15.71-2.2.0"
9SRCREV = "16e8414193985cf7a171f7b79e12ff30700157ba" 9SRCREV = "181859317bfafef1da79c59a4498650168ad9df6"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 bc-native \ 12 bc-native \
@@ -14,6 +14,7 @@ DEPENDS += " \
14 dtc-native \ 14 dtc-native \
15 flex-native \ 15 flex-native \
16 gnutls-native \ 16 gnutls-native \
17 xxd-native \
17" 18"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"