Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Leon Woestenberg
Lauri en Luo, On Fri, Dec 16, 2011 at 9:13 AM, Lauri Hintsala wrote: > Sorry, this workflow will clean all your changes. How about that: > > bitbake projectname -c compile -f > bitbake projectname > > Thank you. This works. Regards Leon. ___ Openembe

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Henning Heinold
On Fri, Dec 16, 2011 at 08:55:05AM +0100, Leon Woestenberg wrote: > Hello all, > > > after modifying source code in the work directory, what is the set of > commands to rebuild the package (from the compile stage and further)? > > Under classic OpenEmbedded, I removed the compile, install, packa

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Luo Zhenhua-B19537
e: [OE-core] after modifying source code in work/, how to rebuild > package? > > Sorry, this workflow will clean all your changes. How about that: > > bitbake projectname -c compile -f > bitbake projectname [Luo Zhenhua-B19537] Those commands sh

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Lauri Hintsala
Sorry, this workflow will clean all your changes. How about that: bitbake projectname -c compile -f bitbake projectname Lauri On 12/16/2011 10:11 AM, Lauri Hintsala wrote: bitbake projectname -c cleanall bitbake projectname Cleanall command will clean the workdir and sstatefiles from sstate f

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Lauri Hintsala
bitbake projectname -c cleanall bitbake projectname Cleanall command will clean the workdir and sstatefiles from sstate folder. BR, Lauri Hintsala On 12/16/2011 09:55 AM, Leon Woestenberg wrote: Hello all, after modifying source code in the work directory, what is the set of commands to reb

[OE-core] after modifying source code in work/, how to rebuild package?

2011-12-15 Thread Leon Woestenberg
Hello all, after modifying source code in the work directory, what is the set of commands to rebuild the package (from the compile stage and further)? Under classic OpenEmbedded, I removed the compile, install, package stages stamp files and ran bitbake. However, shared staging "broke" that work