blob: 13cd7b42acc9fc2136beb0b69f406f2d801a4e7c [file] [log] [blame]
Jorge Cisneros8a445a02020-09-03 21:09:03 +00001HOMEPAGE = "https://www.github.com/HewlettPackard/gxp-uboot"
2DEPENDS += "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
10SRCREV = "e15b2ace2d7f38d470ba3b0415d47e05281c7660"
11UBRANCH = "v2019.07-gxp-openbmc"
12SRC_URI = "git://github.com/HewlettPackard/gxp-uboot.git;branch=${UBRANCH}"
13
14S = "${WORKDIR}/git"
15
16PV = "v2019.07+git${SRCPV}"