blob: 16a2e9c0f606fdf65eec5b0c3383dd95b4c22726 [file] [log] [blame]
Brad Bishop72236ea2018-02-16 20:54:07 -05001HOMEPAGE = "https://github.com/openbmc/u-boot"
2SECTION = "bootloaders"
Brad Bishop63e4d0a2018-11-28 10:50:31 -05003DEPENDS += "flex-native bison-native"
Brad Bishop72236ea2018-02-16 20:54:07 -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 Stanley17a86912018-07-25 12:59:15 +093011SRCREV = "fc8646ea8a4f24ff8267fa2eee0ee33327f1f36c"
Brad Bishop72236ea2018-02-16 20:54:07 -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}"