[oe] Correct way continue build after error

Xerxes Rånby xerxes at zafena.se
Wed Jan 13 15:11:30 UTC 2010


Perepelica Alexander wrote:
> Hello!
> I look in docs but didn't find answer for subj. Problem is if build is
> failed then I change receipt or configs and then what must I do to
> continue?
> If I must recompile last stage (with configuring and/or unpacking) are
> some ways to do that?
>
>
> -- 
> Thank you.
> Perepelica Alexander
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Hi, if you have changed the .bb recipe for the package named "foo" to
fix the error, then recompile the package from scratch using:

bitbake -c clean foo
bitbake foo

More hints are found on the wiki:
http://wiki.openembedded.net/index.php/Bitbake_cheat_sheet

Cheers
Xerxes




More information about the Openembedded-devel mailing list