summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx-common.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common.inc b/recipes-bsp/u-boot/u-boot-imx-common.inc
new file mode 100644
index 00000000..2d5105ee
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-imx-common.inc
@@ -0,0 +1,20 @@
1DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
2
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6SRCBRANCH = "imx_v2019.04_4.19.35_1.1.0"
7SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
8SRCREV = "4d377539a1190e838eae5d8b8a794dde0696d572"
9
10DEPENDS += "flex-native bison-native bc-native dtc-native"
11
12S = "${WORKDIR}/git"
13B = "${WORKDIR}/build"
14
15inherit fsl-u-boot-localversion
16
17LOCALVERSION ?= "-${SRCBRANCH}"
18
19BOOT_TOOLS = "imx-boot-tools"
20