[oe] re-run install task without cleaning

Graeme Gregory dp at xora.org.uk
Wed Feb 3 18:57:15 UTC 2010


On Wed, Feb 03, 2010 at 12:31:54PM -0600, Travis Stratman wrote:
> Hello,
> 
> I have been working with Qt embedded and I want to make a subtle change
> to the bitbake script that will only affect the install task (which now
> completes successfully). Normally when I do something like this I just
> clean and build the whole thing over again to get bitbake to use the new
> install task. Just doing a '-c install' won't work because the previous
> build completed successfully.
> 
> Because Qt takes about 2 hours to compile, I'm hoping that there is some
> trick that I am not aware of where I can change and re-run the install
> task (and all subsequent tasks) without rebuilding the whole package.
> 
> Any suggestions?
> 
bitbake blah -c install -f

Graeme





More information about the Openembedded-devel mailing list