From 8e8cea4569ffa8ea81b7e99f98f9dab203614d22 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 16 May 2018 22:14:15 +0200 Subject: [PATCH] u-boot: Upgrade to 2018.05 release This upgrades the U-Boot from 2018.03 to 2018.05 release. Signed-off-by: Marek Vasut Cc: Otavio Salvador Cc: Richard Purdie Cc: Ross Burton Signed-off-by: Ross Burton --- .../{u-boot-common_2018.03.inc => u-boot-common_2018.05.inc} | 2 +- .../{u-boot-fw-utils_2018.03.bb => u-boot-fw-utils_2018.05.bb} | 0 .../{u-boot-mkimage_2018.03.bb => u-boot-mkimage_2018.05.bb} | 0 .../recipes-bsp/u-boot/{u-boot_2018.03.bb => u-boot_2018.05.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/u-boot/{u-boot-common_2018.03.inc => u-boot-common_2018.05.inc} (86%) rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2018.03.bb => u-boot-fw-utils_2018.05.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2018.03.bb => u-boot-mkimage_2018.05.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot_2018.03.bb => u-boot_2018.05.bb} (100%) diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc b/meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc similarity index 86% rename from meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc rename to meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc index 8ffae365a9..61566f5856 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2018.03.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2018.05.inc @@ -7,7 +7,7 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" +SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7" SRC_URI = "git://git.denx.de/u-boot.git" diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.03.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.05.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.03.bb rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.05.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.03.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.05.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2018.03.bb rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2018.05.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2018.03.bb b/meta/recipes-bsp/u-boot/u-boot_2018.05.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot_2018.03.bb rename to meta/recipes-bsp/u-boot/u-boot_2018.05.bb -- 2.40.1