fix u-boot build break with current master

The current yocto master adds a patch for the beaglebone to the u-boot.inc, which breaks the build.
Explicitly set SRC_URI to prevent that.

Signed-off-by: Jens Lucius info@jenslucius.com
This commit is contained in:
Jens Lucius 2016-03-01 14:51:31 +01:00
parent a5a6479522
commit ae9ea2876a

View File

@ -25,8 +25,8 @@ DEFAULT_PREFERENCE_sun4i="1"
DEFAULT_PREFERENCE_sun5i="1"
DEFAULT_PREFERENCE_sun7i="1"
SRC_URI += "file://boot.cmd \
"
SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
file://boot.cmd"
SRCREV = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"