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:
>
>
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
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
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
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