Re: [yocto] Working with a git'ed kernel on the server

2014-03-12 Thread Bruce Ashfield
On 2014-03-11, 6:10 PM, Paul Eggleton wrote: On Tuesday 11 March 2014 22:05:53 Paul Eggleton wrote: On Tuesday 11 March 2014 17:53:04 Bruce Ashfield wrote: On 2014-03-11, 3:22 PM, Andy Ng wrote: Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = ${AUTOREV} So it should be ok?

[yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Andy Ng
Hello list, I have a git'ed kernel on a server. When I do make push changes to the kernel and then I try bitbake core-image-minimal on my local host, the build process does not pick up the changes from the server. I just do bitbake virtual/kernel -c cleanall to force it to get my latest kernel

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Bruce Ashfield
On 14-03-11 03:07 PM, Andy Ng wrote: Hello list, I have a git'ed kernel on a server. When I do make push changes to the kernel and then I try bitbake core-image-minimal on my local host, the build process does not pick up the changes from the server. I just do bitbake virtual/kernel -c cleanall

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Andy Ng
Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = ${AUTOREV} So it should be ok? On Tue, Mar 11, 2014 at 7:09 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-03-11 03:07 PM, Andy Ng wrote: Hello list, I have a git'ed kernel on a server. When I do make push

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Bruce Ashfield
On 2014-03-11, 3:22 PM, Andy Ng wrote: Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = ${AUTOREV} So it should be ok? That should be all you need. Bruce On Tue, Mar 11, 2014 at 7:09 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-03-11 03:07 PM, Andy Ng

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Paul Eggleton
On Tuesday 11 March 2014 17:53:04 Bruce Ashfield wrote: On 2014-03-11, 3:22 PM, Andy Ng wrote: Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = ${AUTOREV} So it should be ok? That should be all you need. If this line is in a recipe you can remove the _pn-${PN}

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Paul Eggleton
On Tuesday 11 March 2014 22:05:53 Paul Eggleton wrote: On Tuesday 11 March 2014 17:53:04 Bruce Ashfield wrote: On 2014-03-11, 3:22 PM, Andy Ng wrote: Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = ${AUTOREV} So it should be ok? That should be all you