All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Jate Sujjavanich <jatedev@gmail.com>,
	 Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: local.conf assignment priority with autobuilder
Date: Fri, 17 Oct 2014 09:32:40 -0700	[thread overview]
Message-ID: <544144A8.9040204@linux.intel.com> (raw)
In-Reply-To: <CAPphmgZBXAod92ddPR_3VFReStBgBNshTNEKxfOATZ1caeq+Kw@mail.gmail.com>

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.
>
>
>


      reply	other threads:[~2014-10-17 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-15 21:45 local.conf assignment priority with autobuilder Jate Sujjavanich
2014-10-17 16:32 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=544144A8.9040204@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=elizabeth.flanagan@intel.com \
    --cc=jatedev@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.