From ae9ea2876a994d63f38bf22877e6eea5543d2b8d Mon Sep 17 00:00:00 2001 From: Jens Lucius Date: Tue, 1 Mar 2016 14:51:31 +0100 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot_2016.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot_2016.01.bb b/recipes-bsp/u-boot/u-boot_2016.01.bb index 5fcefbb..2a0ebbd 100644 --- a/recipes-bsp/u-boot/u-boot_2016.01.bb +++ b/recipes-bsp/u-boot/u-boot_2016.01.bb @@ -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"