blob: 2f17d29e7ab145b794560137c78f805376f2d668 [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 Lee50722d12024-07-02 08:58:58 +080010SRCREV = "8fc8e75a0680a59bf4d13109309ee6b2d28ba747"
Tim Lee3012b0e2024-04-29 17:12:52 +080011
12S = "${WORKDIR}/git"
13
14PV = "v2023.10+git${SRCPV}"