[yocto] [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder

2016-09-30 Thread Monserrat Sedeno
As part of the process to set new OS distribution as supported on Yoctoc Project a new patch was created with the list of build sets that should be executed. Detailed information: https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan#Execute_Build_Sets Fixes [YOCTO #9905] Note:In order to add a

[yocto] [[yocto-autobuilder][PATCH]] ---------------------- Bug_Number: 9905 ----------------------

2016-09-30 Thread Monserrat Sedeno
As part of the process to set new OS distribution as supported on Yoctoc Project a new patch was created with the list of build sets that should be executed. Detailed information: https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan#Execute_Build_Sets Note: In order to add a new distro as suppo

[yocto] [meta-qt4][PATCH] nativesdk-qt4-tools: ensure --disable-static is not passed

2016-09-30 Thread Cody P Schafer
This recipe presumes it can build the qt4-tools as static, and does not install any of it's built libraries. If we don't remove `--disable-static`, it attempts to use non-existent shared libraries (many of them aren't even built), resulting in either link failures at build time or (occasionally) at

Re: [yocto] new system booting directly to halt

2016-09-30 Thread Chris Hallinan
Ah progress! ;) Good find. On Fri, Sep 30, 2016 at 1:30 PM, Maxwell Bottiger < sleepyli...@jive-turkey.net> wrote: > Got it. I needed to turn switch on CONFIG_DEVTMPFS=y, and > CONFIG_DEVTMPFS_MOUNT=y in the kernel. Now dev is populated and everything > else came along with it. > > Thanks! >

Re: [yocto] new system booting directly to halt

2016-09-30 Thread Chris Hallinan
Nope, you are seeing exactly what I would have expected. You have verified a lot of functionality. Your kernel boots, mounts a root file system, and executes your init command. So that's a big step. Now you need to sort out your sysV init stuff. You can actually do a lot from that simple shell.

Re: [yocto] new system booting directly to halt

2016-09-30 Thread Maxwell Bottiger
Got it. I needed to turn switch on CONFIG_DEVTMPFS=y, and CONFIG_DEVTMPFS_MOUNT=y in the kernel. Now dev is populated and everything else came along with it. Thanks! -Max On Fri, Sep 30, 2016 at 12:16 PM, Maxwell Bottiger < sleepyli...@jive-turkey.net> wrote: > Chris, > > Thanks for the sugge

[yocto] what is the proper way to select a persistent /var/log directory?

2016-09-30 Thread Robert P. J. Day
just used the google to dig into that, found a number of references to an alleged VOLATILE_LOG_DIR variable, but it seems to have not been implemented, so should i assume this is done via the fs-perms.txt file? or how *is* it done? rday --

Re: [yocto] [PATCH] Build sets to test new OS distribution in autobuilder

2016-09-30 Thread Aníbal Limón
Hi Monse, Could you write an explanation about what is the purpose of this buildset?, Also since the patch is for autobuilder you need to add [yocto-autobuilder] in the subject and cc Joshua Lock. Cheers, alimon On 09/29/2016 04:44 PM, Monserrat Sedeno wrote: > Signed-off-by: Monserrat

Re: [yocto] Yocto Project Status WW40

2016-09-30 Thread akuster
On 09/30/2016 08:26 AM, Jolley, Stephen K wrote: Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which will be Oct. 3rd (5:00pm GMT) SWAT team rotation: Joshua -> Armin https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·We’re seeing a lot of goo

Re: [yocto] new system booting directly to halt

2016-09-30 Thread Maxwell Bottiger
Chris, Thanks for the suggestions. The system is based on SystemV and uses the old school init scripts. I rebuilt my kernel with init=/bin/sh and I can get into the system now! The thing is, I don't see anything in /proc, and only /dev/null exists in the /dev directory. I don't know if the lack

[yocto] Yocto Project Status WW40

2016-09-30 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which will be Oct. 3rd (5:00pm GMT) SWAT team rotation: Joshua -> Armin https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *We're seeing a lot of good bug fixing on master, we still have quite

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-30 Thread Jussi Kukkonen
On 26 September 2016 at 15:00, Karim ATIKI wrote: > > Hi Jussi, > > >10-evdev.conf was moved from xserver-xorg to to the driver. If you are using krogoth, xserver-xorg really should be new enough (>=1.18.0) to not install the file. > >Does meta-toradex maybe provide an older xorg? > > Actually, I