All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-26 20:08 Otavio Salvador
  2017-03-26 21:14 ` Denys Dmytriyenko
  0 siblings, 1 reply; 29+ messages in thread
From: Otavio Salvador @ 2017-03-26 20:08 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

Ths 2017.03 release is out since March 13th 2017 and is the latest
stable release prior Pyro release.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc}     | 2 +-
 .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb}   | 0
 .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb}     | 0
 meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb}        | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
index df24c853dd..c115f36831 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.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 = "a705ebc81b7f91bbd0ef7c634284208342901149"
+SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
 
 SRC_URI = "git://git.denx.de/u-boot.git"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
-- 
2.12.1



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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-26 20:08 [PATCH] u-boot: Update to 2017.03 release Otavio Salvador
@ 2017-03-26 21:14 ` Denys Dmytriyenko
  2017-03-27 13:19   ` Otavio Salvador
  2017-03-27 13:19   ` Burton, Ross
  0 siblings, 2 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-26 21:14 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List

On Sun, Mar 26, 2017 at 05:08:13PM -0300, Otavio Salvador wrote:
> Ths 2017.03 release is out since March 13th 2017 and is the latest
> stable release prior Pyro release.

At least 2 typos in the description...


> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> 
>  .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc}     | 2 +-
>  .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb}   | 0
>  .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb}     | 0
>  meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb}        | 0
>  4 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
>  rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
>  rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
>  rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> similarity index 86%
> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> index df24c853dd..c115f36831 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.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 = "a705ebc81b7f91bbd0ef7c634284208342901149"
> +SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
>  
>  SRC_URI = "git://git.denx.de/u-boot.git"
>  
> diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> -- 
> 2.12.1
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-26 21:14 ` Denys Dmytriyenko
@ 2017-03-27 13:19   ` Otavio Salvador
  2017-03-27 13:19   ` Burton, Ross
  1 sibling, 0 replies; 29+ messages in thread
From: Otavio Salvador @ 2017-03-27 13:19 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Sun, Mar 26, 2017 at 6:14 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Sun, Mar 26, 2017 at 05:08:13PM -0300, Otavio Salvador wrote:
>> Ths 2017.03 release is out since March 13th 2017 and is the latest
>> stable release prior Pyro release.
>
> At least 2 typos in the description...

Sent a v2.

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


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-26 21:14 ` Denys Dmytriyenko
  2017-03-27 13:19   ` Otavio Salvador
@ 2017-03-27 13:19   ` Burton, Ross
  2017-03-27 13:28     ` Otavio Salvador
  2017-03-27 15:47     ` Denys Dmytriyenko
  1 sibling, 2 replies; 29+ messages in thread
From: Burton, Ross @ 2017-03-27 13:19 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

On 26 March 2017 at 22:14, Denys Dmytriyenko <denis@denix.org> wrote:

> At least 2 typos in the description...
>

Typos aside, this is past the M3 deadline but RC2 is running late, is there
a good reason to have the upgrade in?

Also what boards has it been tested on?  As it's from Otavio I presume the
Freescale boards have been tested.  Denys, have you tested this version on
your boards?

Cheers
Ross

