Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-19 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 18.07.2012 19:36: Hi Timo, Can you send me the link to the branch that I can take a look at this new plug-in? I've worked on origin/master-indigo: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/log/?h=master-indigo Commit ID:

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-19 Thread Timo Müller
Hi, Rifenbark, Scott M wrote, On 18.07.2012 17:03: Hi, This seems like a very cool idea. What about when things change structurally for the Yocto Docs? For example, right now I am restructuring much of the Eclipse information that is in the ADT manual to move it to the development manual

[yocto] is the bitbake user manual being updated these days?

2012-07-19 Thread Robert P. J. Day
not sure where to ask this, but since some of the yocto docs contain bitbake usage info, i figure this is as good a place as any. certainly, chapter 3 on fetching could be tidied up. it still refers to FILESDIR, which i understood is being phased out in favour of FILESPATH, no? also, the

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-19 Thread Rifenbark, Scott M
Very nice... thanks -Original Message- From: Timo Müller [mailto:m...@timomueller.eu] Sent: Wednesday, July 18, 2012 11:57 PM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org; Timo Mueller Subject: Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse Hi, Rifenbark, Scott M

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-19 Thread Kamble, Nitin A
-Original Message- From: Zanussi, Tom Sent: Thursday, July 19, 2012 8:57 AM To: Kamble, Nitin A Cc: yocto@yoctoproject.org; bruce.ashfi...@windriver.com Subject: RE: [PATCH 0/1] meta: update crownbay.scc for newer emgd driver On Wed, 2012-07-18 at 19:58 -0700, Kamble, Nitin A

[yocto] [PATCH 0/7] meta-intel userland changes for corwnbay emgd 1.14

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These commits emable crownbay bsp with v3.4 kernel and emgd 1.14 graphics driver. the last SRC_REV commit need updating to reflect upstream commit-ids. And that commit can be used to do any testing before pulling these commits. These commit work

[yocto] [PATCH 2/7] ia32-base.inc: also take -dev package of emgd

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev emgd-driver-bin-dbg packages. For emgd driver to work it also need library files from emgd-driver-bin-dev package. This change makes sure this -dev package is also added for emgd

[yocto] [PATCH 3/7] emgd-driver-bin: upgrade from 1.10 to 1.14

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic

[yocto] [PATCH 5/7] crownbay: add recipe extension for linux-yocto-3.4

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 26 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644

[yocto] [PATCH 6/7] crownbay: make v3.4 the default kernel

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-crownbay/conf/machine/crownbay-noemgd.conf |2 +- meta-crownbay/conf/machine/crownbay.conf|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[yocto] [PATCH 7/7] crownbay: update kernel meta SRC_REV

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../recipes-kernel/linux/linux-yocto_3.4.bbappend |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-19 Thread Tom Zanussi
On Thu, 2012-07-19 at 07:39 -0700, Kamble, Nitin A wrote: -Original Message- From: Zanussi, Tom Sent: Thursday, July 19, 2012 8:57 AM To: Kamble, Nitin A Cc: yocto@yoctoproject.org; bruce.ashfi...@windriver.com Subject: RE: [PATCH 0/1] meta: update crownbay.scc for newer emgd

[yocto] [PATCH] psplash: Trivial, cleanup some comments.

2012-07-19 Thread Marc Ferland
This patch fixes some minor comment mistakes. Signed-off-by: Marc Ferland ferla...@sonatest.com --- psplash-colors.h |2 +- psplash-console.c |2 +- psplash-console.h |2 +- psplash-fb.c |2 +- psplash-fb.h |2 +- psplash-write.c |2 +- psplash.c |

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-19 Thread Kamble, Nitin A
-Original Message- From: Zanussi, Tom Sent: Thursday, July 19, 2012 8:27 PM To: Kamble, Nitin A Cc: yocto@yoctoproject.org; bruce.ashfi...@windriver.com Subject: RE: [PATCH 0/1] meta: update crownbay.scc for newer emgd driver On Thu, 2012-07-19 at 07:39 -0700, Kamble, Nitin A

Re: [yocto] [PATCH 2/7] ia32-base.inc: also take -dev package of emgd

2012-07-19 Thread Tom Zanussi
On Wed, 2012-07-18 at 07:49 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev emgd-driver-bin-dbg packages. For emgd driver to work it also need library files from emgd-driver-bin-dev

[yocto] How to set environment variables inside a recipe?

