Brad Bishop | b3bbfa0 | 2018-02-16 20:54:07 -0500 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/openbmc/u-boot" |
| 2 | SECTION = "bootloaders" |
| 3 | |
| 4 | LICENSE = "GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
| 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 = "7fb88a88d08c19b0e6f88c0a484ab001a4476a27" |
| 11 | |
| 12 | UBRANCH = "v2016.07-aspeed-openbmc" |
| 13 | SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | PV = "v2016.07+git${SRCPV}" |