[-- Attachment #2: Type: text/html, Size: 916 bytes --]

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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 13:19   ` Burton, Ross
@ 2017-03-27 13:28     ` Otavio Salvador
  2017-03-27 15:47     ` Denys Dmytriyenko
  1 sibling, 0 replies; 29+ messages in thread
From: Otavio Salvador @ 2017-03-27 13:28 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Mon, Mar 27, 2017 at 10:19 AM, Burton, Ross <ross.burton@intel.com> wrote:
...
> Also what boards has it been tested on?  As it's from Otavio I presume the
> Freescale boards have been tested.  Denys, have you tested this version on
> your boards?

We are using it internally and we will upgrade meta-freescale for this
release as well. I believe it would be great to upgrade this as U-Boot
bieng up to date allows for a more up to date reference code.

If there is any failure in the automated tests I can try to iron them
out but I believe it should be fine.

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


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 13:19   ` Burton, Ross
  2017-03-27 13:28     ` Otavio Salvador
@ 2017-03-27 15:47     ` Denys Dmytriyenko
  2017-03-27 15:52       ` Burton, Ross
  1 sibling, 1 reply; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-27 15:47 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Mon, Mar 27, 2017 at 02:19:56PM +0100, Burton, Ross wrote:
> On 26 March 2017 at 22:14, Denys Dmytriyenko <denis@denix.org> wrote:
> 
> > At least 2 typos in the description...
> >
> 
> Typos aside, this is past the M3 deadline but RC2 is running late, is there
> a good reason to have the upgrade in?
> 
> Also what boards has it been tested on?  As it's from Otavio I presume the
> Freescale boards have been tested.  Denys, have you tested this version on
> your boards?

Ross,

I haven't personally tested 2017.03 yet, as we are staying on 2017.01 for a 
bit longer...

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 15:47     ` Denys Dmytriyenko
@ 2017-03-27 15:52       ` Burton, Ross
  2017-03-27 17:49         ` Denys Dmytriyenko
  0 siblings, 1 reply; 29+ messages in thread
From: Burton, Ross @ 2017-03-27 15:52 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

On 27 March 2017 at 16:47, Denys Dmytriyenko <denis@denix.org> wrote:

> I haven't personally tested 2017.03 yet, as we are staying on 2017.01 for a
> bit longer...
>

It that just because you've stabilised, or is there something in .03 that
you're concerned about?

Ross

[-- Attachment #2: Type: text/html, Size: 693 bytes --]

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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 15:52       ` Burton, Ross
@ 2017-03-27 17:49         ` Denys Dmytriyenko
  0 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-27 17:49 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Mon, Mar 27, 2017 at 04:52:33PM +0100, Burton, Ross wrote:
> On 27 March 2017 at 16:47, Denys Dmytriyenko <denis@denix.org> wrote:
> 
> > I haven't personally tested 2017.03 yet, as we are staying on 2017.01 for a
> > bit longer...
> >
> 
> It that just because you've stabilised, or is there something in .03 that
> you're concerned about?

No, I'm not aware of any major issues with .03, although haven't done much 
testing with it due to pending internal release with .01 - the timing is 
rather unfortunate...

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-30 18:06               ` Denys Dmytriyenko
@ 2017-03-31 11:55                 ` Burton, Ross
  -1 siblings, 0 replies; 29+ messages in thread
From: Burton, Ross @ 2017-03-31 11:55 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Marek Vasut, OpenEmbedded Devel List, OE-core

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

On 30 March 2017 at 19:06, Denys Dmytriyenko <denis@denix.org> wrote:

> "Known devil is better than unknown angel"? :)
>

Agreed, fwiw.  It's late and u-boot is quite important: cherry-pick the
patch for Pyro and master can upgrade once it has branched.

Ross

[-- Attachment #2: Type: text/html, Size: 674 bytes --]

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

* Re: [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-31 11:55                 ` Burton, Ross
  0 siblings, 0 replies; 29+ messages in thread
From: Burton, Ross @ 2017-03-31 11:55 UTC (permalink / raw)
  To: Denys Dmytriyenko
  Cc: Marek Vasut, Richard Purdie, OpenEmbedded Devel List, OE-core

On 30 March 2017 at 19:06, Denys Dmytriyenko <denis@denix.org> wrote:

> "Known devil is better than unknown angel"? :)
>

Agreed, fwiw.  It's late and u-boot is quite important: cherry-pick the
patch for Pyro and master can upgrade once it has branched.

Ross


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-30 19:12               ` Philip Balister
@ 2017-03-30 19:26                 ` Otavio Salvador
  0 siblings, 0 replies; 29+ messages in thread
From: Otavio Salvador @ 2017-03-30 19:26 UTC (permalink / raw)
  To: Philip Balister
  Cc: Marek Vasut, OpenEmbedded Devel List,
	Patches and discussions about the oe-core layer

On Thu, Mar 30, 2017 at 4:12 PM, Philip Balister <philip@balister.org> wrote:
> I've got a machine under development that boots from the 2013.01 recipe
> and a bbappend. I don't think it is a problem moving to .03, but I don't
> know. I'm not sure how many other BSP's have done the same.

If it is a full mainline machine it should be smooth; otherwise
sending the patch to enable it in mainline is the best long term
solution. Keeping a patch on top a recipe is a decision which ends
with the maintenance burden at the developer adding the patch.

External layers should not delay the additions or upgrades of recipes
of OE-Core. If maintenance is a concern, upstreaming is the best
choice or fork the U-Boot and keep the fork with an independent cycle.

> Meanwhile, I understand the desire of others who have work upstreamed in
> u-boot they like to use with the next release.

And it has been a way to endorse the upstreaming effort to reduce the
maintenance work.

> How many u-boot releases are there a year? How do they line up with YP
> releases? Should we carry two u-boot versions, similar to what happens
> with the kernel?

Every two months now. I see no reason to carry two versions. OE-Core
provides the basis and every BSP layers can maintain their own
versions.

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


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-30 18:06               ` Denys Dmytriyenko
  (?)
@ 2017-03-30 19:12               ` Philip Balister
  2017-03-30 19:26                 ` Otavio Salvador
  -1 siblings, 1 reply; 29+ messages in thread
From: Philip Balister @ 2017-03-30 19:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, Marek Vasut; +Cc: openembedded-devel, openembedded-core

On 03/30/2017 02:06 PM, Denys Dmytriyenko wrote:
> On Thu, Mar 30, 2017 at 04:12:08PM +0200, Marek Vasut wrote:
>> On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote:
>>> On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
>>>> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
>>>>> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
>>>>>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
>>>>>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
>>>>>>>> Upgrade U-Boot to the latest version.
>>>>>>>
>>>>>>> Wrong list and how does this compare to Ovatio's patch?
>>>>>>
>>>>>> I was not CCed on Otavio's patch :(
>>>>>
>>>>> Yeah, me neither, unfortunately - people just ignore maintainers file now.
>>>>>
>>>>> Good thing Ross copied me on the other discussion!
>>>>>
>>>> Which other discussion ? :-(
>>>
>>> http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html
>>>
>> I see. I'm all for updating to 2017.03 , since it fixes the OMAP serial
>> bug too :)
> 
> "Known devil is better than unknown angel"? :)
> 

I've got a machine under development that boots from the 2013.01 recipe
and a bbappend. I don't think it is a problem moving to .03, but I don't
know. I'm not sure how many other BSP's have done the same.

Meanwhile, I understand the desire of others who have work upstreamed in
u-boot they like to use with the next release.

How many u-boot releases are there a year? How do they line up with YP
releases? Should we carry two u-boot versions, similar to what happens
with the kernel?

Philip


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-30 14:12             ` Marek Vasut
@ 2017-03-30 18:06               ` Denys Dmytriyenko
  -1 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-30 18:06 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core, openembedded-devel

On Thu, Mar 30, 2017 at 04:12:08PM +0200, Marek Vasut wrote:
> On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote:
> > On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
> >> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
> >>> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> >>>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
> >>>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> >>>>>> Upgrade U-Boot to the latest version.
> >>>>>
> >>>>> Wrong list and how does this compare to Ovatio's patch?
> >>>>
> >>>> I was not CCed on Otavio's patch :(
> >>>
> >>> Yeah, me neither, unfortunately - people just ignore maintainers file now.
> >>>
> >>> Good thing Ross copied me on the other discussion!
> >>>
> >> Which other discussion ? :-(
> > 
> > http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html
> > 
> I see. I'm all for updating to 2017.03 , since it fixes the OMAP serial
> bug too :)

"Known devil is better than unknown angel"? :)

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-30 18:06               ` Denys Dmytriyenko
  0 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-30 18:06 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core, Richard Purdie, openembedded-devel

On Thu, Mar 30, 2017 at 04:12:08PM +0200, Marek Vasut wrote:
> On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote:
> > On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
> >> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
> >>> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> >>>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
> >>>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> >>>>>> Upgrade U-Boot to the latest version.
> >>>>>
> >>>>> Wrong list and how does this compare to Ovatio's patch?
> >>>>
> >>>> I was not CCed on Otavio's patch :(
> >>>
> >>> Yeah, me neither, unfortunately - people just ignore maintainers file now.
> >>>
> >>> Good thing Ross copied me on the other discussion!
> >>>
> >> Which other discussion ? :-(
> > 
> > http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html
> > 
> I see. I'm all for updating to 2017.03 , since it fixes the OMAP serial
> bug too :)

"Known devil is better than unknown angel"? :)

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-30 13:24           ` Denys Dmytriyenko
@ 2017-03-30 14:12             ` Marek Vasut
  -1 siblings, 0 replies; 29+ messages in thread
From: Marek Vasut @ 2017-03-30 14:12 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: openembedded-core, openembedded-devel

On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote:
> On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
>> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
>>> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
>>>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
>>>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
>>>>>> Upgrade U-Boot to the latest version.
>>>>>
>>>>> Wrong list and how does this compare to Ovatio's patch?
>>>>
>>>> I was not CCed on Otavio's patch :(
>>>
>>> Yeah, me neither, unfortunately - people just ignore maintainers file now.
>>>
>>> Good thing Ross copied me on the other discussion!
>>>
>> Which other discussion ? :-(
> 
> http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html
> 
I see. I'm all for updating to 2017.03 , since it fixes the OMAP serial
bug too :)

-- 
Best regards,
Marek Vasut


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

* Re: [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-30 14:12             ` Marek Vasut
  0 siblings, 0 replies; 29+ messages in thread
From: Marek Vasut @ 2017-03-30 14:12 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: openembedded-core, Richard Purdie, openembedded-devel

On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote:
> On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
>> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
>>> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
>>>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
>>>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
>>>>>> Upgrade U-Boot to the latest version.
>>>>>
>>>>> Wrong list and how does this compare to Ovatio's patch?
>>>>
>>>> I was not CCed on Otavio's patch :(
>>>
>>> Yeah, me neither, unfortunately - people just ignore maintainers file now.
>>>
>>> Good thing Ross copied me on the other discussion!
>>>
>> Which other discussion ? :-(
> 
> http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html
> 
I see. I'm all for updating to 2017.03 , since it fixes the OMAP serial
bug too :)

-- 
Best regards,
Marek Vasut


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-30  8:21         ` Marek Vasut
@ 2017-03-30 13:24           ` Denys Dmytriyenko
  -1 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-30 13:24 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core, openembedded-devel

On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
> > On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> >> On 03/27/2017 04:25 PM, Richard Purdie wrote:
> >>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> >>>> Upgrade U-Boot to the latest version.
> >>>
> >>> Wrong list and how does this compare to Ovatio's patch?
> >>
> >> I was not CCed on Otavio's patch :(
> > 
> > Yeah, me neither, unfortunately - people just ignore maintainers file now.
> > 
> > Good thing Ross copied me on the other discussion!
> > 
> Which other discussion ? :-(

http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-30 13:24           ` Denys Dmytriyenko
  0 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-30 13:24 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core, Richard Purdie, openembedded-devel

On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote:
> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
> > On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> >> On 03/27/2017 04:25 PM, Richard Purdie wrote:
> >>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> >>>> Upgrade U-Boot to the latest version.
> >>>
> >>> Wrong list and how does this compare to Ovatio's patch?
> >>
> >> I was not CCed on Otavio's patch :(
> > 
> > Yeah, me neither, unfortunately - people just ignore maintainers file now.
> > 
> > Good thing Ross copied me on the other discussion!
> > 
> Which other discussion ? :-(

http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134682.html

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-29 21:56       ` Denys Dmytriyenko
@ 2017-03-30  8:21         ` Marek Vasut
  -1 siblings, 0 replies; 29+ messages in thread
From: Marek Vasut @ 2017-03-30  8:21 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: openembedded-core, openembedded-devel

On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
>>>> Upgrade U-Boot to the latest version.
>>>
>>> Wrong list and how does this compare to Ovatio's patch?
>>
>> I was not CCed on Otavio's patch :(
> 
> Yeah, me neither, unfortunately - people just ignore maintainers file now.
> 
> Good thing Ross copied me on the other discussion!
> 
Which other discussion ? :-(

-- 
Best regards,
Marek Vasut


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

* Re: [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-30  8:21         ` Marek Vasut
  0 siblings, 0 replies; 29+ messages in thread
From: Marek Vasut @ 2017-03-30  8:21 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: openembedded-core, Richard Purdie, openembedded-devel

On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote:
> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
>> On 03/27/2017 04:25 PM, Richard Purdie wrote:
>>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
>>>> Upgrade U-Boot to the latest version.
>>>
>>> Wrong list and how does this compare to Ovatio's patch?
>>
>> I was not CCed on Otavio's patch :(
> 
> Yeah, me neither, unfortunately - people just ignore maintainers file now.
> 
> Good thing Ross copied me on the other discussion!
> 
Which other discussion ? :-(

-- 
Best regards,
Marek Vasut


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-29 22:16       ` Richard Purdie
@ 2017-03-29 23:00         ` Denys Dmytriyenko
  0 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-29 23:00 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Marek Vasut, openembedded-core, openembedded-devel

On Wed, Mar 29, 2017 at 11:16:07PM +0100, Richard Purdie wrote:
> On Wed, 2017-03-29 at 17:56 -0400, Denys Dmytriyenko wrote:
> > On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> > > 
> > > On 03/27/2017 04:25 PM, Richard Purdie wrote:
> > > > 
> > > > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> > > > > 
> > > > > Upgrade U-Boot to the latest version.
> > > > Wrong list and how does this compare to Ovatio's patch?
> > > I was not CCed on Otavio's patch :(
> > Yeah, me neither, unfortunately - people just ignore maintainers file
> > now.
> > 
> > Good thing Ross copied me on the other discussion!
> 
> This raises a very valid point which is what any maintainers file is
> and what it is not.
> 
> The one that exists in meta-yocto today has a very specific meaning. I
> know there is discussion about moving it to OE-Core however if we do so
> I want to by *really* *really* clear about what being listed there
> means and does not mean.
> 
> As things stand right now, there is no requirement or advice in any of
> our guides to cc "maintainers". People struggle to send patches as it
> is and giving them more hoops to jump through doesn't seem like a
> brilliant idea to me. I know we can create a file with all kinds of
> path matching for files people care/don't care about but I worry this
> will descend into complicated scripts and people still getting upset
> when they were cc'd needlessly or weren't cc'd etc.
> 
> I also quite strongly dislike the "I own X, so only I can change it"
> type view, to be the maintainers are people who help look after
> specific areas in the absence of anyone else and help review patches
> that come in. They certainly get significant influence on things but
> the price for that is they also have to help fix issues and figure out
> ways of helping others with issues in that area.
> 
> So please think very carefully about what you want this "maintainers"
> file to be/not be as I worry its a huge can of worms we once tried in
> OE before...

Well, this reminds me of numerous discussions we've had in the past at several 
OEDEMs and OEDAMs about maintainers file and requirements/responsibilities it 
carries - unfortunately we never been able to resolve it one way or another. I 
guess we'll try finalizing it again with the renewed effort now...


As of u-boot - wasn't trying to claim ownership at all. In the past we've had 
a number of updates from TI, as it's a bootloader of choice for our platforms. 
Somehow I got assigned as a maintainer for the corresponding recipes. I know 
Otavio is also responsible for some changes there, from his involvement with 
Freescale. And at OEDEM last fall, I had a good conversation with Marek about 
u-boot recipes, we've discussed restructuring and re-versioning plans and 
since then he's copying me on his updates - I'm trying to review and/or test 
his changes as much as I can. That's all to it.

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-29 21:56       ` Denys Dmytriyenko
  (?)
@ 2017-03-29 22:16       ` Richard Purdie
  2017-03-29 23:00         ` Denys Dmytriyenko
  -1 siblings, 1 reply; 29+ messages in thread
From: Richard Purdie @ 2017-03-29 22:16 UTC (permalink / raw)
  To: Denys Dmytriyenko, Marek Vasut; +Cc: openembedded-core, openembedded-devel

On Wed, 2017-03-29 at 17:56 -0400, Denys Dmytriyenko wrote:
> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> > 
> > On 03/27/2017 04:25 PM, Richard Purdie wrote:
> > > 
> > > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> > > > 
> > > > Upgrade U-Boot to the latest version.
> > > Wrong list and how does this compare to Ovatio's patch?
> > I was not CCed on Otavio's patch :(
> Yeah, me neither, unfortunately - people just ignore maintainers file
> now.
> 
> Good thing Ross copied me on the other discussion!

This raises a very valid point which is what any maintainers file is
and what it is not.

The one that exists in meta-yocto today has a very specific meaning. I
know there is discussion about moving it to OE-Core however if we do so
I want to by *really* *really* clear about what being listed there
means and does not mean.

As things stand right now, there is no requirement or advice in any of
our guides to cc "maintainers". People struggle to send patches as it
is and giving them more hoops to jump through doesn't seem like a
brilliant idea to me. I know we can create a file with all kinds of
path matching for files people care/don't care about but I worry this
will descend into complicated scripts and people still getting upset
when they were cc'd needlessly or weren't cc'd etc.

I also quite strongly dislike the "I own X, so only I can change it"
type view, to be the maintainers are people who help look after
specific areas in the absence of anyone else and help review patches
that come in. They certainly get significant influence on things but
the price for that is they also have to help fix issues and figure out
ways of helping others with issues in that area.

So please think very carefully about what you want this "maintainers"
file to be/not be as I worry its a huge can of worms we once tried in
OE before...

Cheers,

Richard



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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 14:31   ` Marek Vasut
@ 2017-03-29 21:56       ` Denys Dmytriyenko
  0 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-29 21:56 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core, openembedded-devel

On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> On 03/27/2017 04:25 PM, Richard Purdie wrote:
> > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> >> Upgrade U-Boot to the latest version.
> > 
> > Wrong list and how does this compare to Ovatio's patch?
> 
> I was not CCed on Otavio's patch :(

Yeah, me neither, unfortunately - people just ignore maintainers file now.

Good thing Ross copied me on the other discussion!

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-29 21:56       ` Denys Dmytriyenko
  0 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2017-03-29 21:56 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core, Richard Purdie, openembedded-devel

On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote:
> On 03/27/2017 04:25 PM, Richard Purdie wrote:
> > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> >> Upgrade U-Boot to the latest version.
> > 
> > Wrong list and how does this compare to Ovatio's patch?
> 
> I was not CCed on Otavio's patch :(

Yeah, me neither, unfortunately - people just ignore maintainers file now.

Good thing Ross copied me on the other discussion!

-- 
Denys


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 14:32 Marek Vasut
@ 2017-03-28 11:07 ` Philip Balister
  0 siblings, 0 replies; 29+ messages in thread
From: Philip Balister @ 2017-03-28 11:07 UTC (permalink / raw)
  To: Marek Vasut, openembedded-core

Some background is needed ....

Marex sent in the 2017.01 update after discussions in irc about timing
of u-boot releases and the YP release schedule. The 2017.03 release
would happen after oe-core passed the feature freeze. So, at the time
people felt the release should have 2017.01.

People consuming the u-boot recipe via a bbappends have been using
2017.01 for their bsp's. Changing at this time is potentially a pain
point, and has some technical risk on the release schedule.

On the other hand, people working to get their code upstream, might be
frustrated having to wait until fall to use a current u-boot release.

Should we go ahead and add the 2017.03 recipe and use DEFAULT_PREFERENCE
to turn it off?

Also, this would be a good time to determine who the maintainers of the
recipes are.

Philip


On 03/27/2017 10:32 AM, Marek Vasut wrote:
> Upgrade U-Boot to the latest version.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Denys Dmytriyenko <denis@denix.org>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Ross Burton <ross.burton@intel.com>
> ---
>  .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc}     | 2 +-
>  .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb}   | 0
>  .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb}     | 0
>  meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb}        | 0
>  4 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
>  rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
>  rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
>  rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> similarity index 86%
> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> index df24c853dd..c115f36831 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.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 = "a705ebc81b7f91bbd0ef7c634284208342901149"
> +SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
>  
>  SRC_URI = "git://git.denx.de/u-boot.git"
>  
> diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> 


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

* [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-27 14:32 Marek Vasut
  2017-03-28 11:07 ` Philip Balister
  0 siblings, 1 reply; 29+ messages in thread
From: Marek Vasut @ 2017-03-27 14:32 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: Denys Dmytriyenko <denis@denix.org>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
---
 .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc}     | 2 +-
 .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb}   | 0
 .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb}     | 0
 meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb}        | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
