Tim Lee | 57294f9 | 2024-05-16 14:15:45 +0800 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot" |
2 | SECTION = "bootloaders" | ||||
3 | DEPENDS += "flex-native bison-native" | ||||
4 | |||||
5 | LICENSE = "GPL-2.0-or-later" | ||||
6 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" | ||||
7 | |||||
8 | UBRANCH = "npcm-v2021.04" | ||||
9 | SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH};protocol=https" | ||||
10 | SRCREV = "1501268746d3f0c538908ddb7a1b901864dbfcff" | ||||
11 | |||||
12 | S = "${WORKDIR}/git" | ||||
13 | |||||
14 | PV .= "+${UBRANCH}+" |