Re: [yocto] Bitbake problems recognizing the latest version of a repo

2018-04-08 Thread Jakob Hasse
Hi Paul, thanks a lot for the clarification. Now I know much better what to expect. The pulling from the repository seems to work fine after I set the SRCREV = "${AUTOREV}" variable. That seems to have been the mistake causing most of the confusion. If I encounter unexpected behavior with

Re: [yocto] Bitbake problems recognizing the latest version of a repo

2018-04-03 Thread Paul Eggleton
Hi Jakob, On Thursday, 29 March 2018 12:41:33 AM NZST Jakob Hasse wrote: > Right now it's still a mystery for me when bitbake builds the latest > version of a repository and why. I make changes in my code and whether I > commit them or not, sometimes bitbake builds a package with the recent >

[yocto] Bitbake problems recognizing the latest version of a repo

2018-03-28 Thread Jakob Hasse
Hello, Right now it's still a mystery for me when bitbake builds the latest version of a repository and why. I make changes in my code and whether I commit them or not, sometimes bitbake builds a package with the recent version, sometimes with an old version. So my strategy is doing mock