Re: [yocto] [meta-fsl-ppc denzil] inetutils_1.8.bbapend: ifconfig -a includes interfaces without an address

2012-10-31 Thread chunrongguo
please overlook this patch. I will submit new patch to meta-oe . On Thursday, November 01, 2012 12:00 AM, McClintock Matthew-B29882 wrote: On Wed, Oct 31, 2012 at 1:08 AM, wrote: From: Chunrong Guo *ifconfig/if_index.c (if_nameindex): Remove local variables

Re: [yocto] [Patch v2 0/4] Misc Fixes for meta-intel 1.3 release

2012-10-31 Thread Darren Hart
On 10/31/2012 10:14 PM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This v2 pull request is with newer version of libva-intel-driver. > These commits tested on All the BSPs I am maintaining with expected results. > Nitin, do these patches fix any specific bug? Such as 3348? You m

[yocto] [Patch v2 4/4] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble Extend the mesa-dri recipe from oecore to avoid conflict with files generated by emgd-driver-bin recipe. This extention is needed only when emgd-driver-bin recipe is included in the target image, so the code is conditional to run only on the machine with emgd graphics driver

[yocto] [Patch v2 3/4] libva: remove redundant libva 1.0.12

2012-10-31 Thread nitin . a . kamble
From: Ross Burton No BSP from meta-intel repo is requiring this version of libva now. Signed-off-by: Ross Burton Signed-off-by: Nitin A Kamble --- common/recipes-multimedia/libva/libva_1.0.12.bb |8 1 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 common/recip

[yocto] [Patch v2 2/4] libva-intel-driver: update to the latest version

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble The older version of libva-intel-driver recipe with newer gst-vaapi recipe was causing video playback failure. As per the discussion on the bug here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 The maintainer of the upstream project is recommending to update the

[yocto] [Patch v2 1/4] libva: update to the latest version

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble This bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 is triggering this change. The old versions of libva components are affecting video playback on few BSPs like sugarbay & chiefriver. Also, use the release tarball instead of a tag snapshot. Signed-off-by: Ross

[yocto] [Patch v2 0/4] Misc Fixes for meta-intel 1.3 release

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble This v2 pull request is with newer version of libva-intel-driver. These commits tested on All the BSPs I am maintaining with expected results. Thanks, Nitin The following changes since commit 43b2e9c34363ade4241a60f699b47179929c6fb6: n450: Add WEBTITLE and boilerplate RE

Re: [yocto] how to write a shell command in local.conf

2012-10-31 Thread Chris Larson
On Wed, Oct 31, 2012 at 7:52 PM, Liu wrote: > HOST_ARCH:="${@os.popen('/usr/bin/gcc -dumpmachine | sed -e s\'/-.*//\' \ > -e \'s/sparc.*/sparc/\' \ > -e \'s/arm.*/arm/g\' \ > -e \'s/m68k.*/m68k/\' \ > -e \'s/ppc/powerpc/g\' \ > -e \'s/v850.*/v850/g\' \ > -e \'s/sh[234]/sh/\

[yocto] how to write a shell command in local.conf

2012-10-31 Thread Liu
Hi all, I add the following settings in local.conf : HOST_ARCH:="${@os.popen('/usr/bin/gcc -dumpmachine | sed -e s\'/-.*//\' \ -e \'s/sparc.*/sparc/\' \ -e \'s/arm.*/arm/g\' \ -e \'s/m68k.*/m68k/\' \ -e \'s/ppc/powerpc/g\' \ -e \'s/v850.*/v850/g\' \ -e \'s/sh[234]/sh/\'

Re: [yocto] [PATCH 0/1] update script create-recipe

2012-10-31 Thread Kang Kai
On 2012?10?31? 17:38, Kang Kai wrote: Update create-recipe to fix some small bugs. The following changes since commit e9e3285e1397cfd2d34f4eb7b5aa59311eea861d: openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} (2012-10-30 11:06:38 +) are available in the git repository at: git://git.po

[yocto] [PATCH 1/1] [meta-intel] crystalforest: Update README Instructions.

