summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-29 11:52:06 -0300
committerGitHub <noreply@github.com>2022-07-29 11:52:06 -0300
commit4ae8eece1ec06fa57efedb3ad11df61845693211 (patch)
tree7401ddf7d6d96be9b7956a5aa5e2b6ecf11f0790 /recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
parent25364ba4ddbc81f216a6fbac773e7307610398bf (diff)
parent827ebdff1585ae912d1544c6759cff93764997cb (diff)
downloadmeta-freescale-4ae8eece1ec06fa57efedb3ad11df61845693211.tar.gz
Merge pull request #1150 from Freescale/backport-1149-to-kirkstone
[Backport kirkstone] Kernel, u-boot upgrades for NXP release 5.15.32-2.0.0
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.inc18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 00000000..3c9c0f92
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
@@ -0,0 +1,18 @@
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
6SRCBRANCH = "lf_v2022.04"
7SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
8SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b"
9LOCALVERSION ?= "-imx_v2022.04_5.15.32-2.0.0"
10
11DEPENDS += "flex-native bison-native bc-native dtc-native"
12
13S = "${WORKDIR}/git"
14B = "${WORKDIR}/build"
15
16inherit fsl-u-boot-localversion
17
18BOOT_TOOLS = "imx-boot-tools"