From: Gary Thomas <gary@mlbassoc.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-core] THISDIR usage
Date: Wed, 11 Apr 2012 04:38:18 -0600 [thread overview]
Message-ID: <4F855F1A.6090700@mlbassoc.com> (raw)
In-Reply-To: <CAOHjBZuGf-wG2jpSR1R9sM_KawN+5H9ZS_ivikYgfMvLJVVtXQ@mail.gmail.com>
On 2012-04-11 04:23, Giuseppe Condorelli wrote:
> Hi, I moved to OE-Core (working on stable version dowloaded as tar file
> from cgit.openembedded.org).
> I'm in trouble trying to include a source through .bbappend file, located
> under my meta-<personal> subtree.
>
> FILESPATHBASE_prepend := "${THISDIR}/files:"
> SRC_URI += "file://myfile.tar.gz"
>
> results in a no such file or directory. Please can you tell me if I'm
> missing anything?
Assuming your tree looks something like this [partial]:
meta-giuseppe:
recipes:
some-recipe:
some-recipe_1.2.3.bbappend
files:
myfile.tar.gz
Try using this instead
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2012-04-11 10:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-11 10:23 [oe-core] THISDIR usage Giuseppe Condorelli
2012-04-11 10:33 ` Giuseppe Condorelli
2012-04-11 10:38 ` Gary Thomas [this message]
2012-04-11 10:52 ` Giuseppe Condorelli
2012-04-11 11:05 ` Gary Thomas
2012-04-11 13:06 ` Martin Jansa
2012-04-11 13:25 ` Giuseppe Condorelli
2012-04-28 20:57 ` Khem Raj
2012-04-28 23:44 ` Giuseppe Condorelli
[not found] <005901cd17e1$3b9a2290$b2ce67b0$@st.com>
2012-04-11 12:49 ` Giuseppe Condorelli
2012-04-11 13:01 ` Jaap de Jong
2012-04-11 13:06 ` Giuseppe Condorelli
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=4F855F1A.6090700@mlbassoc.com \
--to=gary@mlbassoc.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 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.