Re: [yocto] preempt-rt kernel shutdown now command does not work

2011-09-29 Thread Bruce Ashfield
On 11-09-29 10:40 PM, Darren Hart wrote: On 09/29/2011 07:32 PM, Bodke, Kishore K wrote: Hi Darren, For the non-rt "shutdown now" works perfectly fine. For the rt kernel, after the command is issued, it tries to halt the system and hangs there forever after the connection to the X server is lo

Re: [yocto] preempt-rt kernel shutdown now command does not work

2011-09-29 Thread Darren Hart
On 09/29/2011 07:32 PM, Bodke, Kishore K wrote: > Hi Darren, > > For the non-rt "shutdown now" works perfectly fine. For the rt > kernel, after the command is issued, it tries to halt the system and > hangs there forever after the connection to the X server is lost. Sounds like a legitimate bug.

Re: [yocto] preempt-rt kernel shutdown now command does not work

2011-09-29 Thread Bodke, Kishore K
Hi Darren, For the non-rt "shutdown now" works perfectly fine. For the rt kernel, after the command is issued, it tries to halt the system and hangs there forever after the connection to the X server is lost. Thanks Kishore. -Original Message- From: Hart, Darren Sent: Thursday, Septe

Re: [yocto] preempt-rt kernel shutdown now command does not work

2011-09-29 Thread Darren Hart
On 09/29/2011 05:54 PM, Bodke, Kishore K wrote: > Hi, > > "shutdown -h now" command is not working on core-image-sato image > with preempt-rt kernel 3.0.4 on Romley and crystal forest BSP > > I get Warning**: could not initialize ACPI battery. Xinit: connection > to X server lost. xinit: uexpect

[yocto] preempt-rt kernel shutdown now command does not work

2011-09-29 Thread Bodke, Kishore K
Hi, "shutdown -h now" command is not working on core-image-sato image with preempt-rt kernel 3.0.4 on Romley and crystal forest BSP I get Warning**: could not initialize ACPI battery. Xinit: connection to X server lost. xinit: uexpected signal 15 Does anybody see the same problem on other meta

[yocto] [PATCH 4/4] jasperforest: set boot vga mode

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi --- meta-jasperforest/conf/machine/jasperforest.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-jasperforest/conf/machine/jaspe

[yocto] [PATCH 3/4] emenlow: set boot vga mode

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi --- meta-emenlow/conf/machine/emenlow.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta

[yocto] [PATCH 2/4] crownbay: set boot vga mode

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-crownbay/conf/machine/crownbay.conf b/

[yocto] [PATCH 1/4] crownbay-noemgd: set boot vga mode

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-crownbay/conf/machine/crownbay-n

[yocto] [PATCH 0/4] meta-intel: fix splash screens for several BSPs

2011-09-29 Thread tom . zanussi
From: Tom Zanussi This fixes the original emenlow bug, and adds missing splash screens for several other BSPs. Fixes [YOCTO #464]. The following changes since commit ac16720e8a1f3b69de822a147f96a8196246b736: Tom Zanussi (1): meta-crownbay: remove emgd-1.6 are available in the git rep

[yocto] No /lib64 directory in yocto

2011-09-29 Thread Bodke, Kishore K
Hi, When I boot the Yocto kernel on the target I don't see the /lib64 directory. Some of my packages I build with Yocto are not working because of no .so or any other files in /lib64/ . External packages are looking for library files in /lib64 directory. Is there any way that we can have /lib

[yocto] [PATCH 5/5][KERNEL] jasperforest: cleanup bsp config

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg |7 ++- .../kernel-cache/bsp/jasperforest/jasperforest.scc |2 ++ 2 files changed, 4 insertions(+), 5 deletions

[yocto] [PATCH 0/1] emenlow: do_roofs fix

2011-09-29 Thread tom . zanussi
From: Tom Zanussi This patch fixes a do_rootfs failure I saw building emenlow: | error: Failed dependencies: |pkgconfig is needed by xpsb-glx-0.18-r8.core2 It should be pulled into both edison and master. The following changes since commit 6041dcd0e6dee843437c23a0e76b5e9b12008314: To

[yocto] [PATCH 2/5][KERNEL] meta: add vesafb feature

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Add a 'vesafb feature' that adds basic vesa framebuffer support. Signed-off-by: Tom Zanussi --- .../kernel-cache/features/framebuffer/vesafb.cfg |8 .../kernel-cache/features/framebuffer/vesafb.scc |1 + 2 files changed, 9 insertions(+), 0 deletions(-) c

[yocto] [PATCH 1/5][KERNEL] features/drm-psb: add related config options

2011-09-29 Thread tom . zanussi
From: Tom Zanussi This allows us to move them out of the bsp config. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg b/met

[yocto] [PATCH 4/5][KERNEL] emenlow: cleanup bsp config

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 35 ++-- meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc |2 + 2 files changed, 11 insertions(+), 26 d

[yocto] [PATCH 3/5][KERNEL] crownbay: cleanup bsp config

2011-09-29 Thread tom . zanussi
From: Tom Zanussi Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 34 +- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |5 ++- 2 files changed, 11 insertions(+),

[yocto] [PATCH 0/5][KERNEL] some meta-intel bsp cleanup

2011-09-29 Thread tom . zanussi
From: Tom Zanussi This patchset is another step in some cleanup I'm doing for the meta-intel bsps, basically removing unneeded or redundant options and abstracting out useful features, in this case a new vesafb feature used in this patchset by crownbay, emenlow, and jasperforest. Please pull int

[yocto] [PATCH 1/1] xpsb-glx: Move the pkgconfig file(s) to the -dev package

2011-09-29 Thread tom . zanussi
From: Tom Zanussi pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. This also fixes another problem in that FILES_{PN} was being assigned instead of being app

[yocto] Results of the latest documentation audit, September 2011

2011-09-29 Thread Scott Garman
Hello, As a data point for where we stand in ensuring our packages are producing documentation, I have a script which builds all recipes (using the output of bitbake -s, not world), and then checks that a -doc package is generated which is populated with files. A summary of the results using