index df24c853dd..c115f36831 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.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 = "a705ebc81b7f91bbd0ef7c634284208342901149"
+SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
 
 SRC_URI = "git://git.denx.de/u-boot.git"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
-- 
2.11.0



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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 14:25 ` Richard Purdie
@ 2017-03-27 14:31   ` Marek Vasut
  2017-03-29 21:56       ` Denys Dmytriyenko
  0 siblings, 1 reply; 29+ messages in thread
From: Marek Vasut @ 2017-03-27 14:31 UTC (permalink / raw)
  To: Richard Purdie, openembedded-devel

On 03/27/2017 04:25 PM, Richard Purdie wrote:
> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
>> Upgrade U-Boot to the latest version.
> 
> Wrong list and how does this compare to Ovatio's patch?

I was not CCed on Otavio's patch :(

-- 
Best regards,
Marek Vasut


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

* Re: [PATCH] u-boot: Update to 2017.03 release
  2017-03-27 14:22 Marek Vasut
@ 2017-03-27 14:25 ` Richard Purdie
  2017-03-27 14:31   ` Marek Vasut
  0 siblings, 1 reply; 29+ messages in thread
From: Richard Purdie @ 2017-03-27 14:25 UTC (permalink / raw)
  To: Marek Vasut, openembedded-devel

On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote:
> Upgrade U-Boot to the latest version.

Wrong list and how does this compare to Ovatio's patch?

Cheers,

Richard


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

* [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-27 14:22 Marek Vasut
  2017-03-27 14:25 ` Richard Purdie
  0 siblings, 1 reply; 29+ messages in thread
