summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc
blob: 0bd61f6d1767e93660d8c49680557413865af0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = "5410fef04e6ac7194dc476ccd2e11e278d0a3e4f"

S = "${WORKDIR}/git"

PV = "v2023.10+git${SRCPV}"