[yocto] [PATCH 3/4] meta-intel: update BSPs to use grub2

2011-09-14 Thread tom . zanussi
From: Tom Zanussi grub2 is now the default, so explicit preferred entries are unnecessary. It also needs to be installed in the rootfs, so we need to add it as a dependency. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf |2 ++ meta-crownbay/conf/machine

[yocto] [PATCH 2/4] meta-intel/MAINTAINERS: remove grub

2011-09-14 Thread tom . zanussi
From: Tom Zanussi Remove the entry for grub, since it is no longer a part of meta-intel. Signed-off-by: Tom Zanussi --- MAINTAINERS |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 328136f..fda48ad 100644 --- a/MAINTAINERS +++ b

[yocto] [PATCH] meta-yocto/beagleboard-audio: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../beagleboard-audio/beagleboard-audio.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb b/meta-yocto/recipes-bsp

[yocto] [PATCH] meta-intel/n450-audio: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- meta-n450/recipes-bsp/n450-audio/n450-audio.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-n450/recipes-bsp/n450-audio/n450-audio.bb b/meta-n450/recipes-bsp/n450-audio/n450

[yocto] [PATCH] meta-yocto/beagleboard-audio: add PN to RDEPENDS [v2 - add PR bump]

2011-09-16 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../beagleboard-audio/beagleboard-audio.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb b/meta-yocto/recipes-bsp

[yocto] [PATCH] meta-intel/n450-audio: add PN to RDEPENDS [v2 - add PR bump]

2011-09-16 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- meta-n450/recipes-bsp/n450-audio/n450-audio.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-n450/recipes-bsp/n450-audio/n450-audio.bb b/meta-n450/recipes-bsp/n450-audio/n450

[yocto] [PATCH 0/1][KERNEL] re-enable blktrace

2011-09-18 Thread tom . zanussi
From: Tom Zanussi This patch re-adds the blktrace feature into linux-yocto-3.0. Please pull into linux-yocto-3.0/meta. Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib Branch: tzanussi/yocto-3.0-blktrace Browse: http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log

[yocto] [PATCH 1/1][KERNEL] meta: add blktrace feature

2011-09-18 Thread tom . zanussi
From: Tom Zanussi Add a 'blktrace feature' that turns on kernel support for blktrace, a block I/O tracing tool. Added to 'standard' alongside similar tracing tool config. Signed-off-by: Tom Zanussi --- .../kernel-cache/features/blktrace/blktrace.cfg|1 + .../k

[yocto] [PATCH 00/16][KERNEL] meta-intel: emenlow 3.0 kernel changes

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Please pull into linux-yocto-3.0/yocto/standard/emenlow-3.0. Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib Branch: tzanussi/yocto/standard/emenlow-3.0 Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/yocto

[yocto] [PATCH 01/16][KERNEL] drm: add the base source of the Poulsbo (psb) 2D X11 driver

2011-09-21 Thread tom . zanussi
From: Tom Zanussi The complete source of the base (unpatched) psb-kernel-source Poky package, moved into the kernel tree so it can be build as a first-class citizen instead of as an external module. Subsequent patches will remove the unnecessary parts. The code here is all the code contained

[yocto] [PATCH 02/16][KERNEL] drm-psb: remove the package Makefile and replace it with the kernel Makefile

2011-09-21 Thread tom . zanussi
From: Tom Zanussi The default Makefile is meant for building the modules externally. Replace it with the normal kernel Makefile (Makefile.kernel). Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/Makefile| 433 ++- drivers/gpu/drm-psb/Makefile.kernel

[yocto] [PATCH 03/16][KERNEL] drm: apply psb-kernel-source package's build.patch

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Build mods required for compilation. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/drm_agpsupport.c |2 +- drivers/gpu/drm-psb/drm_edid.c |3 ++- drivers/gpu/drm-psb/drm_memory.c |4 ++-- drivers/gpu/drm-psb/drm_os_linux.h |6 -- drivers

