summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc
diff options
context:
space:
mode:
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.inc25
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 @@
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 = "${UBOOT_SRC};branch=${SRCBRANCH}"
7UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https"
8SRCBRANCH = "lf_v2024.04"
9LOCALVERSION ?= "-${SRCBRANCH}"
10SRCREV = "e3219a5a73445219df605d1492687918d488055c"
11
12DEPENDS += " \
13 bc-native \
14 bison-native \
15 dtc-native \
16 flex-native \
17 gnutls-native \
18 xxd-native \
19"
20
21B = "${WORKDIR}/build"
22
23inherit fsl-u-boot-localversion
24
25BOOT_TOOLS = "imx-boot-tools"