summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-01-30 18:38:59 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-08 15:20:41 +0100
commit00f273db8ec0d70b0d68449662850790d0d9b09e (patch)
tree7153285c4e6e72b07e880ba39850c33c5854e221 /recipes-bsp
parent3c0078ede6ba6901180e6b960ed0a32c43de97e9 (diff)
u-boot-toradex-ti-staging: add recipe
Related-to: ELB-4978 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb
new file mode 100644
index 0000000..1e57428
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb
@@ -0,0 +1,26 @@
+SUMMARY = "U-Boot bootloader with support for Toradex AM62 series SoMs"
+HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
+SECTION = "bootloaders"
+LICENSE = "GPL-2.0-or-later"
+
+require recipes-bsp/u-boot/u-boot-ti.inc
+
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
+
+DEPENDS += "flex-native bison-native"
+
+SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH}"
+
+SRCREV = "f6f7a2258a19fe91439c482220aa10fb0e95408f"
+SRCREV:use-head-next = "${AUTOREV}"
+SRCBRANCH = "toradex_ti-u-boot-2021.01_bringup"
+
+B = "${WORKDIR}/build"
+S = "${WORKDIR}/git"
+
+inherit toradex-u-boot-localversion
+
+UBOOT_INITIAL_ENV = "u-boot-initial-env"
+
+COMPATIBLE_MACHINE = "(ti-soc)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"