blob: 9da3e5a44423c18e7ea6f37c6651ce264b1e2f75 [file] [log] [blame]
Brad Bishop6c2fd812019-07-21 18:08:31 -04001HOMEPAGE = "https://github.com/AspeedTech-BMC/u-boot"
2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native"
4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
7PE = "1"
8
9# We use the revision in order to avoid having to fetch it from the
10# repo during parse
Joel Stanleyd09aea52021-05-25 10:01:55 +093011SRCREV = "e1417368fdc3ba45ffde51a4b13290114a643be4"
Brad Bishop6c2fd812019-07-21 18:08:31 -040012
Joel Stanley1a04b622020-01-28 17:12:44 +103013SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
Brad Bishop61cecdc2019-09-26 19:26:40 -040014
Brad Bishop6c2fd812019-07-21 18:08:31 -040015S = "${WORKDIR}/git"
16
17PV = "v2019.04+git${SRCPV}"