Brad Bishop | 80fac6d | 2016-06-07 16:25:54 -0400 | [diff] [blame] | 1 | require recipes-bsp/u-boot/u-boot.inc |
| 2 | |
| 3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
| 4 | DEPENDS += "dtc-native" |
| 5 | |
Brad Bishop | da482c6 | 2016-06-04 00:55:57 -0400 | [diff] [blame] | 6 | SRCREV = "47441cc36bb8e919a066837e4d7c5a8a1c475da4" |
Brad Bishop | 80fac6d | 2016-06-07 16:25:54 -0400 | [diff] [blame] | 7 | UBRANCH = "v2016.05-ast2500" |
| 8 | SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" |
| 9 | |
| 10 | PV = "v2016.05+git${SRCPV}" |
| 11 | |
| 12 | EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline" |