summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc
blob: 2f17d29e7ab145b794560137c78f805376f2d668 (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 = "8fc8e75a0680a59bf4d13109309ee6b2d28ba747"

S = "${WORKDIR}/git"

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