Re: [PATCH 2/5][KERNEL] meta: add vesafb feature
Bruce Ashfield <bruce.ashfield@...>
On 11-09-29 04:17 PM, tom.zanussi@... wrote:
From: Tom Zanussi<tom.zanussi@...>This one is quite useful. I've seen a similar set of options collected in other kernels and it has come in handy. Bruce
|
|
Re: [PATCH 1/5][KERNEL] features/drm-psb: add related config options
Bruce Ashfield <bruce.ashfield@...>
On 11-09-29 04:17 PM, tom.zanussi@... wrote:
From: Tom Zanussi<tom.zanussi@...>Good cleanup. Bruce
|
|
Re: Virtual keyboard ?
Gary Thomas
On 2011-09-30 07:31, Vellemans, Noel wrote:
Hi all,Yes, this works fine. You just need to set these in /etc/formfactor/machconfig: HAVE_TOUCHSCREEN=1 HAVE_KEYBOARD=0 NOTE : I've been playing with the Yocto-1.0 build into qemu and I do not find how to 'REMOVE' the virtual keyboard once it is visible on screen.If it comes up by demand, it will go away when you press enter. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------
|
|
Virtual keyboard ?
Noel_V
Hi all, I have a question where I can not find an direct answer to on the Yocto-web/wiki. I wonder if the Yocto-arm-sato build supports a device that has no-REAL keyboard but only a touch-screen. If so, does the VIRTUAL-keyboard pup-op automatically, if you touch something that is editable (like in android and/or meego) ? Kinds regards,
NOTE : I've been playing with the Yocto-1.0 build into qemu and I do not find how to 'REMOVE' the virtual keyboard once it is visible on screen.
|
|
Re: preempt-rt kernel shutdown now command does not work
Bruce Ashfield <bruce.ashfield@...>
On 11-09-29 10:40 PM, Darren Hart wrote:
On 09/29/2011 07:32 PM, Bodke, Kishore K wrote:It's also worth trying the board booted UP versus SMP. We've seenHi Darren,Sounds like a legitimate bug. It works in qemux86 with -rt. I'll be able this in the past with kstop and thread migration interacting badly on -rt. Forcing them to cpu0 on shutdown fixed those problems. Bruce
|
|
Re: preempt-rt kernel shutdown now command does not work
Darren Hart <darren.hart@...>
On 09/29/2011 07:32 PM, Bodke, Kishore K wrote:
Hi Darren,Sounds like a legitimate bug. It works in qemux86 with -rt. I'll be able to test an rt image on a meta-intel board in the morning. In the mean time, please open a bug and let us know how critical you feel it is. Thanks, -- Darren
-- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel
|
|
Re: preempt-rt kernel shutdown now command does not work
Bodke, Kishore K <kishore.k.bodke@...>
Hi Darren,
toggle quoted messageShow quoted text
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, September 29, 2011 6:44 PM To: Bodke, Kishore K Cc: yocto@... Subject: Re: preempt-rt kernel shutdown now command does not work On 09/29/2011 05:54 PM, Bodke, Kishore K wrote: Hi,Hi Kishore, I don't know that I've tried that specific command. I see the unexpected signal message when shutting down the qemux86 sato image (non-rt) with that or the halt command, but it does shut all the way down. In your case does the system continue to be responsive after issuing the command? -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel
|
|
Re: preempt-rt kernel shutdown now command does not work
Darren Hart <darren.hart@...>
On 09/29/2011 05:54 PM, Bodke, Kishore K wrote:
Hi,Hi Kishore, I don't know that I've tried that specific command. I see the unexpected signal message when shutting down the qemux86 sato image (non-rt) with that or the halt command, but it does shut all the way down. In your case does the system continue to be responsive after issuing the command? -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel
|
|
preempt-rt kernel shutdown now command does not work
Bodke, Kishore K <kishore.k.bodke@...>
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-intel BSPs?
Thanks Kishore.
|
|
[PATCH 4/4] jasperforest: set boot vga mode
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-jasperforest/conf/machine/jasperforest.conf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 9fdb968..b72497d 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf @@ -28,6 +28,8 @@ XSERVER ?= "xserver-xf86-dri-lite \ SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "video=vesafb vga=0x318" + MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" IMAGE_FSTYPES ?= "ext3 cpio.gz live" -- 1.7.0.4
|
|
[PATCH 3/4] emenlow: set boot vga mode
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <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-emenlow/conf/machine/emenlow.conf index 9745531..fa1ea6e 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -30,6 +30,8 @@ XSERVER ?= "xserver-psb \ SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "video=vesafb vga=0x318" + MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" IMAGE_FSTYPES ?= "ext3 cpio.gz live" -- 1.7.0.4
|
|
[PATCH 2/4] crownbay: set boot vga mode
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <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/meta-crownbay/conf/machine/crownbay.conf index 457bdfc..c60c8e1 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf @@ -32,6 +32,8 @@ PREFERRED_VERSION_emgd-driver-bin ?= "1.8" SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "video=vesafb vga=0x318" + MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" IMAGE_FSTYPES ?= "ext3 cpio.gz live" -- 1.7.0.4
|
|
[PATCH 0/4] meta-intel: fix splash screens for several BSPs
tom.zanussi@...
From: Tom Zanussi <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 repository at: git://git.yoctoproject.org/meta-intel.git tzanussi/use-vesafb http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/use-vesafb Tom Zanussi (4): crownbay-noemgd: set boot vga mode crownbay: set boot vga mode emenlow: set boot vga mode jasperforest: set boot vga mode meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 ++ meta-crownbay/conf/machine/crownbay.conf | 2 ++ meta-emenlow/conf/machine/emenlow.conf | 2 ++ meta-jasperforest/conf/machine/jasperforest.conf | 2 ++ 4 files changed, 8 insertions(+), 0 deletions(-)
|
|
[PATCH 1/4] crownbay-noemgd: set boot vga mode
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <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-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index c668f4a..9989d0d 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf @@ -28,6 +28,8 @@ XSERVER ?= "xserver-xf86-dri-lite \ SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "video=vesafb vga=0x318" + MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" IMAGE_FSTYPES ?= "ext3 cpio.gz live" -- 1.7.0.4
|
|
No /lib64 directory in yocto
Bodke, Kishore K <kishore.k.bodke@...>
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 /lib64 directory on Yocto ?
Thanks Kishore.
|
|
[PATCH 5/5][KERNEL] jasperforest: cleanup bsp config
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 7 ++----- .../kernel-cache/bsp/jasperforest/jasperforest.scc | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg index b0f993b..743fc7d 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg @@ -35,20 +35,17 @@ CONFIG_PACKET=y CONFIG_I2C=y CONFIG_AGP=y -CONFIG_VFAT_FS=y CONFIG_PM=y CONFIG_ACPI=y CONFIG_INPUT=y # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_RD_GZIP=y + # NUMA support CONFIG_NUMA=y CONFIG_X86_64_ACPI_NUMA=y diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc index 9e5ca8d..defddec 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc @@ -1,6 +1,8 @@ kconf hardware jasperforest.cfg include features/serial/8250.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include features/logbuf/size-normal.scc -- 1.7.0.4
|
|
[PATCH 4/5][KERNEL] emenlow: cleanup bsp config
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi <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 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg index 9bc250c..aafd8fb 100644 --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg @@ -24,6 +24,13 @@ CONFIG_CHR_DEV_SG=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HDA_INTEL=y +CONFIG_I2C=y +CONFIG_AGP=y +CONFIG_PM=y +CONFIG_ACPI=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_INPUT=y # Make sure these are on, otherwise the bootup won't be fun CONFIG_EXT3_FS=y @@ -34,33 +41,9 @@ CONFIG_SHMEM=y CONFIG_TMPFS=y CONFIG_PACKET=y -# These are needed for the Poulsbo kernel modules -CONFIG_I2C=y -CONFIG_AGP=y -CONFIG_VFAT_FS=y -CONFIG_PM=y -CONFIG_ACPI=y -CONFIG_FB=y -CONFIG_BACKLIGHT_LCD_SUPPORT=y -CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_INPUT=y -CONFIG_VIDEO_V4L2=y -CONFIG_VIDEO_IVTV=y -CONFIG_MEDIA_SUPPORT=y -CONFIG_VIDEO_CAPTURE_DRIVERS=y -CONFIG_VIDEO_DEV=y -CONFIG_VIDEO_V4L2_COMMON=y -CONFIG_I2C_ALGOBIT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -CONFIG_FB_CFB_FILLRECT=y -CONFIG_VIDEO_FB_IVTV=y - # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y + +CONFIG_RD_GZIP=y diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc index 6e4cc40..17c10a1 100644 --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc @@ -5,6 +5,8 @@ include features/intel-e1xxxx/intel-e100.scc include features/intel-e1xxxx/intel-e1xxxx.scc include features/drm-psb/drm-psb.scc include features/serial/8250.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include features/logbuf/size-normal.scc -- 1.7.0.4
|
|
[PATCH 3/5][KERNEL] crownbay: cleanup bsp config
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi <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(+), 28 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg index 5daa65b..76a48eb 100644 --- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg +++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg @@ -27,6 +27,12 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HDA_INTEL=y CONFIG_SATA_AHCI=y +CONFIG_AGP=y +CONFIG_PM=y +CONFIG_ACPI=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_INPUT=y # Make sure these are on, otherwise the bootup won't be fun CONFIG_EXT3_FS=y @@ -37,33 +43,9 @@ CONFIG_SHMEM=y CONFIG_TMPFS=y CONFIG_PACKET=y -# These are needed for the Poulsbo kernel modules -CONFIG_I2C=y -CONFIG_AGP=y -CONFIG_VFAT_FS=y -CONFIG_PM=y -CONFIG_ACPI=y -CONFIG_FB=y -CONFIG_BACKLIGHT_LCD_SUPPORT=y -CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_INPUT=y -CONFIG_VIDEO_V4L2=y -CONFIG_VIDEO_IVTV=y -CONFIG_MEDIA_SUPPORT=y -CONFIG_VIDEO_CAPTURE_DRIVERS=y -CONFIG_VIDEO_DEV=y -CONFIG_VIDEO_V4L2_COMMON=y -CONFIG_I2C_ALGOBIT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -CONFIG_FB_CFB_FILLRECT=y -CONFIG_VIDEO_FB_IVTV=y - # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y + +CONFIG_RD_GZIP=y diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc index 63b7ad6..3114cbc 100644 --- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc +++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc @@ -8,10 +8,11 @@ include features/intel-e1xxxx/intel-e1xxxx.scc include features/drm-emgd/drm-emgd.scc include features/dmaengine/dmaengine.scc include features/serial/8250.scc +include features/hpet/hpet.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include features/logbuf/size-normal.scc include features/latencytop/latencytop.scc include features/profiling/profiling.scc - -include features/hpet/hpet.scc -- 1.7.0.4
|
|
[PATCH 2/5][KERNEL] meta: add vesafb feature
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Add a 'vesafb feature' that adds basic vesa framebuffer support. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- .../kernel-cache/features/framebuffer/vesafb.cfg | 8 ++++++++ .../kernel-cache/features/framebuffer/vesafb.scc | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.scc diff --git a/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg b/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg new file mode 100644 index 0000000..9c7f35d --- /dev/null +++ b/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg @@ -0,0 +1,8 @@ +CONFIG_FB=y +CONFIG_FB_VESA=y +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FRAMEBUFFER_CONSOLE=y diff --git a/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc b/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc new file mode 100644 index 0000000..c113097 --- /dev/null +++ b/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc @@ -0,0 +1 @@ +kconf non-hardware vesafb.cfg -- 1.7.0.4
|
|
[PATCH 0/5][KERNEL] some meta-intel bsp cleanup
tom.zanussi@...
From: Tom Zanussi <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 into linux-yocto-3.0-(next). Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib Branch: tzanussi/bsp-cleanup-2 Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/bsp-cleanup-2 Thanks, Tom Tom Zanussi (5): features/drm-psb: add related config options meta: add vesafb feature crownbay: cleanup bsp config emenlow: cleanup bsp config jasperforest: cleanup bsp config meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 34 ++++-------------- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 5 ++- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 35 +++++-------------- meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 + .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 7 +--- .../kernel-cache/bsp/jasperforest/jasperforest.scc | 2 + meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg | 13 +++++++ .../kernel-cache/features/framebuffer/vesafb.cfg | 8 ++++ .../kernel-cache/features/framebuffer/vesafb.scc | 1 + 9 files changed, 48 insertions(+), 59 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.scc
|
|