blob: 2efeb9e092d772b2498af0723827ac194ef7b642 [file] [log] [blame]
Mike Garrett02b54b32021-08-27 16:39:03 -05001HOMEPAGE = "https://github.com/HewlettPackard/gxp-uboot"
Jorge Cisneros8a445a02020-09-03 21:09:03 +00002DEPENDS += "flex-native bison-native bc-native"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6PE = "1"
7
8# We use the revision in order to avoid having to fetch it from the
9# repo during parse
Mike Garrett02b54b32021-08-27 16:39:03 -050010SRCREV = "b139a8a9e6e89e4115741498d454847d99239eda"
11UBRANCH = "v2020.10-gxp-openbmc"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000012SRC_URI = "git://github.com/HewlettPackard/gxp-uboot.git;branch=${UBRANCH}"
13
14S = "${WORKDIR}/git"
15
Mike Garrett02b54b32021-08-27 16:39:03 -050016PV = "v2020.10+git${SRCPV}"