blob: f673dc01dc706f6c615f3ba245d40d8316ad5cfa [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 Lee383fc2f2024-07-30 09:21:49 +080010SRCREV = "a1923d4deaaaee68c4ec19b9756b1b5c2e08d97f"
Tim Lee3012b0e2024-04-29 17:12:52 +080011
12S = "${WORKDIR}/git"
13
14PV = "v2023.10+git${SRCPV}"