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

2012-07-20 Thread Timo Müller
Hi, Rifenbark, Scott M wrote, On 19.07.2012 16:39: 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

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

2012-07-20 Thread Paul Eggleton
On Thursday 19 July 2012 18:16:45 Bodke, Kishore K wrote: 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] beagleboard not booting yacto 1.2.1

2012-07-20 Thread Edward Vidal
Hello, git clone -b denzil git://git.yoctoproject.org/poky.git Yocto Project 1.2.1 The default beagleboard kernel 3.0 would not find the mmc as in Yocto Project 1.2 modified the file meta-yocto/conf/machine/beagleboard.conf PREFERRED_VERSION_linux-yocto ?= 3.0% -- PREFERRED_VERSION_linux-yocto

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

2012-07-20 Thread Rifenbark, Scott M
This will be a nice feature. Thanks! Scott -Original Message- From: Timo Müller [mailto:m...@timomueller.eu] Sent: Thursday, July 19, 2012 11:41 PM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org; Timo Mueller Subject: Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

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

2012-07-20 Thread Richard Purdie
On Thu, 2012-07-19 at 20:01 -0400, Paul Gortmaker wrote: 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

[yocto] [PATCH 0/1] meta-intel: emgd package reorder fix

2012-07-20 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The recent package reorder changes broke emgd - this patch fixes that and gets crownbay et al graphics working again. The following changes since commit 41d385015243dc02f8eea96a3ec3198dae7d2d27: Khem Raj (1): va-intel.bb: Add compatible host

[yocto] [PATCH 1/1] emgd-driver-bin: remove FILES_${PN}-dev addition

2012-07-20 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The package reordering patches exposed a problem in that the files specified in the FILES_${PN}-dev shouldn't really be put in the -dev package in the first place - this removes them. Signed-off-by: Tom Zanussi tom.zanu...@intel.com ---

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

2012-07-20 Thread Tom Zanussi
On Thu, 2012-07-19 at 19:53 -0700, Khem Raj wrote: This lets meta-intel to play well in multi-bsp setup Pulled into meta-intel/master, thanks! Tom Signed-off-by: Khem Raj raj.k...@gmail.com --- common/recipes-multimedia/libva/va-intel.bb |1 + 1 files changed, 1 insertions(+), 0

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

2012-07-20 Thread Bodke, Kishore K
-Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Friday, July 20, 2012 3:14 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [yocto] How to set environment variables inside a recipe? On Thursday 19 July 2012 18:16:45 Bodke, Kishore K

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

2012-07-20 Thread Robert P. J. Day
On Fri, 20 Jul 2012, Bodke, Kishore K wrote: -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Friday, July 20, 2012 3:14 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [yocto] How to set environment variables inside a recipe?

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

2012-07-20 Thread Bodke, Kishore K
-Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Friday, July 20, 2012 10:13 AM To: Bodke, Kishore K Cc: Paul Eggleton; yocto@yoctoproject.org Subject: Re: [yocto] How to set environment variables inside a recipe? On Fri, 20 Jul 2012, Bodke, Kishore K

[yocto] beagleboard not booting yacto1.2.1

2012-07-20 Thread Edward Vidal
Hello, I have done a build on a Fedora17 and CentOS6. using yacto1.2.1 the default kernel is Linux-3.0.32-yocto-standard This was occurring in yacto1.2 also In yacto1.2 I tried the 3.4 kernel and it would boot further and I could ssh into the beagleboard. With yacto 1.2.1 I tried 3.2 kernel but

[yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build under denzil 7.0.1 or tracking the denzil branch. Are all the BSPs required to be updated to 7.0.1 before you can run? I'd thought I'd check before I post a bunch of log files. I just

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Scott Garman
On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build under denzil 7.0.1 or tracking the denzil branch. Are all the BSPs required to be updated to 7.0.1 before you can run? I'd thought I'd check

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build under denzil 7.0.1 or tracking the denzil branch. Are all the BSPs required to be updated to 7.0.1

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Tom Zanussi
On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build under denzil 7.0.1 or tracking the

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 04:39 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Tom Zanussi
On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote: On 07/20/2012 04:39 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing.

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Darren Hart
On 07/20/2012 01:48 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote: On 07/20/2012 04:39 PM, Tom Zanussi wrote: If you have it fixed in Denzil and master branch, I'll test that as well. Yes, you should be fine using the BSP branches from the git repo, but

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Tom Zanussi
On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil

[yocto] INSANE_SKIP

2012-07-20 Thread Dallas Clement
Is there a way to skip a QA check for more than one package or all packages? I'd like to avoid having to add a INSANE_SKIP_${PN} += ldflags for every package that fails due to ERROR: QA Issue: No GNU_HASH in the elf binary. There are gobs of python and perl packages failing with this error when

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 04:48 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote: On 07/20/2012 04:39 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote:

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Darren Hart
On 07/20/2012 03:12 PM, Jim Abernathy wrote: git://git.yoctoproject.org/linux-yocto-3.2 could not be run: None ERROR: Function failed: Fetcher failure for URL:

[yocto] Cross referencing git commit SHA info in commit logs

2012-07-20 Thread Khem Raj
Hello, I have seen some commit logs referring to poky commits but are applied to OE-Core and there might be vice versa case too. In general I don't see an issue when there is a commit SHA id in log message but please add the project info to it unless so someone can go and look for it in

[yocto] ERROR: Function failed: do_install_perf

2012-07-20 Thread Saxena, Rahul
Hi, I suddenly started to get the following error when running bitbake. I am using Denzil branches of poky, meta-intel and poky-extras. I installed libper-dev as suggested by the error message, but it made no difference. Any suggestions ? Thanks Rahul ERROR: Function failed: do_install_perf

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 07:02 PM, Darren Hart wrote: On 07/20/2012 03:12 PM, Jim Abernathy wrote: git://git.yoctoproject.org/linux-yocto-3.2 could not be run: None ERROR: Function failed: Fetcher failure for URL:

Re: [yocto] ERROR: Function failed: do_install_perf

2012-07-20 Thread Tom Zanussi
On Sat, 2012-07-21 at 00:02 +, Saxena, Rahul wrote: Hi, I suddenly started to get the following error when running bitbake. I am using Denzil branches of poky, meta-intel and poky-extras. I installed libper-dev as suggested by the error message, but it made no difference.

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

2012-07-20 Thread Tom Zanussi
On Thu, 2012-07-19 at 10:28 -0500, Tom Zanussi wrote: 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

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Tom Zanussi
On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing