diff options
| author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-07-18 16:16:48 +0300 |
|---|---|---|
| committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-07-20 12:52:13 +0300 |
| commit | af925e46e942324fc366dced25ba91ca1054c0b1 (patch) | |
| tree | 392183395d5f4ca7e298e24a8dbfa684896a5084 /recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | |
| parent | e6b1b6725cd1d44550ba473ff6a80c1b80663965 (diff) | |
| download | meta-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.inc | 25 |
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 @@ | |||
| 1 | DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." | ||
| 2 | |||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | ||
| 7 | SRCBRANCH = "lf_v2022.04" | ||
| 8 | LOCALVERSION ?= "-imx_v2022.04_5.15.71-2.2.0" | ||
| 9 | SRCREV = "7376547b9e424b2d0f42dfe96394168c781ca297" | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | bc-native \ | ||
| 13 | bison-native \ | ||
| 14 | dtc-native \ | ||
| 15 | flex-native \ | ||
| 16 | gnutls-native \ | ||
| 17 | xxd-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | B = "${WORKDIR}/build" | ||
| 22 | |||
| 23 | inherit fsl-u-boot-localversion | ||
| 24 | |||
| 25 | BOOT_TOOLS = "imx-boot-tools" | ||
