[oe] [oe-core] THISDIR usage

Gary Thomas gary at mlbassoc.com
Wed Apr 11 10:38:18 UTC 2012


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




More information about the Openembedded-devel mailing list