* [PATCH] u-boot: Update to 2017.01 release
@ 2017-01-19 15:21 Marek Vasut
2017-01-19 17:20 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2017-01-19 15:21 UTC (permalink / raw)
To: openembedded-core; +Cc: Marek Vasut
Upgrade U-Boot to the latest version.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Denys Dmytriyenko <denis@denix.org>
---
.../u-boot/{u-boot-common_2016.11.inc => u-boot-common_2017.01.inc} | 2 +-
.../u-boot/{u-boot-fw-utils_2016.11.bb => u-boot-fw-utils_2017.01.bb} | 0
.../u-boot/{u-boot-mkimage_2016.11.bb => u-boot-mkimage_2017.01.bb} | 0
meta/recipes-bsp/u-boot/{u-boot_2016.11.bb => u-boot_2017.01.bb} | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/u-boot/{u-boot-common_2016.11.inc => u-boot-common_2017.01.inc} (86%)
rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2016.11.bb => u-boot-fw-utils_2017.01.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2016.11.bb => u-boot-mkimage_2017.01.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot_2016.11.bb => u-boot_2017.01.bb} (100%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
index 84adc1c56a..df24c853dd 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.01.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 = "29e0cfb4f77f7aa369136302cee14a91e22dca71"
+SRCREV = "a705ebc81b7f91bbd0ef7c634284208342901149"
SRC_URI = "git://git.denx.de/u-boot.git"
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.11.bb b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2016.11.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.01.bb
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] u-boot: Update to 2017.01 release
2017-01-19 15:21 [PATCH] u-boot: Update to 2017.01 release Marek Vasut
@ 2017-01-19 17:20 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-01-19 17:20 UTC (permalink / raw)
To: Marek Vasut; +Cc: openembedded-core
On Thu, Jan 19, 2017 at 04:21:51PM +0100, Marek Vasut wrote:
> Upgrade U-Boot to the latest version.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Denys Dmytriyenko <denis@denix.org>
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> .../u-boot/{u-boot-common_2016.11.inc => u-boot-common_2017.01.inc} | 2 +-
> .../u-boot/{u-boot-fw-utils_2016.11.bb => u-boot-fw-utils_2017.01.bb} | 0
> .../u-boot/{u-boot-mkimage_2016.11.bb => u-boot-mkimage_2017.01.bb} | 0
> meta/recipes-bsp/u-boot/{u-boot_2016.11.bb => u-boot_2017.01.bb} | 0
> 4 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-bsp/u-boot/{u-boot-common_2016.11.inc => u-boot-common_2017.01.inc} (86%)
> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2016.11.bb => u-boot-fw-utils_2017.01.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2016.11.bb => u-boot-mkimage_2017.01.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot_2016.11.bb => u-boot_2017.01.bb} (100%)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> similarity index 86%
> rename from meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> index 84adc1c56a..df24c853dd 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.01.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 = "29e0cfb4f77f7aa369136302cee14a91e22dca71"
> +SRCREV = "a705ebc81b7f91bbd0ef7c634284208342901149"
>
> SRC_URI = "git://git.denx.de/u-boot.git"
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb
> rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb
> rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.11.bb b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2016.11.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> --
> 2.11.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-19 17:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 15:21 [PATCH] u-boot: Update to 2017.01 release Marek Vasut
2017-01-19 17:20 ` Denys Dmytriyenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox