[yocto] Problem with AUTOINC and ipk

2013-07-17 Thread Tino Breddin
Hi there, We are having problems with using AUTOINC together with the ipk package format. I'm not sure whether this issue applies to rpm and deb as well. Given the following configuration in a recipe: SRCREV = "AUTOINC" PV = "git${SRCPV}" PR = "r0" The generated package will have a version lik

Re: [yocto] How to build the build appliance?

2013-01-25 Thread Tino Breddin
age" > 3) check the tmp/deploy/images folder for the output > > Regards, > Cornel > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Tino Breddin > Sent: Friday, January 25, 2013 1:32 PM &

[yocto] How to build the build appliance?

2013-01-25 Thread Tino Breddin
Hi there, I've seen some work already went into building a Yocto build appliance which runs on VMware [1]. I think that's a great tool to get started. Has the appliance been built by hand or is the process somewhat automated? I couldn't find any references in Poky. Cheers, Tino [1] https://www.y

Re: [yocto] Future of WebHob?

2013-01-08 Thread Tino Breddin
sub project of Yocto > Project, e.g. setup mailing list, wiki pages, etc. And some announcement > will be made soon. So stay tuned. > > Thanks, > Jessica > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] >

[yocto] Future of WebHob?

2013-01-08 Thread Tino Breddin
Hi, I was wondering what the future plans for WebHob are. I'm aware of the wiki design page [1] and the repo [2] and recall having read that it has been dropped from release 1.3. However I can't find any further information. Cheers, Tino [1] https://wiki.yoctoproject.org/wiki/Yocto_Web_Hob_Desig

Re: [yocto] How to update Git clone when rebuilding

2012-12-20 Thread Tino Breddin
urrent/poky-ref-manual/poky-ref-manual.html#ref-variables-glossary > http://www.yoctoproject.org/docs/1.3/dev-manual/dev-manual.html#platdev-appdev-srcrev > > Kind regards, > > Jerrod > > > On Thu, Dec 20, 2012 at 10:34 AM, Tino Breddin wrote: > >> Hi, &

[yocto] How to update Git clone when rebuilding

2012-12-20 Thread Tino Breddin
Hi, I've noticed that bitbake won't update a Git checkout of an application referenced through a recipe when running a follow-up build. Is there some way to tell bitbake to check whether the remote Git repository provides updates which should trigger a rebuild of the application? Cheers, Tino __