Benjamin Fair | 44f6b4d | 2019-01-22 14:34:28 -0800 | [diff] [blame^] | 1 | HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot" |
2 | SECTION = "bootloaders" | ||||
3 | DEPENDS += "flex-native bison-native" | ||||
4 | |||||
5 | LICENSE = "GPLv2+" | ||||
6 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||||
7 | |||||
8 | UBRANCH = "npcm7xx" | ||||
9 | SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}" | ||||
10 | SRCREV = "196461383f7d043f18cab3bb34dded89fba4712a" | ||||
11 | |||||
12 | S = "${WORKDIR}/git" | ||||
13 | |||||
14 | PV .= "+${UBRANCH}+" |