All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot: Upgrade to 2018.05 release
@ 2018-05-16 20:14 Marek Vasut
  2018-05-16 22:00 ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2018-05-16 20:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut, Otavio Salvador

This upgrades the U-Boot from 2018.03 to 2018.05 release.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
---
 .../u-boot/{u-boot-common_2018.03.inc => u-boot-common_2018.05.inc}     | 2 +-
 .../u-boot/{u-boot-fw-utils_2018.03.bb => u-boot-fw-utils_2018.05.bb}   | 0
 .../u-boot/{u-boot-mkimage_2018.03.bb => u-boot-mkimage_2018.05.bb}     | 0
 meta/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.16.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] u-boot: Upgrade to 2018.05 release
  2018-05-16 20:14 [PATCH] u-boot: Upgrade to 2018.05 release Marek Vasut
@ 2018-05-16 22:00 ` Otavio Salvador
  2018-05-16 22:05   ` Khem Raj
  2018-05-16 22:37   ` Marek Vasut
  0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2018-05-16 22:00 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Otavio Salvador, Patches and discussions about the oe-core layer

On Wed, May 16, 2018 at 5:14 PM, Marek Vasut <marex@denx.de> wrote:
> This upgrades the U-Boot from 2018.03 to 2018.05 release.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Ross Burton <ross.burton@intel.com>

Nice work :-)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] u-boot: Upgrade to 2018.05 release
  2018-05-16 22:00 ` Otavio Salvador
@ 2018-05-16 22:05   ` Khem Raj
  2018-05-16 22:12     ` Marek Vasut
  2018-05-16 22:37   ` Marek Vasut
  1 sibling, 1 reply; 7+ messages in thread
From: Khem Raj @ 2018-05-16 22:05 UTC (permalink / raw)
  To: Otavio Salvador
  Cc: Marek Vasut, Otavio Salvador,
	Patches and discussions about the oe-core layer

On Wed, May 16, 2018 at 3:00 PM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Wed, May 16, 2018 at 5:14 PM, Marek Vasut <marex@denx.de> wrote:
>> This upgrades the U-Boot from 2018.03 to 2018.05 release.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Cc: Ross Burton <ross.burton@intel.com>
>
> Nice work :-)


is libfdt/dtc host/target mixup faux pas fixed in this version


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] u-boot: Upgrade to 2018.05 release
  2018-05-16 22:05   ` Khem Raj
@ 2018-05-16 22:12     ` Marek Vasut
  0 siblings, 0 replies; 7+ messages in thread
From: Marek Vasut @ 2018-05-16 22:12 UTC (permalink / raw)
  To: Khem Raj, Otavio Salvador
  Cc: Otavio Salvador, Patches and discussions about the oe-core layer

On 05/17/2018 12:05 AM, Khem Raj wrote:
> On Wed, May 16, 2018 at 3:00 PM, Otavio Salvador
> <otavio.salvador@ossystems.com.br> wrote:
>> On Wed, May 16, 2018 at 5:14 PM, Marek Vasut <marex@denx.de> wrote:
>>> This upgrades the U-Boot from 2018.03 to 2018.05 release.
>>>
>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>>> Cc: Ross Burton <ross.burton@intel.com>
>>
>> Nice work :-)
> 
> 
> is libfdt/dtc host/target mixup faux pas fixed in this version

Do a build test please, I'm not triggering it here.

-- 
Best regards,
Marek Vasut


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] u-boot: Upgrade to 2018.05 release
  2018-05-16 22:00 ` Otavio Salvador
  2018-05-16 22:05   ` Khem Raj
@ 2018-05-16 22:37   ` Marek Vasut
  2018-05-16 22:49     ` Burton, Ross
  1 sibling, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2018-05-16 22:37 UTC (permalink / raw)
  To: Otavio Salvador
  Cc: Otavio Salvador, Patches and discussions about the oe-core layer

On 05/17/2018 12:00 AM, Otavio Salvador wrote:
> On Wed, May 16, 2018 at 5:14 PM, Marek Vasut <marex@denx.de> wrote:
>> This upgrades the U-Boot from 2018.03 to 2018.05 release.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Cc: Ross Burton <ross.burton@intel.com>
> 
> Nice work :-)

Except this kind of patch could (read should) be generated automatically
by the OE recipe auto-upgrade drone.

-- 
Best regards,
Marek Vasut


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] u-boot: Upgrade to 2018.05 release
  2018-05-16 22:37   ` Marek Vasut
@ 2018-05-16 22:49     ` Burton, Ross
  2018-05-16 22:50       ` Marek Vasut
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2018-05-16 22:49 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Otavio Salvador, Otavio Salvador,
	Patches and discussions about the oe-core layer

I was informed yesterday that AUH had just started, so you should be
getting an email shortly...

On 16 May 2018 at 23:37, Marek Vasut <marex@denx.de> wrote:
> On 05/17/2018 12:00 AM, Otavio Salvador wrote:
>> On Wed, May 16, 2018 at 5:14 PM, Marek Vasut <marex@denx.de> wrote:
>>> This upgrades the U-Boot from 2018.03 to 2018.05 release.
>>>
>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>>> Cc: Ross Burton <ross.burton@intel.com>
>>
>> Nice work :-)
>
> Except this kind of patch could (read should) be generated automatically
> by the OE recipe auto-upgrade drone.
>
> --
> Best regards,
> Marek Vasut
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] u-boot: Upgrade to 2018.05 release
  2018-05-16 22:49     ` Burton, Ross
@ 2018-05-16 22:50       ` Marek Vasut
  0 siblings, 0 replies; 7+ messages in thread
From: Marek Vasut @ 2018-05-16 22:50 UTC (permalink / raw)
  To: Burton, Ross
  Cc: Otavio Salvador, Otavio Salvador,
	Patches and discussions about the oe-core layer

On 05/17/2018 12:49 AM, Burton, Ross wrote:
> I was informed yesterday that AUH had just started, so you should be
> getting an email shortly...

Well, if it fails, feel free to pick this patch :)

> On 16 May 2018 at 23:37, Marek Vasut <marex@denx.de> wrote:
>> On 05/17/2018 12:00 AM, Otavio Salvador wrote:
>>> On Wed, May 16, 2018 at 5:14 PM, Marek Vasut <marex@denx.de> wrote:
>>>> This upgrades the U-Boot from 2018.03 to 2018.05 release.
>>>>
>>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>>>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>>>> Cc: Ross Burton <ross.burton@intel.com>
>>>
>>> Nice work :-)
>>
>> Except this kind of patch could (read should) be generated automatically
>> by the OE recipe auto-upgrade drone.
>>
>> --
>> Best regards,
>> Marek Vasut
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


-- 
Best regards,
Marek Vasut


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-16 22:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 20:14 [PATCH] u-boot: Upgrade to 2018.05 release Marek Vasut
2018-05-16 22:00 ` Otavio Salvador
2018-05-16 22:05   ` Khem Raj
2018-05-16 22:12     ` Marek Vasut
2018-05-16 22:37   ` Marek Vasut
2018-05-16 22:49     ` Burton, Ross
2018-05-16 22:50       ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.