diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc new file mode 100644 index 000000000..9640ba1de --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc | |||
@@ -0,0 +1,25 @@ | |||
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 = "${UBOOT_SRC};branch=${SRCBRANCH}" | ||
7 | UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https" | ||
8 | SRCBRANCH = "lf_v2024.04" | ||
9 | LOCALVERSION ?= "-${SRCBRANCH}" | ||
10 | SRCREV = "e3219a5a73445219df605d1492687918d488055c" | ||
11 | |||
12 | DEPENDS += " \ | ||
13 | bc-native \ | ||
14 | bison-native \ | ||
15 | dtc-native \ | ||
16 | flex-native \ | ||
17 | gnutls-native \ | ||
18 | xxd-native \ | ||
19 | " | ||
20 | |||
21 | B = "${WORKDIR}/build" | ||
22 | |||
23 | inherit fsl-u-boot-localversion | ||
24 | |||
25 | BOOT_TOOLS = "imx-boot-tools" | ||