blob: 05493305743ed216b93b609ee772be561ed51ebe [file] [log] [blame]
Brad Bishopce4166d2018-02-08 15:23:05 -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 Stanleye7055112018-02-20 16:17:22 +103010SRCREV = "e4c85cd4de96bfdff7b614731a044db11815ff0c"
Brad Bishopce4166d2018-02-08 15:23:05 -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}"