From 7401e9dd80f6ca73b7decc6f438e7d97a26d8499 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Mon, 29 Feb 2016 12:22:35 +1100 Subject: [PATCH] u-boot: update to 2016.01 Signed-off-by: Jonathan Liu --- .../u-boot/{u-boot_2015.10.bb => u-boot_2016.01.bb} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename recipes-bsp/u-boot/{u-boot_2015.10.bb => u-boot_2016.01.bb} (88%) diff --git a/recipes-bsp/u-boot/u-boot_2015.10.bb b/recipes-bsp/u-boot/u-boot_2016.01.bb similarity index 88% rename from recipes-bsp/u-boot/u-boot_2015.10.bb rename to recipes-bsp/u-boot/u-boot_2016.01.bb index e8cdc11..9cfca79 100644 --- a/recipes-bsp/u-boot/u-boot_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot_2016.01.bb @@ -25,14 +25,12 @@ 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 = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d" +SRCREV = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930" -PV = "v2015.10${SRCPV}" - -PE = "1" +PV = "v2016.01${SRCPV}" SPL_BINARY="u-boot-sunxi-with-spl.bin"