blob: e05f15f622eb40b8795c520a348ddbdec2170926 [file] [log] [blame]
Tim Lee3012b0e2024-04-29 17:12:52 +08001HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot"
2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native"
4
5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
7
8UBRANCH = "npcm-v2023.10"
9SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH};protocol=https"
10SRCREV = "6cb728fcca9f9e1854e7b34c1c991a9e02eff86d"
11
12S = "${WORKDIR}/git"
13
14PV = "v2023.10+git${SRCPV}"