All of lore.kernel.org
 help / color / mirror / Atom feed
* should i assume "SERIAL_CONSOLES" is a typo?
@ 2012-03-24  9:16 Robert P. J. Day
  2012-03-24 10:18 ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-03-24  9:16 UTC (permalink / raw)
  To: OE Core mailing list


meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:    tmp="${SERIAL_CONSOLES}"

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] 6+ messages in thread

* Re: should i assume "SERIAL_CONSOLES" is a typo?
  2012-03-24  9:16 should i assume "SERIAL_CONSOLES" is a typo? Robert P. J. Day
@ 2012-03-24 10:18 ` Richard Purdie
  2012-03-24 10:27   ` Robert P. J. Day
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2012-03-24 10:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, 2012-03-24 at 05:16 -0400, Robert P. J. Day wrote:
> meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:    tmp="${SERIAL_CONSOLES}"

Its not a typo, if you look at the code, it processes SERIAL_CONSOLE and
SERIAL_CONSOLES.

Cheers,

Richard




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

* Re: should i assume "SERIAL_CONSOLES" is a typo?
  2012-03-24 10:18 ` Richard Purdie
@ 2012-03-24 10:27   ` Robert P. J. Day
  2012-03-25  0:06     ` McClintock Matthew-B29882
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-03-24 10:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, 24 Mar 2012, Richard Purdie wrote:

> On Sat, 2012-03-24 at 05:16 -0400, Robert P. J. Day wrote:
> > meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:    tmp="${SERIAL_CONSOLES}"
>
> Its not a typo, if you look at the code, it processes SERIAL_CONSOLE and
> SERIAL_CONSOLES.

  ah, i'd noticed that but i didn't see any example of a machine
taking advantage of that.  and there's no mention of that variable in
any of the docs that i can see.

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] 6+ messages in thread

* Re: should i assume "SERIAL_CONSOLES" is a typo?
  2012-03-24 10:27   ` Robert P. J. Day
@ 2012-03-25  0:06     ` McClintock Matthew-B29882
  2012-04-12 21:53       ` Bug 1570 - ICU not endian safe and web2 fails on ppc Kamble, Nitin A
  0 siblings, 1 reply; 6+ messages in thread
From: McClintock Matthew-B29882 @ 2012-03-25  0:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, Mar 24, 2012 at 5:27 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> On Sat, 24 Mar 2012, Richard Purdie wrote:
>
>> On Sat, 2012-03-24 at 05:16 -0400, Robert P. J. Day wrote:
>> > meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:    tmp="${SERIAL_CONSOLES}"
>>
>> Its not a typo, if you look at the code, it processes SERIAL_CONSOLE and
>> SERIAL_CONSOLES.
>
>  ah, i'd noticed that but i didn't see any example of a machine
> taking advantage of that.  and there's no mention of that variable in
> any of the docs that i can see.

Machines outside of oe-core can take advantage ;)

-M



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

* Bug 1570 - ICU not endian safe and web2 fails on ppc
  2012-03-25  0:06     ` McClintock Matthew-B29882
@ 2012-04-12 21:53       ` Kamble, Nitin A
  2012-05-01 21:20         ` McClintock Matthew-B29882
  0 siblings, 1 reply; 6+ messages in thread
From: Kamble, Nitin A @ 2012-04-12 21:53 UTC (permalink / raw)
  To: McClintock Matthew-B29882,
	Patches and discussions about the oe-core layer

Gary,
   May be Matthew may be able to provide some help with his Freescale background.

I could not add Matthew to the bug, so ccing him here.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=1570


Nitin




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

* Re: Bug 1570 - ICU not endian safe and web2 fails on ppc
  2012-04-12 21:53       ` Bug 1570 - ICU not endian safe and web2 fails on ppc Kamble, Nitin A
@ 2012-05-01 21:20         ` McClintock Matthew-B29882
  0 siblings, 0 replies; 6+ messages in thread
From: McClintock Matthew-B29882 @ 2012-05-01 21:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: McClintock Matthew-B29882

On Thu, Apr 12, 2012 at 4:53 PM, Kamble, Nitin A
<nitin.a.kamble@intel.com> wrote:
> Gary,
>   May be Matthew may be able to provide some help with his Freescale background.
>
> I could not add Matthew to the bug, so ccing him here.
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=1570

Sorry for the late reply but this issue looks resolved...

-M



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

end of thread, other threads:[~2012-05-01 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24  9:16 should i assume "SERIAL_CONSOLES" is a typo? Robert P. J. Day
2012-03-24 10:18 ` Richard Purdie
2012-03-24 10:27   ` Robert P. J. Day
2012-03-25  0:06     ` McClintock Matthew-B29882
2012-04-12 21:53       ` Bug 1570 - ICU not endian safe and web2 fails on ppc Kamble, Nitin A
2012-05-01 21:20         ` McClintock Matthew-B29882

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.