[yocto] [PATCH 1/2] meta-crownbay: switch to linux-yocto-3.2 kernel

2012-03-12 Thread tom . zanussi
From: Tom Zanussi Switch crownbay and crownbay-noemgd to the 3.2 kernel. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++ meta-crownbay/conf/machine/crownbay.conf |2 ++ .../linux/linux-yocto-rt_3.2.bbappend | 20

[yocto] [PATCH 2/2] ia32-base: add libva display dependencies to emgd xserver

2012-03-12 Thread tom . zanussi
From: Tom Zanussi libgstmixvideoplugin.so is being blacklisted due to a missing libva-tpi library, so add it and make the other two libva display libraries available while we're at it. Signed-off-by: Tom Zanussi --- conf/machine/include/ia32-base.inc |3 +++ 1 files changed, 3 insertions(+

[yocto] [PATCH 0/2] meta-intel: crownbay 3.2 update

2012-03-12 Thread tom . zanussi
From: Tom Zanussi This updates crownbay and crownbay-noemgd to the 3.2 kernel. It also fixes a problem seen with a missing emgd dependency when testing. The following changes since commit d9132cc66316be45f44beeea6eba734bb3ab337d: Tom Zanussi (1): ia32-base: remove libc-headers PREFERR

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, March 13, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-03-12 Thread Liu, Song
Agenda * Opens collection - 5 min (Song) * Yocto 1.2 M3/M4 status - 20 min (Song/Team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status * SWAT team rotation: Beth->Paul * Opens - 10 min * Team Sharing - 20 min -Original Appointment- Conference details Conference name:

Re: [yocto] custom image recipes

2012-03-12 Thread João Henrique Freitas
Thanks. I will try this. Yes, the preferred method to achieve this is to use bbappends for the > recipes > where these files appear if they are already provided by a recipe > > For new files you can either include them via the same bbappend mechanism > if > that makes sense for the particular f

[yocto] Minutes: Yocto Project 1.2 M3 & 1.1.1 release readiness

2012-03-12 Thread Liu, Song
Attendees: Dave. Nitin, Beth, Jessica, Mark, Darren, Terrance, Richard, Saul, ScottR, Denys, Josh, Matthew   M3 readiness - release criteria review (https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status#Milestone_3 ):   1. Functional completion: All P1s but 1145 and 1890 are completed. 114

Re: [yocto] custom image recipes

2012-03-12 Thread Paul Eggleton
On Sunday 11 March 2012 13:14:12 João Henrique Freitas wrote: > One of my custom recipes (via-image-st.bb) is to make a custom image > (adding some files). Example: > > SRC_URI = " \ > file://interfaces \ > file://snmpd.conf \ > file://snmp.conf \ > file://syslog.co

Re: [yocto] [PATCH 0/3][KERNEL] emgd 1.10 for linux-yocto 3.2

2012-03-12 Thread Bruce Ashfield
On 12-03-12 11:09 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi Hi Bruce, Please pull in the emgd-1.10 topic branch below into linux-yocto-3.2. Thanks, Tom The following changes since commit 417fc778a86e81303bab5883b919ee422ec51c04: Bruce Ashfield (1): perf: hard-code NO_LIB

Re: [yocto] yocto and LTSI

2012-03-12 Thread Darren Hart
On 03/09/2012 06:43 AM, Bruce Ashfield wrote: > On 12-03-09 09:36 AM, Bob Cochran wrote: >> On 03/09/2012 08:43 AM, Bruce Ashfield wrote: >>> On 12-03-09 07:20 AM, David Nyström wrote: Hi All, Whats yoctos take on LTSI ? http://git.linuxfoundation.org/?p=ltsi-kernel.git;a

Re: [yocto] issue building iputils with uclibc

2012-03-12 Thread John Toomey
On 09/03/2012 16:45, Khem Raj wrote: On Fri, Mar 9, 2012 at 7:45 AM, John Toomey wrote: Anything else I can try? Do you have UCLIBC_HAS_RESOLVER_SUPPORT=y in uclibc .config ? I dont think so, is there an easy way to check? How would I set it to try this? __

[yocto] [PATCH 3/3][KERNEL] yocto/emgd: linux 3.2-related build fixups

2012-03-12 Thread tom . zanussi
From: Tom Zanussi Fix build errors caused by changes to kernel interfaces introduced by linux 3.2 such as: error: 'THIS_MODULE' undeclared here (not in a function) due to a missing THIS_MODULE definition which can be found in linux/export.h. It also fixes a ream of errors like: error: expecte

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

2012-03-12 Thread tom . zanussi
From: Tom Zanussi Add emgd config option (DRM_EGD) and modify Makefiles for in-tree builds. Signed-off-by: Tom Zanussi --- drivers/gpu/drm/Kconfig |9 + drivers/gpu/drm/Makefile |1 + drivers/gpu/drm/emgd/Makefile | 40 3 fi

[yocto] [PATCH 0/3][KERNEL] emgd 1.10 for linux-yocto 3.2

2012-03-12 Thread tom . zanussi
From: Tom Zanussi Hi Bruce, Please pull in the emgd-1.10 topic branch below into linux-yocto-3.2. Thanks, Tom The following changes since commit 417fc778a86e81303bab5883b919ee422ec51c04: Bruce Ashfield (1): perf: hard-code NO_LIBPERL/NO_LIBPYTHON are available in the git repository

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

2012-03-12 Thread tom . zanussi
From: Tom Zanussi The starting-point code that subsequent patches will modify. This is a straight copy of the code in the emgd 1.10 emgd driver, specifically IEMGD_HEAD_Linux/common/drm/emgd_drm.tgz from LIN_EMGD_1_10_RC_2209.tgz, the 'Linux Tar Ball' release downloaded from http://edc.intel.com

Re: [yocto] 1.2_M2-Final build failures

2012-03-12 Thread Wolfgang Denk
Dear Paul, In message <1619950.WDgEWRegMs@helios> you wrote: > > > I see the very same error as described as "3." above, but I don't use > > sub-layers. > > I'm not sure what you mean here. Which entries for meta-intel do you have in > your bblayers.conf? None. I have this: -> cat con

Re: [yocto] 1.2_M2-Final build failures

2012-03-12 Thread Paul Eggleton
On Monday 12 March 2012 14:14:48 Wolfgang Denk wrote: > In message <3971839.nMHIKpoOXs@helios> Paul Eggleton wrote: > > On Wednesday 01 February 2012 11:28:22 jfabernathy wrote: > > > Using the tarballs for Poky and meta-intel for 1.2_M2-Final, I was > > > getting a lot of build failures below is w

Re: [yocto] 1.2_M2-Final build failures

2012-03-12 Thread Wolfgang Denk
Dear Paul, In message <3971839.nMHIKpoOXs@helios> you wrote: > On Wednesday 01 February 2012 11:28:22 jfabernathy wrote: > > Using the tarballs for Poky and meta-intel for 1.2_M2-Final, I was > > getting a lot of build failures below is what worked and what didn't. > > Not sure if this is a bug or

Re: [yocto] Poky-Build error

2012-03-12 Thread Navani
Hi Mark, Thanks a lot for your reply and i will take care for mailing list etiquette.. >Check your logs for a makedevs-native. If that hasn't been built I checked for makedevs-native and found makedevs-native is not built. Can you please suggest me what could be the wrong in the configuration an

Re: [yocto] is yocto based on oe-core *as-is*?

2012-03-12 Thread Gary Thomas
On 2012-03-11 16:38, Paul Eggleton wrote: On Sunday 11 March 2012 06:46:17 Gary Thomas wrote: On 2012-03-11 06:33, Paul Eggleton wrote: This is correct, and you can verify it by doing a diff of the OE-Core meta/ subdirectory against Poky's meta/ - the only difference is that Poky does not inclu

[yocto] Web Hob GUI design

2012-03-12 Thread Xu, Dongxiao
Hi Belen, In the meantime of GTK Hob development, we are also moving forward on web hob development. One question is that, will the web hob GUI follow with GTK hob design? Or do we need a new design for web style? Thanks, Dongxiao ___ yocto mailing lis

Re: [yocto] how to set up PREMIRRORS_prepend to avoid constant git clones?

2012-03-12 Thread David Nyström
On 03/10/2012 04:51 PM, Gary Thomas wrote: On 2012-03-10 08:46, Robert P. J. Day wrote: On Sat, 10 Mar 2012, Gary Thomas wrote: On 2012-03-10 08:29, Robert P. J. Day wrote: On Sat, 10 Mar 2012, Gary Thomas wrote: On 2012-03-10 06:39, Robert P. J. Day wrote: ... snip ... $ bitbake -