1HOMEPAGE = "https://github.com/openbmc/u-boot"
2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native"
4
5LICENSE = "GPL-2.0-or-later"
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
11SRCREV = "1ded9fa3a26262efa12aa316f66c73298a84d838"
12
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}"
19