From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: bbappend
Date: Tue, 12 Jul 2011 10:42:53 +0100 [thread overview]
Message-ID: <201107121042.53976.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <0564089300001e7d@nedap.com>
On Tuesday 12 July 2011 09:58:01 Jaap de Jong wrote:
> I need some help concerning bbappend.
> I've created a bbappend file:
>
> FILESEXTRAPATHS := "${THISDIR}/files"
> SRC_URI += "file://xyzzy.patch"
>
> If I run a bitbake it complains about missing ..../xyzzy.patch
> When I change the bbappend file to this:
>
> SRC_URI += "file:///absolute-path-to-the-file/files/xyzzy.patch"
FILESEXTRAPATHS is only available in oe-core. For classic OE you need to use
something like:
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATHBASE_prepend := "${THISDIR}/files:"
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-07-12 10:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4E1C0C99.3040508@nedap.com>
2011-07-12 8:58 ` bbappend Jaap de Jong
2011-07-12 9:42 ` Paul Eggleton [this message]
2011-07-12 14:08 ` bbappend Chris Verges
2011-07-12 14:18 ` bbappend Paul Eggleton
2011-07-12 14:31 ` bbappend Chris Verges
2011-07-12 14:56 ` bbappend Paul Eggleton
2011-09-30 6:03 bbappend Jaap de Jong
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=201107121042.53976.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox