blob: 03b7a6130d0c819c8082650068601b5b35e66641 [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', \
8 'file://0001-config-ast-common-hack-bootopts.patch', '', d)}"
9
Patrick Williams395dcbc2017-06-26 14:49:59 -050010PV = "v2016.07+git${SRCPV}"
Edward A. James7bd5f1d2017-08-15 14:18:12 -050011
12SRC_URI += "file://0001-configs-ast-Add-redundnant-env.patch"