From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-core] THISDIR usage
Date: Sat, 28 Apr 2012 13:57:28 -0700 [thread overview]
Message-ID: <4F9C59B8.9000106@gmail.com> (raw)
In-Reply-To: <CAOHjBZuGf-wG2jpSR1R9sM_KawN+5H9ZS_ivikYgfMvLJVVtXQ@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 04/11/2012 03:23 AM, 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"
>
assuming you have set the layer properly and bitbake is able to find
it and parse it you will do
FILESEXTRAPATHS := "${THISDIR}/files"
SRC_URI += "file://myfile.tar.gz"
that should do it.
Check first if your layer is being added to the parse it should be shown
in build header that is dumped first by bitbake before it starts
building its also in cooker.log file in build dir.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+cWbgACgkQuwUzVZGdMxTXOwCdH0ltQ+crP/jqJG2q/hS/QYwY
BEgAnjrSE5qYynydngZL/i1ZfRywV/DU
=v7Cy
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-04-28 21:07 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
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 [this message]
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=4F9C59B8.9000106@gmail.com \
--to=raj.khem@gmail.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.