Dear Lars,

It builds fine and is deployed to the target, but if I make a change and 
> push that to the git repo, this change is not reflected on target, how do I 
>  force bitbake to checkout  the head, and rebuild my package ?
>  - I thought *bitbake -c clean recipe && bitbake recipe * would do the 
> trick
>
>
I usually use the command `bitbake -c cleanall recipe` to remove all cached 
downloads and local git repository clones, and this usually worked for me. 
So, maybe it works for you as well?
The openembedded-core mailing list might be a good place to get more hints 
if you need them.

Lukas

Reply via email to