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 > [email protected] > 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
