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