Brad Bishop | 72236ea | 2018-02-16 20:54:07 -0500 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/openbmc/u-boot" |
| 2 | SECTION = "bootloaders" |
Brad Bishop | 63e4d0a | 2018-11-28 10:50:31 -0500 | [diff] [blame] | 3 | DEPENDS += "flex-native bison-native" |
Brad Bishop | 72236ea | 2018-02-16 20:54:07 -0500 | [diff] [blame] | 4 | |
| 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
| 7 | PE = "1" |
| 8 | |
| 9 | # We use the revision in order to avoid having to fetch it from the |
| 10 | # repo during parse |
Joel Stanley | 03d3f63 | 2019-04-04 16:56:04 +1030 | [diff] [blame] | 11 | SRCREV = "3c33d1e84ebb8d2305725c509a7c6df1125afa62" |
Brad Bishop | 72236ea | 2018-02-16 20:54:07 -0500 | [diff] [blame] | 12 | |
| 13 | UBRANCH = "v2016.07-aspeed-openbmc" |
| 14 | SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | PV = "v2016.07+git${SRCPV}" |