mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-07 22:08:22 +01:00
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:
parent
a5a6479522
commit
ae9ea2876a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user