summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc
blob: a4f590cbc84b96352c23d6e3eb244623de4ece6b (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=5a7450c57ffe5ae63fd732446b988025"

UBRANCH = "npcm-v2021.04"
SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH};protocol=https"
SRCREV = "b0b0222d39fe45fd6062df5dd3cce77b1a89841d"

S = "${WORKDIR}/git"

PV .= "+${UBRANCH}+"