From: Marek Vasut @ 2017-03-27 14:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marek Vasut, Richard Purdie

Upgrade U-Boot to the latest version.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Denys Dmytriyenko <denis@denix.org>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
---
 .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc}     | 2 +-
 .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb}   | 0
 .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb}     | 0
 meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb}        | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
index df24c853dd..c115f36831 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.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 = "a705ebc81b7f91bbd0ef7c634284208342901149"
+SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
 
 SRC_URI = "git://git.denx.de/u-boot.git"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
-- 
2.11.0



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

end of thread, other threads:[~2017-03-31 11:56 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-26 20:08 [PATCH] u-boot: Update to 2017.03 release Otavio Salvador
2017-03-26 21:14 ` Denys Dmytriyenko
2017-03-27 13:19   ` Otavio Salvador
2017-03-27 13:19   ` Burton, Ross
2017-03-27 13:28     ` Otavio Salvador
2017-03-27 15:47     ` Denys Dmytriyenko
2017-03-27 15:52       ` Burton, Ross
2017-03-27 17:49         ` Denys Dmytriyenko
2017-03-27 14:22 Marek Vasut
2017-03-27 14:25 ` Richard Purdie
2017-03-27 14:31   ` Marek Vasut
2017-03-29 21:56     ` Denys Dmytriyenko
2017-03-29 21:56       ` Denys Dmytriyenko
2017-03-29 22:16       ` Richard Purdie
2017-03-29 23:00         ` Denys Dmytriyenko
2017-03-30  8:21       ` Marek Vasut
2017-03-30  8:21         ` Marek Vasut
2017-03-30 13:24         ` Denys Dmytriyenko
2017-03-30 13:24           ` Denys Dmytriyenko
2017-03-30 14:12           ` Marek Vasut
2017-03-30 14:12             ` Marek Vasut
2017-03-30 18:06             ` Denys Dmytriyenko
2017-03-30 18:06               ` Denys Dmytriyenko
2017-03-30 19:12               ` Philip Balister
2017-03-30 19:26                 ` Otavio Salvador
2017-03-31 11:55               ` Burton, Ross
2017-03-31 11:55                 ` Burton, Ross
2017-03-27 14:32 Marek Vasut
2017-03-28 11:07 ` Philip Balister

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.