* local.conf assignment priority with autobuilder
@ 2014-10-15 21:45 Jate Sujjavanich
2014-10-17 16:32 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Jate Sujjavanich @ 2014-10-15 21:45 UTC (permalink / raw)
To: Elizabeth Flanagan; +Cc: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
I am attempting to control debug-tweaks via an image recipe.
Previous posts suggest that the autobuilder will use auto.conf and ignore
local.conf. However, meta/conf/bitbake.conf says that the include order is
auto.conf, and then local.conf.
This means that the default local.conf.template installed overrides with a
regular assignment.
EXTRA_IMAGE_FEATURES = "debug-tweaks"
Perhaps the assignment in local.conf be a weak one, i.e. ?= where it would
not override a previous assignment.
Or maybe I need a new buildstep. How should I be doing this?
- Jate S.
[-- Attachment #2: Type: text/html, Size: 687 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: local.conf assignment priority with autobuilder
2014-10-15 21:45 local.conf assignment priority with autobuilder Jate Sujjavanich
@ 2014-10-17 16:32 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2014-10-17 16:32 UTC (permalink / raw)
To: Jate Sujjavanich, Elizabeth Flanagan; +Cc: Yocto Project
On 10/15/2014 02:45 PM, Jate Sujjavanich wrote:
> I am attempting to control debug-tweaks via an image recipe.
>
> Previous posts suggest that the autobuilder will use auto.conf and ignore
> local.conf. However, meta/conf/bitbake.conf says that the include order is
> auto.conf, and then local.conf.
>
Correct, the autobuilder will use auto.conf to load it's modifications,
but as you note in bitbake.conf, the local.conf will also be loaded
after auto.conf.
> This means that the default local.conf.template installed overrides with a
> regular assignment.
>
> EXTRA_IMAGE_FEATURES = "debug-tweaks"
>
>
> Perhaps the assignment in local.conf be a weak one, i.e. ?= where it would
> not override a previous assignment.
>
You can use EXTRA_IMAGE_FEATURES_remove = "debug-tweaks" which will
remove it when it's finalized.
If you want to add to EXTRA_IMAGE_FEATURES you can use += operation.
Sau!
> Or maybe I need a new buildstep. How should I be doing this?
>
>
> - Jate S.
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-17 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 21:45 local.conf assignment priority with autobuilder Jate Sujjavanich
2014-10-17 16:32 ` Saul Wold
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.