Re: [oe] [oe-core] THISDIR usage

2012-04-28 Thread Giuseppe Condorelli
Many thanks!!! Il giorno sabato 28 aprile 2012, Khem Raj ha scritto: > -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

Re: [oe] [oe-core] THISDIR usage

2012-04-28 Thread Khem Raj
-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- > sub

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
No FILESPATH in the log after bitbake -e command. But... it's ok running scripts/bitbake instead of the binary one as I'm doing? Il giorno 11/apr/2012, alle ore 15:07, Martin Jansa ha scritto: > Use bitbake -e your_recipe and check FILESPATH variable. > > > On Wed, Apr 11, 2012 at 12:52 PM, Giu

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Martin Jansa
Use bitbake -e your_recipe and check FILESPATH variable. On Wed, Apr 11, 2012 at 12:52 PM, Giuseppe Condorelli wrote: > Many thanks for the reply, I tried the suggestion but I obtained this: > > "Unable to fetch URL file://myfile.tar.gz from any source" > > What's happening? > Thanks, > Giuseppe

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
quilt >>> files >>>quilt-0.48.tar.gz >>>quilt-native_0.48.bbappend >>> >>> Best Regards, >>> Giuseppe >>> >>> >>> -Original Message- >>> From: openembedded-devel-boun...@lists.op

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Jaap de Jong
oledì 11 aprile 2012 13:06 To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [oe-core] THISDIR usage On 2012-04-11 04:52, Giuseppe Condorelli wrote: Many thanks for the reply, I tried the suggestion but I obtained this: "Unable to fetch URL file://myfile.tar.gz from any sourc

[oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
append > > Best Regards, > Giuseppe > > > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Gary > Thomas > Sent: mercoledì 11 aprile 2012 13:06 > To: openembed

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Gary Thomas
On 2012-04-11 04:52, Giuseppe Condorelli wrote: Many thanks for the reply, I tried the suggestion but I obtained this: "Unable to fetch URL file://myfile.tar.gz from any source" What's happening? Does your layer look like the pseudo tree quoted below? Can you send the results of 'tree meta-g

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
Many thanks for the reply, I tried the suggestion but I obtained this: "Unable to fetch URL file://myfile.tar.gz from any source" What's happening? Thanks, Giuseppe Il giorno mercoledì 11 aprile 2012, Gary Thomas ha scritto: > On 2012-04-11 04:23, Giuseppe Condorelli wrote: > >> Hi, I moved to

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Gary Thomas
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- subtree. FILESPATHBASE_prepend := "${THISDIR}/files:" SRC

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
Sorry, I used FILESEXTRAPATHS but the result is the same. I'm using openembedded-core-2011-1 sources. Il giorno mercoledì 11 aprile 2012, Giuseppe Condorelli ha scritto: > Hi, I moved to OE-Core (working on stable version dowloaded as tar file > from cgit.openembedded.org). > I'm in trouble tryin

[oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
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- subtree. FILESPATHBASE_prepend := "${THISDIR}/files:" SRC_URI += "file://myfile.tar.gz" results in a no suc