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}" |
Benjamin Fair | 4db3e5e | 2019-01-22 16:23:58 -0800 | [diff] [blame] | 10 | SRCREV = "5d036755c2e13b5244f63ce052657e4ef3089bd5" |
Benjamin Fair | 44f6b4d | 2019-01-22 14:34:28 -0800 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | PV .= "+${UBRANCH}+" |