All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Chris Tapp <opensource@keylevel.com>
Cc: yocto@yoctoproject.org
Subject: Re: Kernel configuration
Date: Mon, 19 Jan 2015 14:37:51 +0000	[thread overview]
Message-ID: <2824987.9YqDdImYNk@peggleto-mobl5.ger.corp.intel.com> (raw)
In-Reply-To: <AB3518D3-AE10-4889-ADB6-8A662EF8C458@keylevel.com>

Hi Chris,

On Saturday 03 January 2015 00:57:50 Chris Tapp wrote:
> If I change my bbappend to use lines of the form:
> 
>   SRC_URI_valleyisland-64 += " file://enable-R8169.cfg"

Note that this probably doesn't do what you think it does - it'll be _setting_ 
the value to "  file://enable-R8169.cfg" rather than appending to the existing 
value when MACHINE is "valleyisland-64". Overrides and += don't really work 
together because they operate at different times - the += happens immediately 
and then later the override is applied. The correct way to do a conditional 
append with an override is to use _append, e.g.:

  SRC_URI_append_valleyisland-64 = " file://enable-R8169.cfg"

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


  reply	other threads:[~2015-01-19 14:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-02 14:52 Kernel configuration Chris Tapp
2015-01-02 16:26 ` Jacob Kroon
2015-01-02 20:20   ` Chris Tapp
2015-01-03  0:08 ` Bruce Ashfield
2015-01-03  0:57   ` Chris Tapp
2015-01-19 14:37     ` Paul Eggleton [this message]
2015-01-19 20:43       ` Chris Tapp
  -- strict thread matches above, loose matches on Subject: below --
2021-02-27 14:37 Leandro Bucci
2021-02-27 14:56 ` Greg Gallagher
2021-02-27 23:48   ` Leandro Bucci
2011-04-26  3:32 kernel configuration lina
2003-09-09 15:10 atticclaw
2003-09-09 16:29 ` James Miller
2003-09-09 19:04   ` Ray Olszewski
2003-09-09 20:59     ` James Miller (office)
2001-10-16 15:52 Kamil Kompa

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=2824987.9YqDdImYNk@peggleto-mobl5.ger.corp.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=opensource@keylevel.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.