Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 1 | DESCRIPTION = "U-boot for Nuvoton NPCM7xx Baseboard Management Controller" |
| 2 | |
| 3 | require recipes-bsp/u-boot/u-boot.inc |
| 4 | |
| 5 | PROVIDES += "u-boot" |
| 6 | |
| 7 | DEPENDS += "dtc-native" |
| 8 | |
| 9 | LICENSE = "GPLv2+" |
| 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | UBRANCH = "npcm7xx" |
| 15 | SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}" |
| 16 | SRCREV = "196461383f7d043f18cab3bb34dded89fba4712a" |
| 17 | |
| 18 | PV .= "+${UBRANCH}+" |
| 19 | |