Re: [OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
d/S06alignment.sh start... > > INIT: Running /etc/rcS.d/S07bootlogd start... > > Starting Bootlog daemon: bootlogd. > > INIT: Running /etc/rcS.d/S10checkroot.sh start... > > Activating swap > > INIT: Running /etc/rcS.d/S35mountall.sh start... > > Mounting local filesystems... > > INIT: Running /etc/rcS.d/S37populate-volatile.sh start... > > Populating volatile Filesystems. > > INIT: Running /etc/rcS.d/S38devpts.sh start... > > INIT: Running /etc/rcS.d/S39hostname.sh start... > > INIT: Running /etc/rcS.d/S40networking start... > > Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device > > INIT: Running /etc/rcS.d/S45mountnfs.sh start... > > INIT: Running /etc/rcS.d/S55bootmisc.sh start... > > System time was Sat Jan 1 00:01:54 UTC 2000. > > Setting the System Clock using the Hardware Clock as reference... > > System Clock set. System local time is now Sat Jan 1 00:01:54 UTC 2000. > > Sun Jan 13 10:42:00 UTC 2013 > > Saving the System Clock time to the Hardware Clock... > > Hardware Clock updated to Sun Jan 13 10:42:00 UTC 2013. > > INIT: Entering runlevel: 5 > > INIT: Running /etc/rc5.d/S20hwclock.sh start... > > System time was Sun Jan 13 10:42:00 UTC 2013. > > Setting the System Clock using the Hardware Clock as reference... > > System Clock set. System local time is now Sun Jan 13 10:42:00 UTC 2013. > > INIT: Running /etc/rc5.d/S20syslog start... > > Starting syslogd/klogd: done > > INIT: Running /etc/rc5.d/S99rmnologin.sh start... > > INIT: Running /etc/rc5.d/S99stop-bootlogd start... > > Stopping Bootlog daemon: bootlogd. > > > > PANGU (Built by optimus 1.0) 1.3+snapshot-20130113 arm9plf ttySAC0 > > > > <<<<<<<<<<<<<<<< no shell prompt <<<<<<<<<<<<<<<<< > ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [oe-commits] Kang Kai : perl: update dependency creating script

2013-01-13 Thread Kang Kai
On 2013年01月07日 20:29, Martin Jansa wrote: On Mon, Jan 07, 2013 at 11:36:03AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 35291c97edc05756788d206457c56dcc41edb637 URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=35291c97edc0

Re: [OE-core] [PATCH V6 6/6] core-image-sato: support read-only rootfs

2013-01-13 Thread ChenQi
On 01/12/2013 07:32 AM, Saul Wold wrote: On 01/07/2013 06:22 PM, ChenQi wrote: On 01/07/2013 06:30 PM, Otavio Salvador wrote: On Mon, Jan 7, 2013 at 1:06 AM, ChenQi wrote: On 01/07/2013 03:05 AM, Otavio Salvador wrote: On Sun, Jan 6, 2013 at 7:44 AM, wrote: From: Chen Qi Support read-onl

Re: [OE-core] [PATCH V6 2/6] image.bbclass: add two funtions to support readonly rootfs

2013-01-13 Thread ChenQi
On 01/12/2013 07:33 AM, Saul Wold wrote: On 01/06/2013 01:44 AM, qi.c...@windriver.com wrote: From: Chen Qi read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. c

Re: [OE-core] Stand for FOSDEM

2013-01-13 Thread Ulf Samuelsson
Paul Eggleton skrev 2012-11-20 23:26: On Tuesday 20 November 2012 16:08:16 Philip Balister wrote: Does someone want to take the lead applying for and organizing the stand for FOSDEM this year? https://fosdem.org/2013/call_for_stands/ The application is due next Wednesday. Plan to be there. Ho

Re: [OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
art... > INIT: Running /etc/rcS.d/S39hostname.sh start... > INIT: Running /etc/rcS.d/S40networking start... > Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device > INIT: Running /etc/rcS.d/S45mountnfs.sh start... > INIT: Running /etc/rcS.d/S55bootmisc.sh

Re: [OE-core] [PATCH 00/21][RFC v3] systemd Integration

2013-01-13 Thread Yi Qingliang
When add it in the oe-core? On Friday, January 11, 2013 03:23:06 PM Saul Wold wrote: > On 01/08/2013 04:24 AM, Radu Moisan wrote: > > As Ross suggested I've done the following changes to the previous set: > > * added two patches (the first two) that address multiple init systems > > support,\ as i

Re: [OE-core] image_types.bbclass: what's with "elf" and "cpio.gz"?

2013-01-13 Thread Richard Purdie
On Sat, 2013-01-12 at 12:15 -0700, Chris Larson wrote: > Order is important. The elf image depends on the cpio.gz image > already > having been created so a) it must be created and b) it must > happen > before elf. > > I'd think we could implement a data-dr

Re: [OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
/S38devpts.sh start... > INIT: Running /etc/rcS.d/S39hostname.sh start... > INIT: Running /etc/rcS.d/S40networking start... > Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device > INIT: Running /etc/rcS.d/S45mountnfs.sh start... > INIT: Running /etc/rcS.d/S55bootmis

[OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
e System Clock time to the Hardware Clock... Hardware Clock updated to Sun Jan 13 10:42:00 UTC 2013. INIT: Entering runlevel: 5 INIT: Running /etc/rc5.d/S20hwclock.sh start... System time was Sun Jan 13 10:42:00 UTC 2013. Se

[OE-core] [PATCH] image_types.bbclass: Add and update comments regarding image types.

2013-01-13 Thread Robert P. J. Day
Explain the elf/cpio.gz snippet of code, and update a comment to reflect the correct variable name. No functional change. Signed-off-by: Robert P. J. Day --- diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index bdb67b4..6bb113d 100644 --- a/meta/classes/image

Re: [OE-core] image_types.bbclass: what's with "elf" and "cpio.gz"?

2013-01-13 Thread Robert P. J. Day
On Sat, 12 Jan 2013, Chris Larson wrote: > > On Sat, Jan 12, 2013 at 6:05 AM, Richard Purdie > wrote: > > i was going to trivially fix that comment (it's now "alltypes", not > > "types"), but i was distracted by the code above that -- what the heck > > is going on there?  what'