Re: [yocto] Update SRCREV doesn't work?

2017-07-08 Thread Stefano Babic
Hi Thi Huynh, On 08/07/2017 17:12, Ngọc Thi Huỳnh wrote: > Hi Babic, > > I think the problem is from > > meta-swupdate-boards/recipes-support/swupdate/swupdate_%.bbappend > > > The file contains > > SRCREV = "${AUTOREV}" > > > which overwrites SRCREV in > > meta-swupdate/recipe

Re: [yocto] Update SRCREV doesn't work?

2017-07-08 Thread Ngọc Thi Huỳnh
Hi Babic, I think the problem is from > meta-swupdate-boards/recipes-support/swupdate/swupdate_%.bbappend > The file contains > SRCREV = "${AUTOREV}" > which overwrites SRCREV in > meta-swupdate/recipes-support/swupdate/swupdate_2017.04.bb > After removing that line, everything is fine now.

Re: [yocto] Update SRCREV doesn't work?

2017-07-04 Thread Stefano Babic
Hi Huynh, On 05/07/2017 04:09, Ngọc Thi Huỳnh wrote: > Hi, > > I guess I'll remove build/tmp directory and rebuild everything from scratch. > I'll post the result later then. > The recipe for beaglebone was dropped from meta-swupdate. I moved the examples for bbb and raspi into a separate layer

Re: [yocto] Update SRCREV doesn't work?

2017-07-04 Thread Ngọc Thi Huỳnh
Hi, I guess I'll remove build/tmp directory and rebuild everything from scratch. I'll post the result later then. BTW, thank you so much for writing swupdate. Best Regards, Thi Huynh Huỳnh Ngọc Thi -so61pi On Wed, Jul 5, 2017 at 12:08 AM, Stefano Babic wrote: > Hi, > > On 04/07/2017 18:13, N

Re: [yocto] Update SRCREV doesn't work?

2017-07-04 Thread Stefano Babic
Hi, On 04/07/2017 18:13, Ngọc Thi Huỳnh wrote: > Hi everyone, > > I'm using poky pyro to build a beaglebone image with swupdate. > > First time I built swupdate (by bitbake swupdate), it used the latest > git version and I encountered an make error which related to swupdate only. > > Then I cha

[yocto] Update SRCREV doesn't work?

2017-07-04 Thread Ngọc Thi Huỳnh
Hi everyone, I'm using poky pyro to build a beaglebone image with swupdate. First time I built swupdate (by bitbake swupdate), it used the latest git version and I encountered an make error which related to swupdate only. Then I changed swupdate version to 2017.04 (by using PREFERRED_VERSION_swu