summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-18 16:16:48 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-20 12:52:13 +0300
commitaf925e46e942324fc366dced25ba91ca1054c0b1 (patch)
tree392183395d5f4ca7e298e24a8dbfa684896a5084 /recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
parente6b1b6725cd1d44550ba473ff6a80c1b80663965 (diff)
downloadmeta-freescale-af925e46e942324fc366dced25ba91ca1054c0b1.tar.gz
u-boot-imx: Upgrade 2022.04 to 2023.04
Upgrade the u-boot-imx to the 2023.04 version, that is used in the NXP BSP LF6.1.22_2.0.0. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
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.inc25
1 files changed, 0 insertions, 25 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
deleted file mode 100644
index a5dba7554..000000000
--- a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
2
3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
7SRCBRANCH = "lf_v2022.04"
8LOCALVERSION ?= "-imx_v2022.04_5.15.71-2.2.0"
9SRCREV = "7376547b9e424b2d0f42dfe96394168c781ca297"
10
11DEPENDS += " \
12 bc-native \
13 bison-native \
14 dtc-native \
15 flex-native \
16 gnutls-native \
17 xxd-native \
18"
19
20S = "${WORKDIR}/git"
21B = "${WORKDIR}/build"
22
23inherit fsl-u-boot-localversion
24
25BOOT_TOOLS = "imx-boot-tools"