[oe] [oe-core] THISDIR usage

Khem Raj raj.khem at gmail.com
Sat Apr 28 20:57:28 UTC 2012


-----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-----




More information about the Openembedded-devel mailing list