Re: [yocto] Configuring a layer to support multiple targets

2011-08-17 Thread Chris Tapp
On 13 Aug 2011, at 02:22, Bruce Ashfield wrote: What's your yocto release / base kernel ? IF you happen to be using linux-yocto there are several ways to avoid using defconfigs at all, and share your common base of kernel configuration items. Plan is to move to linux-yocto (currently using wrs

[yocto] meta-qt3: qt3-x11-native compile fix on Fedora 15 x86-64

2011-08-17 Thread Andre Haupt
Hi all, This patch fixes compilation of qt-x11-native_3.3.5 on Fedora 15 x86-64. The compiler was complainig about unknown type ptrdiff_t. Including the appropriate header in qvaluelist.h helps. Can this be integrated into the meta-qt3 git repository? cheers, Andre diff --git a/recipes-qt3/qt3/

Re: [yocto] Configuring a layer to support multiple targets

2011-08-17 Thread Bruce Ashfield
On 11-08-17 03:59 AM, Chris Tapp wrote: On 13 Aug 2011, at 02:22, Bruce Ashfield wrote: What's your yocto release / base kernel ? IF you happen to be using linux-yocto there are several ways to avoid using defconfigs at all, and share your common base of kernel configuration items. Plan is to

[yocto] linux-yocto: bitbake restarts with do_fetch after a -c configure

2011-08-17 Thread Darren Hart
ARGET_ARCH = "powerpc" TARGET_OS = "linux" MACHINE = "qemuppc" DISTRO= "poky" DISTRO_VERSION= "1.0+snapshot-20110817" TUNE_FEATURES = "m32 fpu-hard ppc603e" TARGET_FPU= "" meta meta-

Re: [yocto] bbappend - Where should my file be?

2011-08-17 Thread Joshua Lock
On Fri, 2011-08-12 at 20:48 +0100, Chris Tapp wrote: > On 12 Aug 2011, at 13:59, Bruce Ashfield wrote: > > >> NOTE: Unpacking > >> /home/chris/yocto/yocto-downloads/git_git.pokylinux.org.linux-2.6- > >> windriver.git.tar.gz > >> to > >> /home/chris/yocto/sjs-build/tmp/work/LX800-poky-linux/linux-