2012-07-19 Thread Bodke, Kishore K
Hi, I am writing a recipe to build a driver specific for my BSP. The driver needs a bunch of environmental variables to be set ( specific to driver only ) to build. Right now to move forward I am doing like below in my recipe to build it. export AAA = ${S} export BBB = ${B} export CCC =

[yocto] build failures after recent pull

2012-07-19 Thread Jim Abernathy
Something that got pushed recently has broken the tools. To keep the debug simple, I went back and tried to just build an old stable platform, the n450. Below is the error: NOTE: Unpacking home/jim/yocto-downloads/gnu-config-yocto-2011.tgz to

Re: [yocto] build failures after recent pull

2012-07-19 Thread James Abernathy
I failed to mention this is on the denzil branch of both poky and meta-intel. JIm A On Thu, Jul 19, 2012 at 3:18 PM, Jim Abernathy jfaberna...@gmail.comwrote: Something that got pushed recently has broken the tools. To keep the debug simple, I went back and tried to just build an old stable

Re: [yocto] build failures after recent pull

2012-07-19 Thread James Abernathy
On Thu, Jul 19, 2012 at 3:33 PM, James Abernathy jfaberna...@gmail.comwrote: I failed to mention this is on the denzil branch of both poky and meta-intel. This does not happen on Denzil 7.0.1 tarball. Jim A JIm A On Thu, Jul 19, 2012 at 3:18 PM, Jim Abernathy

[yocto] New development mailing list for the linux-yocto kernel repository

2012-07-19 Thread Darren Hart
The linux-yocto git repositories contain both Linux kernel sources as well as the meta-data used to prepare the BSP specific source branches and assemble the kernel config file. Much of this development has only been visible when the SRCREV update request is sent to update the various recipes. In

[yocto] [PATCH] mpc8315: build u-boot v2012.04 by default.

2012-07-19 Thread Paul Gortmaker
Validated on real hardware: U-Boot 2012.04.01 (Jun 29 2012 - 13:48:03)MPC83XX Reset Status: Software Hard, External/Internal Soft, External/Internal Hard CPU: e300c3, MPC8315E, Rev: 1.2 at 400 MHz, CSB: 133.333 MHz Board: Freescale MPC8315ERDB Rev 1.0 I2C: ready DRAM: 128

[yocto] [meta-intel][PATCH] va-intel.bb: Add compatible host x86/x86_64

2012-07-19 Thread Khem Raj
This lets meta-intel to play well in multi-bsp setup Signed-off-by: Khem Raj raj.k...@gmail.com --- common/recipes-multimedia/libva/va-intel.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/common/recipes-multimedia/libva/va-intel.bb

[yocto] [PATCH 0/3] meta-intel: some linux-yocto-3.4 updates

2012-07-19 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This switches the chiefriver and jasperforest BSPs to linux-yocto-3.4 and removes the jasperforest linux-yocto-3.0 support. The following changes since commit a944332ecfa59247cc0787c55d79a6392e3218bd: Tom Zanussi (1): meta-n450: explicitly

[yocto] [PATCH 1/3] meta-chiefriver: switch to linux-yocto-3.4 kernel

2012-07-19 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Switch chiefriver to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta-chiefriver/conf/machine/chiefriver.conf |2 +- .../linux/linux-yocto-rt_3.4.bbappend |8

[yocto] [PATCH 2/3] meta-jasperforest: switch to linux-yocto-3.4 kernel

2012-07-19 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Switch jasperforest to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta-jasperforest/conf/machine/jasperforest.conf |2 +- .../linux/linux-yocto-rt_3.4.bbappend |8

[yocto] [PATCH 3/3] jasperforest: retire linux-yocto-3.0

2012-07-19 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com With the move to linux-yocto-3.4, linux-yocto-3.0 support can be removed. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta-jasperforest/conf/machine/jasperforest.conf |3 ++- .../linux/linux-yocto-rt_3.0.bbappend |8

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-19 Thread Bruce Ashfield
On 12-07-19 11:25 AM, Kamble, Nitin A wrote: -Original Message- From: Zanussi, Tom Sent: Thursday, July 19, 2012 8:27 PM To: Kamble, Nitin A Cc: yocto@yoctoproject.org; bruce.ashfi...@windriver.com Subject: RE: [PATCH 0/1] meta: update crownbay.scc for newer emgd driver On Thu,