Re: [yocto] Issue in combining configure options in different tunes

2014-01-21 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different

[yocto] busybox and mdev, how does it really work?

2014-01-21 Thread Hans Beckérus
Hi. We have a system based on the poky-tiny distro and we use mdev as our device manager, or at least we do not set it to something at all in the distro .conf: # Use tmpdevfs and the busybox runtime services VIRTUAL-RUNTIME_dev_manager = #VIRTUAL-RUNTIME_login_manager = tinylogin

Re: [yocto] busybox and mdev, how does it really work?

2014-01-21 Thread Anders Darander
* Hans Beckérus hans.becke...@gmail.com [140121 11:05]: Things looked ok for a while, /dev was populated properly after boot and all necessary file systems / mount points were created. We were using an ext2 fs in RAM for mounting /. Now, we made a change to instead use a CPIO image compressed

Re: [yocto] busybox and mdev, how does it really work?

2014-01-21 Thread Hans Beckérus
On Tue, Jan 21, 2014 at 11:23 AM, Anders Darander and...@chargestorm.se wrote: * Hans Beckérus hans.becke...@gmail.com [140121 11:05]: Things looked ok for a while, /dev was populated properly after boot and all necessary file systems / mount points were created. We were using an ext2 fs in

Re: [yocto] busybox and mdev, how does it really work?

2014-01-21 Thread Hans Beckérus
On Tue, Jan 21, 2014 at 12:10 PM, Hans Beckérus hans.becke...@gmail.com wrote: On Tue, Jan 21, 2014 at 11:23 AM, Anders Darander and...@chargestorm.se wrote: * Hans Beckérus hans.becke...@gmail.com [140121 11:05]: Things looked ok for a while, /dev was populated properly after boot and all

Re: [yocto] busybox and mdev, how does it really work?

2014-01-21 Thread Anders Darander
* Hans Beckérus hans.becke...@gmail.com [140121 13:12]: On Tue, Jan 21, 2014 at 12:10 PM, Hans Beckérus hans.becke...@gmail.com wrote: On Tue, Jan 21, 2014 at 11:23 AM, Anders Darander and...@chargestorm.se wrote: * Hans Beckérus hans.becke...@gmail.com [140121 11:05]: Things looked

Re: [yocto] busybox and mdev, how does it really work?

2014-01-21 Thread Hans Beckérus
On Tue, Jan 21, 2014 at 1:41 PM, Anders Darander and...@chargestorm.se wrote: * Hans Beckérus hans.becke...@gmail.com [140121 13:12]: On Tue, Jan 21, 2014 at 12:10 PM, Hans Beckérus hans.becke...@gmail.com wrote: On Tue, Jan 21, 2014 at 11:23 AM, Anders Darander and...@chargestorm.se

Re: [yocto] Where's my 'thermal_zone'?

2014-01-21 Thread Paul Eggleton
Hi Chris, On Thursday 16 January 2014 23:15:13 Chris Tapp wrote: I'm trying to find the cpu temperatures on a system running a cedartrail image built under Danny. /sys/thermal has thermal_cooling entries (four of which are CPU related), but not the thermal_zone entries I need to read the

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, January 21, 2014 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2014-01-21 Thread Liu, Song
Attendees: Vali, Stephen, Matthew, Paul, Jessica, ScottR, Cristian, Richard, Tom, MarkH, Saul, Ross, Beth, MichaelH, Nitin, AlexG, AlexD, Belen, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.6 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.6_Status

[yocto] Yocto Project Technical Team Meeting

2014-01-21 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] Canceled: Yocto Project Technical Team Meeting - cancelled, Stephen setup new ones

2014-01-21 Thread Liu, Song
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] [meta-selinux][PATCH] udev/init: fix the invalid binary path

2014-01-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The invalid binary path causes failure: udevd[102]: starting version 182 /etc/rcS.d/S04udev: line 106: /usr/bin/udevadm: No such file or directory use the command 'udevadm' directly in the init just as the oe-core one does. Signed-off-by: Jackie