summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc
blob: e049d9bd1d8d647700ce423396ba6d0feb2f576f (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 = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"

UBRANCH = "npcm7xx-v2019.01"
SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}"
SRCREV = "053010cb581266c6be675b9ae4ca7bf0583e8538"

S = "${WORKDIR}/git"

PV .= "+${UBRANCH}+"