blob: 5213a4f6a4658b7fe40ec907dacdaca100b5c9be [file] [log] [blame]
Joel Stanley7741d652016-07-27 18:33:40 +09301require recipes-bsp/u-boot/u-boot.inc
2
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
4DEPENDS += "dtc-native"
5
Joel Stanley2ed03292017-05-26 14:27:34 +10006SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac"
Joel Stanley7741d652016-07-27 18:33:40 +09307UBRANCH = "v2016.07-aspeed-openbmc"
8SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
9
10PV = "v2016.07+git${SRCPV}"