blob: 1eddea3505a80dab9267228643f71f8ffe713a81 [file] [log] [blame]
Patrick Williams395dcbc2017-06-26 14:49:59 -05001LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
2
3SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac"
4UBRANCH = "v2016.07-aspeed-openbmc"
5SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
6
Patrick Williams0f19eb52017-07-27 13:32:33 -05007SRC_URI += "${@bb.utils.contains('MACHINE_FEATURES', 'obmc-ubi-fs', \
Adriana Kobylak57ba9982017-08-15 20:08:42 -05008 'file://0001-config-ast-common-hack-bootopts.patch \
9 file://0002-Add-MTD-support-to-Aspeed-Flash-driver.patch', '', d)}"
Patrick Williams0f19eb52017-07-27 13:32:33 -050010
Patrick Williams395dcbc2017-06-26 14:49:59 -050011PV = "v2016.07+git${SRCPV}"
Edward A. James7bd5f1d2017-08-15 14:18:12 -050012
13SRC_URI += "file://0001-configs-ast-Add-redundnant-env.patch"