[yocto] [PATCH 04/16][KERNEL] drm: intel_ldvs.c: add missing arg to backlight_device_register() call

2011-09-21 Thread tom . zanussi
From: Tom Zanussi backlight_device_register() added a backlight_props param - give it another arg to keep it happy. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/intel_lvds.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm-psb/intel_lvds.c b

[yocto] [PATCH 05/16][KERNEL] emenlow: switch to psb

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Use drm-psb instead of drm for emenlow. Signed-off-by: Tom Zanussi --- drivers/gpu/Makefile |2 +- drivers/video/Kconfig |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index cc92778..7585044 100644

[yocto] [PATCH 06/16][KERNEL] drm: Fix psb ioctl assignment

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Replace drm_ioctl with drm_unlocked_ioctl. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/drm_drv.c |2 ++ drivers/gpu/drm-psb/psb_drv.c |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm-psb/drm_drv.c b/drivers/gpu/drm-psb

[yocto] [PATCH 08/16][KERNEL] drm-psb: update spinlock initializers

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Update SPIN_LOCK_UNLOCKED users to __ form. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/drm_compat.h |2 +- drivers/gpu/drm-psb/drm_memory.c |2 +- drivers/gpu/drm-psb/drm_memory_debug.c |2 +- drivers/gpu/drm-psb/drm_memory_debug.h |2

[yocto] [PATCH 09/16][KERNEL] drm-psb: remove call to agp_flush_chipset

2011-09-21 Thread tom . zanussi
From: Tom Zanussi agp_flush_chipset was removed because intel drm calls the chipset functions directly, and psb doesn't implement a chipset_flush() function anyway. Leave drm_agp_flush_chipset exported for modules that might be expecting it to be there though. Signed-off-by: Tom Za

[yocto] [PATCH 07/16][KERNEL] drm-psb: remove BKL remnants

2011-09-21 Thread tom . zanussi
From: Tom Zanussi replace lock/unlock_kernel with the drm_global_mutex from 3.0. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/drmP.h |3 ++- drivers/gpu/drm-psb/drm_drv.c|4 ++-- drivers/gpu/drm-psb/drm_fops.c | 10 ++ drivers/gpu/drm-psb/drm_ioc32.c

[yocto] [PATCH 10/16][KERNEL] drm-psb: remove includes of nonexistent i2c-id.h

2011-09-21 Thread tom . zanussi
From: Tom Zanussi i2c-id.h is gone, don't include it. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/intel_drv.h |1 - drivers/gpu/drm-psb/intel_i2c.c |1 - drivers/gpu/drm-psb/psb_i2c.c |1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/dr

[yocto] [PATCH 11/16][KERNEL] drm-psb: remove assigment to deprecated i2c_adapter.id

2011-09-21 Thread tom . zanussi
From: Tom Zanussi i2c_adapter.id has been removed and it's not used by anything, so remove it. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/intel_i2c.c |4 drivers/gpu/drm-psb/psb_i2c.c |1 - 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/gp

[yocto] [PATCH 12/16][KERNEL] drm-psb: use console_lock/unlock()

2011-09-21 Thread tom . zanussi
From: Tom Zanussi The acquire/release_console_sem() functions were renamed to console_lock/unlock(), so change the calls. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/psb_fb.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm-psb

[yocto] [PATCH 13/16][KERNEL] drm-psb: add DRM_UNLOCKED flag

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Add DRM_UNLOCKED to allow us to call handlers that do their own locking without the global lock. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/drmP.h|1 + drivers/gpu/drm-psb/drm_drv.c | 10 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff

[yocto] [PATCH 15/16][KERNEL] drm-psb: initialize backlight type

2011-09-21 Thread tom . zanussi
From: Tom Zanussi If unset, props.type gets the value 0, which is no longer maps to a valid type value, so initialize it explicitly. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/intel_lvds.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm-psb

