blob: 78f8e092e6858222e11bdbe8385d6b5e4030dae7 [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"
Tim Leec1d4ef02024-05-16 11:40:19 +080010SRCREV = "fb62cf0fb4b97420ca20e9ccb0e12fa8e59213d3"
Tim Lee3012b0e2024-04-29 17:12:52 +080011
12S = "${WORKDIR}/git"
13
14PV = "v2023.10+git${SRCPV}"