Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-10-04 Thread Vivek Per
Thanks you very much for your precious time. I got it now. thanks and regards vivek On Wed, Sep 30, 2015 at 7:09 PM, Gary Thomas wrote: > On 2015-09-30 05:08, Vivek Per wrote: > >> Hi , thanks you for replying, >> but i don't want to make changes to "image" recipe. i only wanted to make

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread Gary Thomas
On 2015-09-30 05:08, Vivek Per wrote: Hi , thanks you for replying, but i don't want to make changes to "image" recipe. i only wanted to make changes to "x" recipe that should be invoked when i do bitbake . what variable i can put in "x" recipe so that it invokes when is do You can't - what y

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread YUKATHARSANI JEYACHANDRA
ctoproject.org on behalf of Khem Raj Sent: Wednesday, September 30, 2015 3:43 PM To: Vivek Per Cc: yocto@yoctoproject.org Subject: Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)"

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread Vivek Per
Hi , thanks you for replying, but i don't want to make changes to "image" recipe. i only wanted to make changes to "x" recipe that should be invoked when i do bitbake . what variable i can put in "x" recipe so that it invokes when is do Thanks and Regards Vivek On Wed, Sep 30, 2015 at 3:43 P

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread Khem Raj
On Wed, Sep 30, 2015 at 2:05 AM, Vivek Per wrote: > hi, >i want to create a "x" recipe that should automatically get invoke when > "image" recipe( that produces image) is built. How can i modify the "x" > recipe that should be invoked while building image recipe. > > I don't want to do any mod

[yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread Vivek Per
hi, i want to create a "x" recipe that should automatically get invoke when "image" recipe( that produces image) is built. How can i modify the "x" recipe that should be invoked while building image recipe. I don't want to do any modifications to the image recipe, i only wanted to do changes in