Re: [yocto] glib-2.0-native build fails on bernard

2011-08-12 Thread jani.uusi-rantala
I had the same issue on 64-bit fedora R15. This patch fixed it for me: http://patchwork.openembedded.org/patch/8233/ - Jani Uusi-Rantala From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on behalf of ext Andre Haupt

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

2011-08-12 Thread Chris Tapp
Scott / Bruce, On 12 Aug 2011, at 00:57, Scott Garman wrote: cp: cannot stat `/home/chris/yocto/yocto-versions/laverne-4.0.1/meta/recipes-kernel/ linux/files/defconfig': No such file or directory It looks like this is where the file is expected. I believe also

Re: [yocto] glib-2.0-native build fails on bernard

2011-08-12 Thread Andre Haupt
On Fri, Aug 12, 2011 at 08:32:17AM +, jani.uusi-rant...@nokia.com wrote: I had the same issue on 64-bit fedora R15. This patch fixed it for me: http://patchwork.openembedded.org/patch/8233/ for bernard (with MACHINE ??= qemux86 and DISTRO ?= poky) glib-2.0_2.26.1.bb is pulled in, so the

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

2011-08-12 Thread Bruce Ashfield
On 11-08-12 04:20 AM, Chris Tapp wrote: Scott / Bruce, On 12 Aug 2011, at 00:57, Scott Garman wrote: cp: cannot stat `/home/chris/yocto/yocto-versions/laverne-4.0.1/meta/recipes-kernel/linux/files/defconfig': No such file or directory It looks like this is where the file is expected. I

Re: [yocto] [PATCH 3/2] rt: simplify linux-yocto-rt.bbappend for all BSPs

2011-08-12 Thread Darren Hart
[rather than rebase, I've added this one to the series, here for review as well] As the all the BSPs use the same BSP branch and meta commit ID as the base recipe, there is no need specify the KBRANCH and SRCREVs. Not doing so greatly simplifies maintenance. Leaving the syntax in place, but

[yocto] core-image-rt building a lot more packages than expected

2011-08-12 Thread Darren Hart
I have been surprised over the last few days at the number of packages being built for the core-image-rt target, which for reference is as follows: # # Copyright (C) 2010 Intel Corporation. # DESCRIPTION = Real-Time Linux Image DEPENDS = linux-yocto-rt require

Re: [yocto] core-image-rt building a lot more packages than expected

2011-08-12 Thread Richard Purdie
On Fri, 2011-08-12 at 09:27 -0700, Darren Hart wrote: I have been surprised over the last few days at the number of packages being built for the core-image-rt target, which for reference is as follows: # # Copyright (C) 2010 Intel Corporation. # DESCRIPTION = Real-Time Linux Image

[yocto] [PATCH 0/3][KERNEL] yocto/emgd: add emgd 1.8

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This patchset adds emgd 1.8 to yocto/emgd. Please pull into linux-yocto-3.0/yocto/emgd. Thanks, Tom The following changes are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/emgd-linux-yocto-3.0

[yocto] [PATCH 1/3][KERNEL] yocto/emgd: emgd 1.8 driver

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The starting-point code that subsequent patches will modify. This is a straight copy of the code in the emgd 1.8 emgd driver, specifically IEMGD_HEAD_Linux/common/drm/emgd_drm.tgz from Lin_EMGD_1_8_RC_2032.tgz, the 'Linux Tar Ball' release downloaded from

[yocto] [PATCH 2/3][KERNEL] yocto/emgd: build fixups

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add emgd config option (DRM_EGD) and modify Makefiles for in-tree builds. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- drivers/gpu/drm/Kconfig |9 + drivers/gpu/drm/Makefile |1 + drivers/gpu/drm/emgd/Makefile | 40

[yocto] [PATCH 3/3][KERNEL] yocto/emgd: 3.0 fixes

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Fixes required for migration to Linux 3.0. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../gpu/drm/emgd/emgd/display/mode/plb/mode_plb.c |2 +- .../gpu/drm/emgd/emgd/display/mode/tnc/mode_tnc.c |2 +-

[yocto] [PATCH][KERNEL] meta/crownbay: use hpet

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This enables hpet for crownbay. 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/crownbay-updates-linux-yocto-3.0

[yocto] [PATCH][KERNEL] meta/crownbay: enable hpet

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The crownbay reference board has HPET hardware - enable it. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 0/6] meta-intel: crownbay 1.8 emgd and 3.0 kernel upgrade

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This patchset switches crownbay to the 3.0 kernel and upgrades emgd to 1.8. Both crownbay and crownbay-emgd were successfully built and boot tested. One major change coming out of this patchset is that the emgd binary bits no longer have to be downloaded

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

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

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

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../xorg-xserver/emgd-driver-bin_1.8.bb| 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode

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

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com 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

[yocto] [PATCH 3/6] meta-crownbay: select emgd 1.8

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

[yocto] [PATCH 5/6] meta-crownbay: xorg.conf changes

2011-08-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../xserver-xf86-config/crownbay/xorg.conf |3 ++- .../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 + 2 files changed, 3

[yocto] Yocto Project community statistics page

2011-08-12 Thread Jeff Osier-Mixon
I have created a community statistics wiki page at https://wiki.yoctoproject.org/wiki/Community_Statistics. All feedback is welcome. thanks, -- Jeff Osier-Mixon http://jefro.net/blog Yocto Project Community Manager @Intel http://yoctoproject.org ___

[yocto] Configuring a layer to support multiple targets

2011-08-12 Thread Chris Tapp
What is the best way to configure a layer to support multiple targets that share a common base? For example, a set of targets that use the Vortex86DX SOC share common peripherals and also have per-variant peripherals. I was thinking: 1) Have a conf/machine file for each variant; 2) Make

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

2011-08-12 Thread Gary Thomas
On 2011-08-12 16:31, Chris Tapp wrote: What is the best way to configure a layer to support multiple targets that share a common base? For example, a set of targets that use the Vortex86DX SOC share common peripherals and also have per-variant peripherals. I was thinking: 1) Have a

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

2011-08-12 Thread Bruce Ashfield
On 11-08-12 06:31 PM, Chris Tapp wrote: What is the best way to configure a layer to support multiple targets that share a common base? For example, a set of targets that use the Vortex86DX SOC share common peripherals and also have per-variant peripherals. I was thinking: 1) Have a