blob: e92ba87604972af47763ca1263f2f1e18a85b26f [file] [log] [blame]
Brad Bishop72236ea2018-02-16 20:54:07 -05001HOMEPAGE = "https://github.com/openbmc/u-boot"
2SECTION = "bootloaders"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
6PE = "1"
7
8# We use the revision in order to avoid having to fetch it from the
9# repo during parse
Joel Stanley17a86912018-07-25 12:59:15 +093010SRCREV = "fc8646ea8a4f24ff8267fa2eee0ee33327f1f36c"
Brad Bishop72236ea2018-02-16 20:54:07 -050011
12UBRANCH = "v2016.07-aspeed-openbmc"
13SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
14
15S = "${WORKDIR}/git"
16
17PV = "v2016.07+git${SRCPV}"