Re: [yocto] Manipulating code and Building in offline environment

2016-04-29 Thread Khem Raj
On Wed, Apr 27, 2016 at 4:38 AM, Lars Larsen wrote: > Hello > > I have 2 questions > > I have finally managed to build an image like I want it. > > > I consists of a kernel. > > The ROS framework. > > And our proprietary software under git control > > > What I want to achieve is the following: > >

Re: [yocto] Manipulating code and Building in offline environment

2016-04-27 Thread Burton, Ross
On 27 April 2016 at 14:03, Lars Larsen wrote: > > BRANCH ?="develop" > SRC_URI = "git:///eserver/GIT/autodiscover/;branch=${BRANCH};;name=discover " > SRCREV_discover= "${AUTOREV}" > SRCREV_FORMAT= "discover" This is likely the problem. $(AUTOREV) means "go and get the latest revision every bui

Re: [yocto] Manipulating code and Building in offline environment

2016-04-27 Thread Lars Larsen
On 2016-04-27 14:21, Gary Thomas wrote: On 2016-04-27 13:38, Lars Larsen wrote: Hello I have 2 questions I have finally managed to build an image like I want it. I consists of a kernel. The ROS framework. And our proprietary software under git control What I want to achieve is the foll

Re: [yocto] Manipulating code and Building in offline environment

2016-04-27 Thread Gary Thomas
On 2016-04-27 13:38, Lars Larsen wrote: Hello I have 2 questions I have finally managed to build an image like I want it. I consists of a kernel. The ROS framework. And our proprietary software under git control What I want to achieve is the following: When online it should fetch the lat

[yocto] Manipulating code and Building in offline environment

2016-04-27 Thread Lars Larsen
Hello I have 2 questions I have finally managed to build an image like I want it. I consists of a kernel. The ROS framework. And our proprietary software under git control What I want to achieve is the following: When online it should fetch the latest commit (or what ever branch/tag) fro