blob: c8231c0498edb89462b0a518c8832eba9b3ebd75 [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 Garrett195ba3c2021-11-18 16:12:42 -060010SRCREV = "7e035b9bf331426919aa993a6bb1de3c837e5d3c"
Mike Garrett02b54b32021-08-27 16:39:03 -050011UBRANCH = "v2020.10-gxp-openbmc"
Patrick Williamsbb99d222022-01-24 15:55:09 -060012SRC_URI = "git://github.com/HewlettPackard/gxp-uboot.git;branch=${UBRANCH};protocol=https"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000013
14S = "${WORKDIR}/git"
15
Mike Garrett02b54b32021-08-27 16:39:03 -050016PV = "v2020.10+git${SRCPV}"