15 lines
438 B
PHP
15 lines
438 B
PHP
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 = "02f2872a1c408396dd0703f9b38853aa72bb5976"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV .= "+${UBRANCH}+"
|