Jorge Cisneros | 8a445a0 | 2020-09-03 21:09:03 +0000 | [diff] [blame] | 1 | HOMEPAGE = "https://www.github.com/HewlettPackard/gxp-uboot" |
| 2 | DEPENDS += "flex-native bison-native bc-native" |
| 3 | |
| 4 | LICENSE = "GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | PE = "1" |
| 7 | |
| 8 | # We use the revision in order to avoid having to fetch it from the |
| 9 | # repo during parse |
| 10 | SRCREV = "e15b2ace2d7f38d470ba3b0415d47e05281c7660" |
| 11 | UBRANCH = "v2019.07-gxp-openbmc" |
| 12 | SRC_URI = "git://github.com/HewlettPackard/gxp-uboot.git;branch=${UBRANCH}" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | PV = "v2019.07+git${SRCPV}" |