All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>,
	Stefan Roese <stefan.roese@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: Board specific bbappend file
Date: Thu, 5 Dec 2013 12:52:20 -0500	[thread overview]
Message-ID: <52A0BD54.3000704@windriver.com> (raw)
In-Reply-To: <1398865.OkXIqXG5JX@helios>

On 13-12-05 12:49 PM, Paul Eggleton wrote:
> On Thursday 05 December 2013 11:33:58 Bruce Ashfield wrote:
>> You can absolutely change the SRC_URI on a per-board basis. Just use
>> the technique that I showed above, and do it in a bbappend to your
>> linux recipe.
>>
>> i.e. something like: SRC_URI_qemux86 += "file://myfancypatch.patch"
>
> overrides and += do not play well. You must use _append in this case i.e.

Thanks for the update. I don't patch from recipes, so that's why I
watered down my response with "something like" :)

Bruce

>
> SRC_URI_append_qemux86 = " file://myfancypatch.patch"
>
> (remembering leading spaces, as usual with _append and variables that are
> space-separated lists)
>
> Cheers,
> Paul
>



      reply	other threads:[~2013-12-05 17:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 16:02 Board specific bbappend file Stefan Roese
2013-12-05 16:09 ` Bruce Ashfield
2013-12-05 16:27   ` Stefan Roese
2013-12-05 16:33     ` Bruce Ashfield
2013-12-05 16:44       ` Stefan Roese
2013-12-05 16:51         ` Bruce Ashfield
2013-12-05 18:34           ` Martin Jansa
2013-12-05 17:49       ` Paul Eggleton
2013-12-05 17:52         ` Bruce Ashfield [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=52A0BD54.3000704@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=paul.eggleton@linux.intel.com \
    --cc=stefan.roese@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.