[yocto] [PATCH 16/16][KERNEL] drm-psb: fix ioremap calls

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Mapping the opregion non-cacheable fails, so use acpi_os_ioremap instead. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/intel_lvds.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm-psb/intel_lvds.c b/drivers/gpu/drm-psb

[yocto] [PATCH 14/16][KERNEL] drm-psb: mark unlocked ioctls

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Mark the ioctls that already do their own locking DRM_UNLOCKED. Signed-off-by: Tom Zanussi --- drivers/gpu/drm-psb/drm_drv.c | 24 drivers/gpu/drm-psb/psb_drv.c | 10 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a

[yocto] [PATCH 1/1] meta-emenlow: switch to linux-yocto 3.0 kernel

2011-09-21 Thread tom . zanussi
From: Tom Zanussi Switch emenlow to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi --- meta-emenlow/conf/machine/emenlow.conf |2 ++ .../recipes-kernel/linux/linux-yocto_3.0.bbappend |8 2 files changed, 10 insertions(+), 0

[yocto] [PATCH 0/1] Update emenlow to 3.0 kernel

2011-09-21 Thread tom . zanussi
From: Tom Zanussi This patch moves emenlow to 3.0. The following changes since commit 2fb66d7abece6ce9561794d23f6c3cab3d465d99: Tom Zanussi (1): meta-intel: update SRCREVs are available in the git repository at: git://git.yoctoproject.org/meta-intel.git tzanussi/emenlow-3.0 http

Re: [yocto] [PATCH 00/16][KERNEL] meta-intel: emenlow 3.0 kernel changes

2011-09-21 Thread Tom Zanussi
On Wed, 2011-09-21 at 21:53 -0700, Bruce Ashfield wrote: > On 11-09-21 4:33 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > Please pull into linux-yocto-3.0/yocto/standard/emenlow-3.0. > > merged and tracked for future updates. There's no SRCREVs for

[yocto] [PATCH][KERNEL] update eg20t options

2011-09-25 Thread tom . zanussi
From: Tom Zanussi Some fixes for config_check warnings. Please pull into linux-yocto-3.0/meta. Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib Branch: tzanussi/eg20-cfg-cleanup Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/eg20

[yocto] [PATCH][KERNEL] eg20t: update config options

2011-09-25 Thread tom . zanussi
From: Tom Zanussi Some of the eg20t options have been renamed or are obsolete, change accordingly. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/eg20t/eg20t.cfg |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/meta/cfg/kernel-cache/features

[yocto] [PATCH 0/2] meta-intel: emgd updates

2011-09-26 Thread tom . zanussi
From: Tom Zanussi This small patchset fixes a typo and some QA warnings in emgd-driver-bin_1.8. It also removes obsolete emgd-1.6 support. The following changes since commit d286d43b6552dc2abffe7888d726d8b08f77b96c: Tom Zanussi (1): meta-intel: update SRCREVs are available in the

[yocto] [PATCH 1/2] meta-intel: fix symlink typo and QA checks in emgd-driver-bin

2011-09-26 Thread tom . zanussi
From: Tom Zanussi There was a typo in the libEGL.so symlink creation - this fixes it. It also adds a missing symlink for scope services, and fixes the QA warnings for 'non-dev package contains symlink .so...'. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-

[yocto] [PATCH 2/2] meta-crownbay: remove emgd-1.6

2011-09-26 Thread tom . zanussi
From: Tom Zanussi emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb|2 +- .../xorg-xserver/emgd-driver-bin_1.6.bb| 25 2 files changed, 1 insertions(+), 26

Re: [yocto] [PATCH 0/3] [RFC] enable Pegasus touch screen

2011-09-28 Thread Tom Zanussi
On Wed, 2011-09-28 at 00:01 -0700, Zhai, Edwin wrote: > On 09/28/2011 04:08 AM, Zanussi, Tom wrote: > > On Mon, 2011-09-26 at 18:03 -0700, Zhai, Edwin wrote: > >> From: Zhai Edwin > >> > >> Tom, > >> These changes, based on meta-intel/tzanussi/pegasus, are needed to enable > >> eGalax touch screen

