[yocto] 1.6_M4.rc1 availabe for QA soon

2014-03-11 Thread Flanagan, Elizabeth
The first release candidate for 1.6_M4 will be available in a few hours at: http://autobuilder.yoctoproject.org/pub/nightly/20140312-1 bitbake a53c8d1f846d94082aa459996c4114f10970b8ef eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 1dfe1d2f1322b5fda8e1a7637c447b0e06

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

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 remo

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 wrote: On 14-03-11 03:07 PM, Andy Ng wrote: Hello list, I have a

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 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" changes to the >> ker

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 cleanal

[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 f

[yocto] Debugging udev cache issues

2014-03-11 Thread Jonathan Austin
Hi all, I've built a small poky/Yocto 1.5 system for an imx6 board, using core-image-minimal. I want to use the gadget driver, and have an init script of my own to set that up. However, this only works when the udev cache is not involved at boot time. On the first boot of my new system, udev run

Re: [yocto] [AB PATCH 00/27] Autobuilder patches

2014-03-11 Thread Burton, Ross
On 5 March 2014 18:22, Elizabeth Flanagan wrote: > Beth Flanagan (8): > PrepPkgIndex.py: ln instead of cp This leaves several alternative lines that are commented out, why not just have the one working line? > Autobuilder.py/Buildset.py: More sane parser/UI Erm, yeah, sure. I'll take your

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, March 11, 2014 8:00 AM US Pacific Time

2014-03-11 Thread Jolley, Stephen K
Attendance: Stephen, Ionut, Michael, Tom, Nitin, AlexD, Mathew, Vali, Scott, Paul, Polk, Belen, Saul, Cristiana, * Opens collection - 5 min (Stephen) Vali - Bitbake issues. Bitbake is giving errors. We are working issues on this but if you check the documentation; on the last page are some

[yocto] SysVinit and psplash

2014-03-11 Thread Kevin Evans
Hello all: I am using yocto denzil release with an IGEPv2 (beagle board clone). It appears the init is ignoring my log level being set to quite and prints the run level 5 messages and they appear between the splash screen and xorg starting. I am not sure of the best way to suppress the text be

Re: [yocto] [RFC] Blubber, a tool to set up yocto/poky projects easily

2014-03-11 Thread David Nyström
On 2014-03-10 17:15, Josef Holzmayr wrote: Hello Marc, Marc Ferland hat am 10. März 2014 um 16:52 geschrieben: On Mon, Mar 10, 2014 at 11:59:08AM +0100, Josef Holzmayr wrote: Howdy! After looking more and more into yocto, one of the main issues for me is the process to set up a project pro

Re: [yocto] enable/disable systemd from image.bb

2014-03-11 Thread Katu Txakur
Sorry, I meant ROOTFS_POSTPROCESS_COMMAND =+ "\ rm -rf ${IMAGE_ROOTFS}/etc/systemd/ system/multi-user.target.wants/recipeA.service; \ ln -sf ${IMAGE_ROOTFS}/lib/systemd/system/recipeB.service' ' ${IMAGE_ROOTFS}/etc/systemd/system/multi-user.target.wants/recipeB.service; \ " 2014-03-10