blob: ac60400b1ca7a1d83230bb73926680e131db27c2 [file] [log] [blame]
Brad Bishopce4166d2018-02-08 15:23:05 -05001HOMEPAGE = "https://github.com/openbmc/u-boot"
2SECTION = "bootloaders"
Brad Bishopff2e4ed2018-11-28 10:50:31 -05003DEPENDS += "flex-native bison-native"
Brad Bishopce4166d2018-02-08 15:23:05 -05004
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
7PE = "1"
8
9# We use the revision in order to avoid having to fetch it from the
10# repo during parse
Joel Stanleye16d4b92019-04-04 16:56:04 +103011SRCREV = "3c33d1e84ebb8d2305725c509a7c6df1125afa62"
Brad Bishopce4166d2018-02-08 15:23:05 -050012
13UBRANCH = "v2016.07-aspeed-openbmc"
14SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
15
16S = "${WORKDIR}/git"
17
18PV = "v2016.07+git${SRCPV}"