[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 instea

[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

[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 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

[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

[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

[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

[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

[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

[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

[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 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

[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

[yocto] [PATCH 0/4] meta-intel: README updates

2011-10-03 Thread tom . zanussi
From: Tom Zanussi Some minor updates to the meta-intel BSP README files. The following changes since commit 527d0c90cc37ca988745578e213fb451fd6a6fe4: Tom Zanussi (1): xpsb-glx: Move the pkgconfig file(s) to the -dev package are available in the git repository at: git

[yocto] [PATCH 1/4] meta-emenlow: update README

2011-10-03 Thread tom . zanussi
From: Tom Zanussi Update meta-emenlow to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi --- meta-emenlow/README | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta-emenlow/README b/meta-emenlow/README index

[yocto] [PATCH 2/4] meta-fishriver: update README

2011-10-03 Thread tom . zanussi
From: Tom Zanussi Update meta-fishriver to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi --- meta-fishriver/README | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/meta-fishriver/README b/meta

[yocto] [PATCH 3/4] meta-jasperforest: update README

2011-10-03 Thread tom . zanussi
From: Tom Zanussi Update meta-jasperforest to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi --- meta-jasperforest/README | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta-jasperforest/README b/meta

[yocto] [PATCH 4/4] meta-sugarbay: update README

2011-10-03 Thread tom . zanussi
From: Tom Zanussi Update meta-sugarbay to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi --- meta-sugarbay/README | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-sugarbay/README b/meta-sugarbay/README

Re: [yocto] GRUB fix for 1.1: Preferred approach for default grub version

2011-10-03 Thread Tom Zanussi
On Mon, 2011-10-03 at 11:48 -0700, Darren Hart wrote: > When grub2 was merged int oe-core, it became the default (rather than > being explicitly requested by the 64b meta-intel BSPs). This breaks the > live install on 32b systems, like the n450 - installing grub v1.99 with > a grub v1 config. > >

Re: [yocto] GRUB fix for 1.1: Preferred approach for default grub version

2011-10-03 Thread Tom Zanussi
On Mon, 2011-10-03 at 12:01 -0700, Richard Purdie wrote: > On Mon, 2011-10-03 at 11:48 -0700, Darren Hart wrote: > > When grub2 was merged int oe-core, it became the default (rather than > > being explicitly requested by the 64b meta-intel BSPs). This breaks the > > live install on 32b systems, lik

Re: [yocto] GRUB fix for 1.1: Preferred approach for default grub version

2011-10-03 Thread Tom Zanussi
On Mon, 2011-10-03 at 13:40 -0700, Darren Hart wrote: > > On 10/03/2011 12:07 PM, Tom Zanussi wrote: > > On Mon, 2011-10-03 at 12:01 -0700, Richard Purdie wrote: > >> On Mon, 2011-10-03 at 11:48 -0700, Darren Hart wrote: > >>> When grub2 was merged int oe-core, i

Re: [yocto] GRUB fix for 1.1: Preferred approach for default grub version

2011-10-03 Thread Tom Zanussi
On Mon, 2011-10-03 at 16:18 -0700, Tom Zanussi wrote: > On Mon, 2011-10-03 at 13:40 -0700, Darren Hart wrote: > > > > On 10/03/2011 12:07 PM, Tom Zanussi wrote: > > > On Mon, 2011-10-03 at 12:01 -0700, Richard Purdie wrote: > > >> On Mon, 2011-10-03 at 11:48 -0

Re: [yocto] ISO image does not boot

2011-10-03 Thread Tom Zanussi
On Mon, 2011-10-03 at 13:56 -0700, Bodke, Kishore K wrote: > Hi All , > > > > I tried booting Yocto ISO image for Romley. It crashed . > > > > Attached is the screen shot . > > > > Does anybody booted the yocto Image on meta-intel, other than USB? > Yes, jasperforest works. So shoul

[yocto] [PATCH 0/4][KERNEL] enable booting from iso

2011-10-04 Thread tom . zanussi
From: Tom Zanussi A few of the 32-bit meta-intel BSPs need the boot-live config turned on in order boot from iso images. This patchset does that for crownbay, emenlow, fishriver, and fri2. Tested on crownbay. Please pull into linux-yocto-3.0/meta. Pull URL: git://git.pokylinux.org/linux

[yocto] [PATCH 2/4][KERNEL] meta/emenlow: enable booting from iso

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Include boot-live.scc to enable booting from iso. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg |3 +++ meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel

[yocto] [PATCH 3/4][KERNEL] meta/fishriver: enable booting from iso

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Include boot-live.scc to enable booting from iso. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |3 +++ meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/cfg

[yocto] [PATCH 4/4][KERNEL] meta/fri2: enable booting from iso

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Include boot-live.scc to enable booting from iso. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |3 +++ meta/cfg/kernel-cache/bsp/fri2/fri2.scc |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp

[yocto] [PATCH 1/4][KERNEL] meta/crownbay: enable booting from iso

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Include boot-live.scc to enable booting from iso. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |3 +++ meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/cfg

[yocto] [PATCH 0/7] meta-intel: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi This updates the README.sources to point to the new URLs for edison. The following changes since commit d24b9522a6a82d660e54f272ac680a23a474cef4: Tom Zanussi (1): meta-intel: update SRCREVs are available in the git repository at: git://git.yoctoproject.org/meta

[yocto] [PATCH 1/7] meta-crownbay: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-crownbay/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-crownbay/README.sources b/meta-crownbay/README.sources index

[yocto] [PATCH 2/7] meta-emenlow: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-emenlow/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-emenlow/README.sources b/meta-emenlow/README.sources index

[yocto] [PATCH 3/7] meta-fishriver: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-fishriver/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fishriver/README.sources b/meta-fishriver/README.sources

[yocto] [PATCH 4/7] meta-fri2: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-fri2/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fri2/README.sources b/meta-fri2/README.sources index 5c8b5c7

[yocto] [PATCH 5/7] meta-jasperforest: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-jasperforest/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-jasperforest/README.sources b/meta-jasperforest

[yocto] [PATCH 6/7] meta-n450: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-n450/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-n450/README.sources b/meta-n450/README.sources index 5c8b5c7

[yocto] [PATCH 7/7] meta-sugarbay: update README.sources

2011-10-04 Thread tom . zanussi
From: Tom Zanussi Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi --- meta-sugarbay/README.sources |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-sugarbay/README.sources b/meta-sugarbay/README.sources index

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

2011-10-07 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. v2: rebas

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

2011-10-07 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

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

2011-10-07 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

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

2011-10-07 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 5/5][KERNEL] jasperforest: cleanup bsp config

2011-10-07 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

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

2011-10-07 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

[yocto] [PATCH 0/1] meta-intel: emenlow fix

2011-10-08 Thread tom . zanussi
From: Tom Zanussi Testing turned up a problem with glxgears etc. in emenlow. This patch fixes the problem. The following changes since commit fd7eee18e38ae45efaa299f015aedd4dc3257e6d: Tom Zanussi (1): meta-sugarbay: update README.sources are available in the git repository at: git

[yocto] [PATCH 1/1] meta-emenlow: restore /usr/lib/dri for xpsb-glx

2011-10-08 Thread tom . zanussi
From: Tom Zanussi A previous fix for a QA warning in this package (commit 2097a9e7) inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer work. This restores it. Fixes [YOCTO #1235], again. Signed-off-by: Tom Zanussi --- .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb

[yocto] [PATCH 0/8][KERNEL] some meta-intel bsp cleanup, v4

2011-10-09 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. This pat

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

2011-10-09 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

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

2011-10-09 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

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

2011-10-09 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 4/8][KERNEL] emenlow: cleanup bsp config

2011-10-09 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

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

2011-10-09 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

[yocto] [PATCH 6/8][KERNEL] fishriver: cleanup bsp config

2011-10-09 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/fishriver/fishriver.cfg | 34 + meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |2 + 2 files changed, 10 insertions

[yocto] [PATCH 7/8][KERNEL] sugarbay: cleanup bsp config

2011-10-09 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/sugarbay/sugarbay.cfg | 22 ++ meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.scc |1 + 2 files changed, 3 insertions(+), 20

[yocto] [PATCH 8/8][KERNEL] fri2: cleanup bsp config

2011-10-09 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/fri2/fri2.cfg | 34 +++--- meta/cfg/kernel-cache/bsp/fri2/fri2.scc |2 + 2 files changed, 10 insertions(+), 26

[yocto] [PATCH 0/8] meta-intel: bsp cleanup, v4

2011-10-09 Thread tom . zanussi
From: Tom Zanussi This fixes an emenlow splash screen bug, and adds missing splash screens for several other BSPs. It also adds missing smp support for fishriver. Fixes [YOCTO #464]. The following changes since commit b2a88d588518d0b841b68af53294418633d1f04d: Tom Zanussi (1): meta

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

2011-10-09 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

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

2011-10-09 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 3/8] emenlow: set boot vga mode

2011-10-09 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

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

2011-10-09 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

[yocto] [PATCH 5/8] fishriver: set boot vga mode

2011-10-09 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-fishriver/conf/machine/fishriver.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-fishriver/conf/machine

[yocto] [PATCH 6/8] meta-fishriver: add missing SMP/SCHED_SMT support

2011-10-09 Thread tom . zanussi
From: Tom Zanussi Add missing cfg/smp.scc kernel feature. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fishriver

[yocto] [PATCH 7/8] fri2: set boot vga mode

2011-10-09 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-fri2/conf/machine/fri2.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf

[yocto] [PATCH 8/8] fri2-noemgd: set boot vga mode

2011-10-09 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-fri2/conf/machine/fri2-noemgd.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b

[yocto] [PATCH 1/1] meta-emenlow: switch edison back to linux-yocto-2.6.37 kernel

2011-10-11 Thread tom . zanussi
From: Tom Zanussi To minimize risk for the edison release, back up to the tried-and-true 2.6.37 kernel until more testing can be done in master. Signed-off-by: Tom Zanussi --- meta-emenlow/conf/machine/emenlow.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta

[yocto] [PATCH 0/1] meta-emenlow: switch kernel to 2.6.37

2011-10-11 Thread tom . zanussi
From: Tom Zanussi Following a problem found with glxgears on emenlow with the 3.0 kernel, it makes more sense to move emenlow back to 2.6.37 until more testing can take place with 3.0. Also, since emenlow testing of glxgears under 2.6.37 has been going on since M2, there doesn't seem to be

[yocto] [PATCH 00/10] meta-intel: xserver-xorg rename fixes

2011-10-12 Thread tom . zanussi
From: Tom Zanussi This patchset is a first pass at the fixes needed to fix up the server-xorg renaming in meta-intel. So far sugarbay has been build and boot-tested successfully into sato. crownbay has been build tested but failed to start X - in any case it builds, which is a step forward. I

[yocto] [PATCH 01/10] meta-intel: /common xserver-xorg name change

2011-10-12 Thread tom . zanussi
From: Tom Zanussi xserver-xf86-dri-lite changed its name to xorg-xserver, so update the version in /common. Signed-off-by: Tom Zanussi --- ...86-dri-lite_1.9.3.bb => xserver-xorg-1.9.3.inc} | 16 ++-- .../crosscompile.patch |

<    1   2   3   4   5   6   7   8   9   10   >