[yocto] [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Add scc commands to merge the yocto/emgd branch into the fri2 BSP. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fri2/fri2.scc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache

[yocto] [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Add kernel options needed for enabling EMGD. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fri2/fri2.scc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc inde

[yocto] [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support

2011-08-17 Thread tom . zanussi
From: Tom Zanussi This patchset makes fri2 use emgd. Please pull into linux-yocto-3.0/meta. Thanks, Tom The following changes are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/meta-fri2-emgd-linux-yocto-3.0 http://git.yoctoprojec

[yocto] [PATCH 01/12] meta-crownbay: switch to linux-yocto 3.0 kernel

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++ meta-crownbay/conf/machine/crownbay.conf |2 ++ .../recipes-kernel/linux/

[yocto] [PATCH 02/12] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-17 Thread tom . zanussi
From: Tom Zanussi This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb| 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 meta-crownbay/recipes-graphics/xorg-x

[yocto] [PATCH 03/12] meta-crownbay: select emgd 1.8

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Change preferred version of emgd binaries to 1.8. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.

[yocto] [PATCH 04/12] meta-crownbay: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread tom . zanussi
From: Tom Zanussi The emgd-driver-bin recipe now automatically downloads and installs EMGD using the new click-through-free tarball, but since the binaries still fall under a non-free license, we need to prevent it from being accidentally installed in an image. We therefore make sure it's labele

[yocto] [PATCH 05/12] meta-crownbay: xorg.conf changes

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/crownbay/xorg.conf |3 ++- .../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-crown

[yocto] [PATCH 06/12] meta-crownbay: update README

2011-08-17 Thread tom . zanussi
From: Tom Zanussi With the new emgd-driver-bin recipe, the extensive instructions on how to manually download and set up EMGD for the build are no longer necessary. Those instructions have been replaced with the simpler set of instructions now needed to build crownbay with EMGD. Changes to refl

[yocto] [PATCH 00/12] meta-intel: EMGD 1.8 and 3.0 kernel upgrade, v2

2011-08-17 Thread tom . zanussi
From: Tom Zanussi This patchset switches crownbay to the 3.0 kernel and upgrades emgd to 1.8. Both crownbay and crownbay-noemgd were successfully built and boot tested into sato. It also does the same for fri2, after adding a new fri2 machine config and renaming the current one to fri2-noemgd.

[yocto] [PATCH 09/12] meta-fri2: add common/recipes-graphics to BBFILES

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Add common/recipes-graphics so fri2 can pick up the EMGD bits in emgd-driver-bin. Signed-off-by: Tom Zanussi --- meta-fri2/conf/layer.conf |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index b

[yocto] [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread tom . zanussi
From: Tom Zanussi The emgd-driver-bin recipe now automatically downloads and installs EMGD using the new click-through-free tarball, but since the binaries still fall under a non-free license, we need to prevent it from being accidentally installed in an image. We therefore make sure it's labele

[yocto] [PATCH 11/12] meta-fri2: update README

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Update the meta-fri2 README to reflect the addtion of the EMGD capabilities and new machine. Changes were also made to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi --- meta-fri2/README | 96 ++

[yocto] [PATCH 07/12] meta-fri2: add EMGD 1.8 capabilities to fri2

2011-08-17 Thread tom . zanussi
From: Tom Zanussi This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and upda

[yocto] [PATCH 12/12] meta-intel: crownbay/fri2 README update for COMMERCIAL_LICENSE

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Document an alternative mechanism for users to deal with COMMERCIAL_LICENSE in the crownbay and fri2 BSPs. Signed-off-by: Tom Zanussi --- meta-crownbay/README |6 ++ meta-fri2/README |6 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/me

[yocto] [PATCH 08/12] meta-intel: move emgd-driver-bin_1.8 to common

2011-08-17 Thread tom . zanussi
From: Tom Zanussi emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to start with, so move them into /common. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb|0 1 files changed, 0 insertions(+), 0 deletions(-) rename {meta-crownbay => c

Re: [yocto] [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch

2011-08-17 Thread Darren Hart
On 08/17/2011 09:50 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > Add scc commands to merge the yocto/emgd branch into the fri2 BSP. > > Signed-off-by: Tom Zanussi Acked-by: Darren Hart > --- > meta/cfg/kernel-cache/bsp/fri2/fri2.scc |2 ++ > 1 files changed, 2 insertions(+

Re: [yocto] [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature

2011-08-17 Thread Darren Hart
On 08/17/2011 09:50 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > Add kernel options needed for enabling EMGD. > > Signed-off-by: Tom Zanussi Acked-by: Darren Hart > --- > meta/cfg/kernel-cache/bsp/fri2/fri2.scc |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >

Re: [yocto] [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread Darren Hart
On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The emgd-driver-bin recipe now automatically downloads and installs > EMGD using the new click-through-free tarball, but since the binaries > still fall under a non-free license, we need to prevent it from being > acci

Re: [yocto] [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support

2011-08-17 Thread Bruce Ashfield
On 11-08-17 12:50 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset makes fri2 use emgd. Please pull into linux-yocto-3.0/meta. I've tossed this onto the pile. Once some testing completes, I'll push this out with my 3.0.2 update. Bruce Thanks, Tom The following changes ar

Re: [yocto] Configuring a layer to support multiple targets

2011-08-17 Thread Chris Tapp
On 17 Aug 2011, at 16:18, Bruce Ashfield wrote: In this sense, the defconfig is simply a name to trigger specific processing. Just capture and call your .config 'defconfig' and you'll get a translation of those settings into the build. That's what I've done. I used 'make xconfig' to modify th

Re: [yocto] Configuring a layer to support multiple targets

2011-08-17 Thread Bruce Ashfield
On 11-08-17 03:07 PM, Chris Tapp wrote: On 17 Aug 2011, at 16:18, Bruce Ashfield wrote: In this sense, the defconfig is simply a name to trigger specific processing. Just capture and call your .config 'defconfig' and you'll get a translation of those settings into the build. That's what I've

Re: [yocto] [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread Tom Zanussi
On Wed, 2011-08-17 at 10:25 -0700, Darren Hart wrote: > > On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > The emgd-driver-bin recipe now automatically downloads and installs > > EMGD using the new click-through-free tarball, but since the binaries > > still fal

Re: [yocto] [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread Darren Hart
On 08/17/2011 12:26 PM, Tom Zanussi wrote: > On Wed, 2011-08-17 at 10:25 -0700, Darren Hart wrote: >> >> On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote: >>> From: Tom Zanussi >>> >>> The emgd-driver-bin recipe now automatically downloads and installs >>> EMGD using the new click-through-fre

Re: [yocto] Configuring a layer to support multiple targets

2011-08-17 Thread Chris Tapp
On 17 Aug 2011, at 20:15, Bruce Ashfield wrote: The model is that you must explicitly chose values to modify them, otherwise, they flow through. Last through the gate wins. If you don't speak, others parts speak for the configuration. That's what I was trying to say ;-) In this case, you must

Re: [yocto] Configuring a layer to support multiple targets

2011-08-17 Thread Chris Tapp
On 17 Aug 2011, at 21:24, Bruce Ashfield wrote: I have to head out for the day, but I'll loop around on this. Technically I'm out of the office for the next 2 days, but can sneak this in. I just need to double check a couple things in the 2.6.34 support to see if inheriting from 'standard' direc

[yocto] setting preferred provider for "virtual/libx11"?

2011-08-17 Thread Robert P. J. Day
with latest poky git pull, did "bitbake -c fetchall world" just for fun and got: NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue ERROR: Multiple .bb files are due to be built which each provide virtual/libx11 (/home/rpjday/yocto/poky.git/meta/recipes-graphics/xorg-l

[yocto] linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs

2011-08-17 Thread Darren Hart
We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail with messages like: NOTE: preferred version 3.0+git% of linux-yocto not available (for item virtual/kernel) I could patch everything really quick to use 3.0.1+git%... but 3.0.2 was just released and I'd have to do it again t

Re: [yocto] linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs

2011-08-17 Thread Bruce Ashfield
On 11-08-17 11:23 PM, Darren Hart wrote: We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail with messages like: NOTE: preferred version 3.0+git% of linux-yocto not available (for item virtual/kernel) I could patch everything really quick to use 3.0.1+git%... but 3.0.2 was

Re: [yocto] linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs

2011-08-17 Thread Bruce Ashfield
On 11-08-18 12:11 AM, Bruce Ashfield wrote: On 11-08-17 11:23 PM, Darren Hart wrote: We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail with messages like: NOTE: preferred version 3.0+git% of linux-yocto not available (for item virtual/kernel) I could patch everything rea

Re: [yocto] linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs

2011-08-17 Thread Darren Hart
On 08/17/2011 09:40 PM, Bruce Ashfield wrote: > On 11-08-18 12:11 AM, Bruce Ashfield wrote: >> On 11-08-17 11:23 PM, Darren Hart wrote: >>> We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail >>> with messages like: >>> >>> NOTE: preferred version 3.0+git% of linux-yocto not