From edff579903e03510c37162fb2326fb9954c9d54d Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 30 Dec 2022 10:07:29 -0700 Subject: u-boot-imx*: Update to 5.15.71-2.2.0 version Includes new dependency on xxd-native. Signed-off-by: Tom Hochstein --- recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | 5 +++-- 1 file 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 2925c2b8d..939031d86 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 SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" SRCBRANCH = "lf_v2022.04" -LOCALVERSION ?= "-imx_v2022.04_5.15.52-2.1.0" -SRCREV = "16e8414193985cf7a171f7b79e12ff30700157ba" +LOCALVERSION ?= "-imx_v2022.04_5.15.71-2.2.0" +SRCREV = "181859317bfafef1da79c59a4498650168ad9df6" DEPENDS += " \ bc-native \ @@ -14,6 +14,7 @@ DEPENDS += " \ dtc-native \ flex-native \ gnutls-native \ + xxd-native \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf