All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser] New chromium warnings
@ 2015-06-30 15:09 Gary Thomas
  2015-06-30 15:32 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2015-06-30 15:09 UTC (permalink / raw)
  To: openembedded-devel

I'm now seeing these warnings with the latest OE-core:
   WARNING: chromium: invalid PACKAGECONFIG: component-build
   WARNING: chromium: invalid PACKAGECONFIG: use-gl
   WARNING: chromium: invalid PACKAGECONFIG: ignore-lost-context

I looked at the recipes and those config strings are not mentioned
in the PACKAGECONFIG setup which is what is triggering the error.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-browser] New chromium warnings
  2015-06-30 15:09 [meta-browser] New chromium warnings Gary Thomas
@ 2015-06-30 15:32 ` Burton, Ross
  2015-06-30 15:46   ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2015-06-30 15:32 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On 30 June 2015 at 16:09, Gary Thomas <gary@mlbassoc.com> wrote:

> I'm now seeing these warnings with the latest OE-core:
>   WARNING: chromium: invalid PACKAGECONFIG: component-build
>   WARNING: chromium: invalid PACKAGECONFIG: use-gl
>   WARNING: chromium: invalid PACKAGECONFIG: ignore-lost-context
>
> I looked at the recipes and those config strings are not mentioned
> in the PACKAGECONFIG setup which is what is triggering the error.
>

Can you verify this with bitbake -e?  Maybe a conf file is adding them.

Ross


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

* Re: [meta-browser] New chromium warnings
  2015-06-30 15:32 ` Burton, Ross
@ 2015-06-30 15:46   ` Gary Thomas
  2015-06-30 19:10     ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2015-06-30 15:46 UTC (permalink / raw)
  To: openembedded-devel

On 2015-06-30 09:32, Burton, Ross wrote:
> On 30 June 2015 at 16:09, Gary Thomas <gary@mlbassoc.com> wrote:
>
>> I'm now seeing these warnings with the latest OE-core:
>>    WARNING: chromium: invalid PACKAGECONFIG: component-build
>>    WARNING: chromium: invalid PACKAGECONFIG: use-gl
>>    WARNING: chromium: invalid PACKAGECONFIG: ignore-lost-context
>>
>> I looked at the recipes and those config strings are not mentioned
>> in the PACKAGECONFIG setup which is what is triggering the error.
>>
>
> Can you verify this with bitbake -e?  Maybe a conf file is adding them.

They are coming from meta-fsl-arm/browser-layer/recipes-browser/chromium/chromium-imx.inc
and my local.conf.  The chromium recipe checks the PACKAGECONFIG variable
for these settings, but is not using PACKAGECONFIG the normal way.  It's
just the warnings that are new.

I suspect the chromium recipe(s) need to be rewritten to play nice
with PACKAGECONFIG...

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-browser] New chromium warnings
  2015-06-30 15:46   ` Gary Thomas
@ 2015-06-30 19:10     ` Burton, Ross
  2015-06-30 19:14       ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2015-06-30 19:10 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On 30 June 2015 at 16:46, Gary Thomas <gary@mlbassoc.com> wrote:

> They are coming from
> meta-fsl-arm/browser-layer/recipes-browser/chromium/chromium-imx.inc
> and my local.conf.  The chromium recipe checks the PACKAGECONFIG variable
> for these settings, but is not using PACKAGECONFIG the normal way.  It's
> just the warnings that are new.
>
> I suspect the chromium recipe(s) need to be rewritten to play nice
> with PACKAGECONFIG...
>

I'm pleased we've got the warning, but recipes that are using a
PACKAGECONFIG variable to configure stuff but then not actually using the
PACKAGECONFIG machinery now need to add stub definitions for each of the
flags they're using:

PACKAGECONFIG[use-gl] = ""
etc

Ross


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

* Re: [meta-browser] New chromium warnings
  2015-06-30 19:10     ` Burton, Ross
@ 2015-06-30 19:14       ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2015-06-30 19:14 UTC (permalink / raw)
  To: openembedded-devel

On 2015-06-30 13:10, Burton, Ross wrote:
> On 30 June 2015 at 16:46, Gary Thomas <gary@mlbassoc.com> wrote:
>
>> They are coming from
>> meta-fsl-arm/browser-layer/recipes-browser/chromium/chromium-imx.inc
>> and my local.conf.  The chromium recipe checks the PACKAGECONFIG variable
>> for these settings, but is not using PACKAGECONFIG the normal way.  It's
>> just the warnings that are new.
>>
>> I suspect the chromium recipe(s) need to be rewritten to play nice
>> with PACKAGECONFIG...
>>
>
> I'm pleased we've got the warning, but recipes that are using a
> PACKAGECONFIG variable to configure stuff but then not actually using the
> PACKAGECONFIG machinery now need to add stub definitions for each of the
> flags they're using:
>
> PACKAGECONFIG[use-gl] = ""
> etc
>

As I expected.  I'll send a patch for this.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2015-06-30 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 15:09 [meta-browser] New chromium warnings Gary Thomas
2015-06-30 15:32 ` Burton, Ross
2015-06-30 15:46   ` Gary Thomas
2015-06-30 19:10     ` Burton, Ross
2015-06-30 19:14       ` Gary Thomas

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.