All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
@ 2016-07-04 10:47 Robert P. J. Day
  2016-07-04 13:23 ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2016-07-04 10:47 UTC (permalink / raw)
  To: poky


The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
reference to it.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
index f3ad12d..1e7de09 100644
--- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
@@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
             xf86-input-evdev \
             xf86-video-fbdev"

-PREFERRED_VERSION_u-boot ?= "v2013.07%"
 UBOOT_ENTRYPOINT = "0x00000000"

 KERNEL_DEVICETREE = "mpc8315erdb.dtb"

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-04 10:47 [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot Robert P. J. Day
@ 2016-07-04 13:23 ` Khem Raj
  2016-07-04 13:29   ` Robert P. J. Day
  2016-07-05 10:17   ` Robert P. J. Day
  0 siblings, 2 replies; 10+ messages in thread
From: Khem Raj @ 2016-07-04 13:23 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: poky

On Mon, Jul 4, 2016 at 3:47 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
> reference to it.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> index f3ad12d..1e7de09 100644
> --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> @@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
>              xf86-input-evdev \
>              xf86-video-fbdev"
>
> -PREFERRED_VERSION_u-boot ?= "v2013.07%"

while this is ok, I wonder if the new defaults work for this board ?

>  UBOOT_ENTRYPOINT = "0x00000000"
>
>  KERNEL_DEVICETREE = "mpc8315erdb.dtb"
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-04 13:23 ` Khem Raj
@ 2016-07-04 13:29   ` Robert P. J. Day
  2016-07-05 10:17   ` Robert P. J. Day
  1 sibling, 0 replies; 10+ messages in thread
From: Robert P. J. Day @ 2016-07-04 13:29 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky

On Mon, 4 Jul 2016, Khem Raj wrote:

> On Mon, Jul 4, 2016 at 3:47 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> > The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
> > reference to it.
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > ---
> >
> > diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> > index f3ad12d..1e7de09 100644
> > --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> > +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> > @@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
> >              xf86-input-evdev \
> >              xf86-video-fbdev"
> >
> > -PREFERRED_VERSION_u-boot ?= "v2013.07%"
>
> while this is ok, I wonder if the new defaults work for this board ?

  i'm planning on testing a build for this later today, i can verify
that it at least compiles.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-04 13:23 ` Khem Raj
  2016-07-04 13:29   ` Robert P. J. Day
@ 2016-07-05 10:17   ` Robert P. J. Day
  2016-07-05 14:58     ` Khem Raj
  1 sibling, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2016-07-05 10:17 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky

On Mon, 4 Jul 2016, Khem Raj wrote:

> On Mon, Jul 4, 2016 at 3:47 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> > The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
> > reference to it.
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > ---
> >
> > diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> > index f3ad12d..1e7de09 100644
> > --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> > +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> > @@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
> >              xf86-input-evdev \
> >              xf86-video-fbdev"
> >
> > -PREFERRED_VERSION_u-boot ?= "v2013.07%"
>
> while this is ok, I wonder if the new defaults work for this board ?

  still haven't tried to boot this yet, but given that the v2013.07
version of u-boot was removed back in (it seems) 2014, are you
suggesting no one has tried to build for this YP reference board for
two years? that would seem a bit ... odd.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-05 10:17   ` Robert P. J. Day
@ 2016-07-05 14:58     ` Khem Raj
  2016-07-05 16:40       ` Robert P. J. Day
  0 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2016-07-05 14:58 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: poky

On Tue, Jul 5, 2016 at 3:17 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> On Mon, 4 Jul 2016, Khem Raj wrote:
>
>> On Mon, Jul 4, 2016 at 3:47 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>> >
>> > The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
>> > reference to it.
>> >
>> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>> >
>> > ---
>> >
>> > diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
>> > index f3ad12d..1e7de09 100644
>> > --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
>> > +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
>> > @@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
>> >              xf86-input-evdev \
>> >              xf86-video-fbdev"
>> >
>> > -PREFERRED_VERSION_u-boot ?= "v2013.07%"
>>
>> while this is ok, I wonder if the new defaults work for this board ?
>
>   still haven't tried to boot this yet, but given that the v2013.07
> version of u-boot was removed back in (it seems) 2014, are you
> suggesting no one has tried to build for this YP reference board for
> two years? that would seem a bit ... odd.
>

there is meta-fsl-ppc and folks may have used that.


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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-05 14:58     ` Khem Raj
@ 2016-07-05 16:40       ` Robert P. J. Day
  2016-07-05 16:46         ` Burton, Ross
  2016-07-05 17:23         ` Khem Raj
  0 siblings, 2 replies; 10+ messages in thread
From: Robert P. J. Day @ 2016-07-05 16:40 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky

On Tue, 5 Jul 2016, Khem Raj wrote:

> On Tue, Jul 5, 2016 at 3:17 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> > On Mon, 4 Jul 2016, Khem Raj wrote:
> >
> >> On Mon, Jul 4, 2016 at 3:47 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >> >
> >> > The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
> >> > reference to it.
> >> >
> >> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >> >
> >> > ---
> >> >
> >> > diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> >> > index f3ad12d..1e7de09 100644
> >> > --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> >> > +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> >> > @@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
> >> >              xf86-input-evdev \
> >> >              xf86-video-fbdev"
> >> >
> >> > -PREFERRED_VERSION_u-boot ?= "v2013.07%"
> >>
> >> while this is ok, I wonder if the new defaults work for this board ?
> >
> >   still haven't tried to boot this yet, but given that the v2013.07
> > version of u-boot was removed back in (it seems) 2014, are you
> > suggesting no one has tried to build for this YP reference board for
> > two years? that would seem a bit ... odd.
> >
>
> there is meta-fsl-ppc and folks may have used that.

  that may be, but since the mpc8315e-rdb is the powerpc yocto
reference board, should it not build with only meta-yocto* layers?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-05 16:40       ` Robert P. J. Day
@ 2016-07-05 16:46         ` Burton, Ross
  2016-07-05 17:23         ` Khem Raj
  1 sibling, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2016-07-05 16:46 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: poky

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

On 5 July 2016 at 17:40, Robert P. J. Day <rpjday@crashcourse.ca> wrote:

> > there is meta-fsl-ppc and folks may have used that.
>
>   that may be, but since the mpc8315e-rdb is the powerpc yocto
> reference board, should it not build with only meta-yocto* layers?


Yep, and QA tend to use images built by the autobuilder, so nobody noticed
the warnings.

Ross

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

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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-05 16:40       ` Robert P. J. Day
  2016-07-05 16:46         ` Burton, Ross
@ 2016-07-05 17:23         ` Khem Raj
  2016-07-06 18:24           ` Robert P. J. Day
  1 sibling, 1 reply; 10+ messages in thread
From: Khem Raj @ 2016-07-05 17:23 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: poky

On Tue, Jul 5, 2016 at 9:40 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> On Tue, 5 Jul 2016, Khem Raj wrote:
>
>> On Tue, Jul 5, 2016 at 3:17 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>> > On Mon, 4 Jul 2016, Khem Raj wrote:
>> >
>> >> On Mon, Jul 4, 2016 at 3:47 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>> >> >
>> >> > The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
>> >> > reference to it.
>> >> >
>> >> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>> >> >
>> >> > ---
>> >> >
>> >> > diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
>> >> > index f3ad12d..1e7de09 100644
>> >> > --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
>> >> > +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
>> >> > @@ -22,7 +22,6 @@ XSERVER ?= "xserver-xorg \
>> >> >              xf86-input-evdev \
>> >> >              xf86-video-fbdev"
>> >> >
>> >> > -PREFERRED_VERSION_u-boot ?= "v2013.07%"
>> >>
>> >> while this is ok, I wonder if the new defaults work for this board ?
>> >
>> >   still haven't tried to boot this yet, but given that the v2013.07
>> > version of u-boot was removed back in (it seems) 2014, are you
>> > suggesting no one has tried to build for this YP reference board for
>> > two years? that would seem a bit ... odd.
>> >
>>
>> there is meta-fsl-ppc and folks may have used that.
>
>   that may be, but since the mpc8315e-rdb is the powerpc yocto
> reference board, should it not build with only meta-yocto* layers?

it should but I am not sure if we test bootloader, so it just gets ignored.


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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-05 17:23         ` Khem Raj
@ 2016-07-06 18:24           ` Robert P. J. Day
  2016-07-07  8:42             ` Kevin Hao
  0 siblings, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2016-07-06 18:24 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky

On Tue, 5 Jul 2016, Khem Raj wrote:

> it should but I am not sure if we test bootloader, so it just gets
> ignored.

  i guess we just found out if the newer version of u-boot works on
the mpc8315e-rdb ... the answer would seem to be, no.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
  2016-07-06 18:24           ` Robert P. J. Day
@ 2016-07-07  8:42             ` Kevin Hao
  0 siblings, 0 replies; 10+ messages in thread
From: Kevin Hao @ 2016-07-07  8:42 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: poky

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

On Wed, Jul 06, 2016 at 02:24:33PM -0400, Robert P. J. Day wrote:
> On Tue, 5 Jul 2016, Khem Raj wrote:
> 
> > it should but I am not sure if we test bootloader, so it just gets
> > ignored.
> 
>   i guess we just found out if the newer version of u-boot works on
> the mpc8315e-rdb ... the answer would seem to be, no.

We haven't updated the bootloader for the mpc8315erdb boards in our test farm
for a long time. So yes, the latest u-boot may be broken on this board. If so,
please file a bug. I will fix it.

Thanks,
Kevin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

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

end of thread, other threads:[~2016-07-07  8:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-04 10:47 [PATCH] meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot Robert P. J. Day
2016-07-04 13:23 ` Khem Raj
2016-07-04 13:29   ` Robert P. J. Day
2016-07-05 10:17   ` Robert P. J. Day
2016-07-05 14:58     ` Khem Raj
2016-07-05 16:40       ` Robert P. J. Day
2016-07-05 16:46         ` Burton, Ross
2016-07-05 17:23         ` Khem Raj
2016-07-06 18:24           ` Robert P. J. Day
2016-07-07  8:42             ` Kevin Hao

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.