bitbake recompile?
"Nicolas FR" <[email protected]>
| Newsgroups | gmane.comp.handhelds.openzaurus.devel |
|---|---|
| Message-ID | <[email protected]> |
I am doing some changes on the source code of my project and I want to force bitbake to recompile the project. How can I do? - 'bitbake -c build' is not recompiling (doing nothing) - 'bitbake -c rebuild' is cleaning (deleting) the source files I am editing so this is not what I want to do - 'bitbake -c compile' gives an error about (NOTE: package quilt-native-0.39: started \n ERROR: InvalidTask event exception, aborting \n NOTE: package quilt-native-0.39: failed) ... I have tried interactive mode and doing 'parse', ... but didn't manage to do a simple recompile. Any idea?