2012-10-31 Thread kishore . k . bodke
From: Kishore Bodke Add Instructions on how to get the DPDK and QuickAssist Recipes. Signed-off-by: Kishore Bodke --- meta-crystalforest/README | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/meta-crystalforest/README b/meta-crystalforest/README index

[yocto] [PATCH 0/1][meta-intel] Update README Instructions

2012-10-31 Thread kishore . k . bodke
From: Kishore Bodke This updates the README on how to get the DPDK and QuickAssist Technology recipes Please pull them into meta-intel/master. Thanks Kishore. The following changes since commit 35962c01998a4b2f00c907a22236da2527e5f1d6: gnu-efi: add missing sha256 checksum (2012-10-31 15:55:

[yocto] [PATCH 1/1] meta-intel: update MAINTAINERS file with more explicit patch submission instructions

2012-10-31 Thread tom . zanussi
From: Tom Zanussi Add some extra instructions to make it easier for users to submit patches in a more uniform and useful way. Signed-off-by: Tom Zanussi --- MAINTAINERS | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index eac592b..a2231d0

[yocto] [PATCH 0/1] [meta-intel] update MAINTAINERS with patch instructions

2012-10-31 Thread tom . zanussi
From: Tom Zanussi This patch adds some extra instructions for meta-intel patch submission. Please pull into meta-intel/master. The following changes since commit 35962c01998a4b2f00c907a22236da2527e5f1d6: gnu-efi: add missing sha256 checksum (2012-10-31 15:55:44 -0500) are available in the g

Re: [yocto] [PATCH] gnu-efi: add missing sha256 checksum

2012-10-31 Thread Tom Zanussi
On Thu, 2012-10-25 at 10:55 +0100, Ross Burton wrote: > Signed-off-by: Ross Burton Pulled into meta-intel/master. Tom > --- > common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb |1 + > 1 file changed, 1 insertion(+) > > diff --git a/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb > b/common/recipes-b

Re: [yocto] [PATCH] cdv-pvr-driver: inhibit package stripping

2012-10-31 Thread Tom Zanussi
On Fri, 2012-10-26 at 14:02 +0100, Ross Burton wrote: > The binaries are already stripped, so don't try stripping them again (which > results in a warning). > > Signed-off-by: Ross Burton Pulled into meta-intel/master. Tom > --- > .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Tom Zanussi
On Wed, 2012-10-31 at 20:53 +, Burton, Ross wrote: > On 31 October 2012 15:21, Burton, Ross wrote: > > On 31 October 2012 15:17, Tom Zanussi wrote: > >> That just leaves cedartrail before we can pull this in. > > > > That's odd, I was just about to write a mail. My current images are > > bro

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Burton, Ross
On 31 October 2012 15:21, Burton, Ross wrote: > On 31 October 2012 15:17, Tom Zanussi wrote: >> That just leaves cedartrail before we can pull this in. > > That's odd, I was just about to write a mail. My current images are > broken as they are based on master which has a duff udev. I'll do a >

Re: [yocto] [PATCH 4/4] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-31 Thread Chris Tapp
Hi Ross, On 31 Oct 2012, at 17:14, Burton, Ross wrote: > Hi, > > On 31 October 2012 02:23, wrote: >> Extend the mesa-dri recipe from oecore to avoid conflict with >> files generated by emgd-driver-bin recipe. > > The same problem happens with cdv-pvr-driver, right? > > It turns out that the

Re: [yocto] [PATCH 4/4] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-31 Thread Burton, Ross
Hi, On 31 October 2012 02:23, wrote: > Extend the mesa-dri recipe from oecore to avoid conflict with > files generated by emgd-driver-bin recipe. The same problem happens with cdv-pvr-driver, right? It turns out that the binary DRI drivers these closed driver packages install are very dependen

[yocto] Disguising Yocto sysroot as Code Sourcery tool chain

2012-10-31 Thread Patrick Turley
We have a piece of software that is normally built with a Code Sourcery tool chain. We want to build it with a Yocto-produced tool chain instead. The shortest (though admittedly "hackiest") path to success may be to create a file tree that *looks* like a Code Sourcery tool chain, but is actually

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Tom Zanussi
On Wed, 2012-10-31 at 09:06 -0700, Darren Hart wrote: > On 10/31/2012 08:17 AM, Tom Zanussi wrote: > > > > On Tue, 2012-10-30 at 19:23 -0700, nitin.a.kam...@intel.com wrote: > >> From: Nitin A Kamble > >> > >> Tested these on all BSPs i maintain with results as expected. > >> Also this testing Ac

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Darren Hart
On 10/31/2012 08:17 AM, Tom Zanussi wrote: > > On Tue, 2012-10-30 at 19:23 -0700, nitin.a.kam...@intel.com wrote: >> From: Nitin A Kamble >> >> Tested these on all BSPs i maintain with results as expected. >> Also this testing Acks the kernel SRCREV bumps done by Tom today. >> > > I've verified

Re: [yocto] [meta-fsl-ppc denzil] inetutils_1.8.bbapend: ifconfig -a includes interfaces without an address

2012-10-31 Thread McClintock Matthew-B29882
On Wed, Oct 31, 2012 at 1:08 AM, wrote: > From: Chunrong Guo > >*ifconfig/if_index.c (if_nameindex): Remove local variables >`ifc', `i', `rq_len', `last_len', `ifr', `end', `cur'. >Add local variables `content', `it', `length', `index'. >Remove cod

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Kamble, Nitin A
> -Original Message- > From: Zanussi, Tom > Sent: Wednesday, October 31, 2012 8:18 AM > To: Kamble, Nitin A > Cc: Hart, Darren; yocto@yoctoproject.org; Burton, Ross > Subject: Re: [PATCH 0/4] misc fixes for 1.3 meta-intel release > > > On Tue, 2012-10-30 at 19:23 -0700, nitin.a.kam...@i

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Burton, Ross
On 31 October 2012 15:17, Tom Zanussi wrote: > That just leaves cedartrail before we can pull this in. That's odd, I was just about to write a mail. My current images are broken as they are based on master which has a duff udev. I'll do a rebuild against danny but that might not happen promptly

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-10-31 Thread Tom Zanussi
On Tue, 2012-10-30 at 19:23 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Tested these on all BSPs i maintain with results as expected. > Also this testing Acks the kernel SRCREV bumps done by Tom today. > I've verified this works fine on crownbay and you've verified on sug

Re: [yocto] [meta-fsl-ppc denzil] inetutils_1.8.bbapend: ifconfig -a includes interfaces without an address

2012-10-31 Thread Joe MacDonald
[[yocto] [meta-fsl-ppc denzil] inetutils_1.8.bbapend: ifconfig -a includes interfaces without an address] On 12.10.31 (Wed 01:08) b40...@freescale.com wrote: > From: Chunrong Guo > >*ifconfig/if_index.c (if_nameindex): Remove local variables >`ifc', `i', `rq_len', `last

Re: [yocto] [PATCH 2/4] libva-intel-driver: update to the latest version

2012-10-31 Thread Burton, Ross
On 31 October 2012 02:23, wrote: > The maintainer of the upstream project is recommending > to update the recipe to the latest version to fix the video > playback issue. The latest version is actually .18, not .17. Ross ___ yocto mailing list yocto@yo

[yocto] [PATCH 1/1] create-recipe: update re pattern and output

2012-10-31 Thread Kang Kai
In the URL, there may be more than just digits in the version section, something like xz 5.1.2alpha. Update RE pattern to catch all the string after package name and before '.tar' in URL as package version. And error message which has been sent to /dev/null still shows on Ubuntu 12.10 with perl 5.

[yocto] [PATCH 0/1] update script create-recipe

2012-10-31 Thread Kang Kai
Update create-recipe to fix some small bugs. The following changes since commit e9e3285e1397cfd2d34f4eb7b5aa59311eea861d: openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} (2012-10-30 11:06:38 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/update-cr

[yocto] [meta-oe master] inetutils_1.8.bb:task do_configure and do_compile:failed

2012-10-31 Thread b40290
From: Chunrong Guo * fix the following error : configure.ac:572: error: automatic de-ANSI-fication support has been removed | /tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12/protos.m4:10: AM_C_PROTOTYPES is expanded from... | configure.ac:572: the top level | autom4te: m4 f