summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc')
-rw-r--r--meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc b/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc
new file mode 100644
index 0000000000..e05f15f622
--- /dev/null
+++ b/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc
@@ -0,0 +1,14 @@
+HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot"
+SECTION = "bootloaders"
+DEPENDS += "flex-native bison-native"
+
+LICENSE = "GPL-2.0-or-later"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
+
+UBRANCH = "npcm-v2023.10"
+SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH};protocol=https"
+SRCREV = "6cb728fcca9f9e1854e7b34c1c991a9e02eff86d"
+
+S = "${WORKDIR}/git"
+
+PV = "v2023.10+git${SRCPV}"