1HOMEPAGE = "https://github.com/HewlettPackard/gxp-uboot"
2DEPENDS += "flex-native bison-native bc-native"
3
4LICENSE = "GPL-2.0-or-later"
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 = "5aa47dcfa086fdde8093baa55fa0586e5b0ef56d"
11UBRANCH = "v2020.10-gxp-openbmc"
12SRC_URI = "git://github.com/HewlettPackard/gxp-uboot.git;branch=${UBRANCH};protocol=https"
13
14S = "${WORKDIR}/git"
15
16PV = "v2020.10+git${SRCPV}"
17