Re: [yocto] git fetcher - AUTOREV and best practices

2019-10-02 Thread Joshua Watt
On Wed, Oct 2, 2019 at 10:41 AM Joshua Watt wrote: > > On Wed, Jun 5, 2019 at 8:00 AM Maciej Pijanowski > wrote: > > > > Hello, > > > > As explained in the mega manual [1], when using the git:// fetcher, > > setting the > > SRCREV to ${AUTOREV} will result in building the latest commit from > > g

Re: [yocto] git fetcher - AUTOREV and best practices

2019-10-02 Thread Joshua Watt
On Wed, Jun 5, 2019 at 8:00 AM Maciej Pijanowski wrote: > > Hello, > > As explained in the mega manual [1], when using the git:// fetcher, > setting the > SRCREV to ${AUTOREV} will result in building the latest commit from > given git > branch (master, if not specified otherwise). > > Using AUTORE

[yocto] git fetcher - AUTOREV and best practices

2019-06-05 Thread Maciej Pijanowski
Hello, As explained in the mega manual [1], when using the git:// fetcher, setting the SRCREV to ${AUTOREV} will result in building the latest commit from given git branch (master, if not specified otherwise). Using AUTOREV feature in recipe has following implications as far as I can see: - the