blob: 4e44a8e808e6faab54db79f1bfef017da3d3d614 [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
Patrick Williams15587222022-04-20 21:41:15 -05004LICENSE = "GPL-2.0-or-later"
Jorge Cisneros8a445a02020-09-03 21:09:03 +00005LIC_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
Charles Kearney7d76aa52023-07-07 11:09:09 -050010SRCREV = "5aa47dcfa086fdde8093baa55fa0586e5b0ef56d"
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}"