Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Khem Raj
On Apr 11, 2013, at 7:54 AM, Michael Fainstein wrote: > >> -Original Message- >> From: Eric Bénard [mailto:e...@eukrea.com] >> Sent: יום ה 11 אפריל 2013 15:53 >> To: Michael Fainstein >> Cc: yocto@yoctoproject.org >> Subject: Re: [yocto] how t

Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Michael Fainstein
> -Original Message- > From: Eric Bénard [mailto:e...@eukrea.com] > Sent: יום ה 11 אפריל 2013 15:53 > To: Michael Fainstein > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] how to use native executable from one recipe during > install in another recipe > >

Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Eric Bénard
Hi Michael, Le Thu, 11 Apr 2013 11:58:50 +, Michael Fainstein a écrit : > I have one recipe that inherits "native", builds native executable and > installs it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo > do you have BBCLASSEXTEND = "native" in this recipe ? In the end, isn't

[yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Michael Fainstein
I have one recipe that inherits "native", builds native executable and installs it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo Another recipe depends on first one and needs to execute foo in its do_install in order to install files in tmp/work/ppce500v2-fsl-linux-gnuspe/foo-1.00-r