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