Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Ross Burton
It's a package produced by libclutter-1.8, not a recipe. Ross-- Ross Burton Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, 12 October 2012 at 00:39, Kamble, Nitin A wrote: > > > > -Original Message- > > From: Burton, Ross [mailto:ross.bur...@intel.com] > > Sent: T

[yocto] 1.3_M5.rc4 ready for QA

2012-10-11 Thread Flanagan, Elizabeth
Last night we generated what we hope will be the final release candidate for the upcoming Yocto Project 1.3 release "danny" Please begin QA on the following build Location: http://autobuilder.yoctoproject.org/pub/nightly/20121010-3/ Branch: danny Tag: 1.3_M5.rc4 Commits: poky: c9de24d3f4845251b0

Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Thursday, October 11, 2012 9:54 AM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org; Zanussi, Tom; Hart, Darren > Subject: Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as > preferred ver

[yocto] [PATCHv4 8/8] custom-licenses dir for emgd recipe Licenses

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble Add a directory common/custom-licenses to store license texts of recipes in meta-intel layer using custom licenses. Adding these licenses text for emgd-driver-bin recipe: - Intel-software-license-emgd-1.14 - Intel-user-space-graphics-driver-binary-license-emgd-1.14 This tak

[yocto] [PATCHv4 0/8] Misc meta-intel commits

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble This v4 pull request add these extra commits compared to v3 mesa-dri.bbappend: avoid conflict with emgd-driver-bin emgd-driver-bin: note all the EMGD licenses custom-licenses dir for emgd recipe Licenses Thanks, Nitin The following changes since commit 5d8a05811101f7

[yocto] [PATCHv4 6/8] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-11 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] [PATCHv4 4/8] fishriver BSP retirement

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble This commit removes fishriver bsp from meta-intel layer. Fish-River-Island-2 hardware and BSP has made this Fish-River-Island hardware and BSP obsolete. Also we discussed this on the Yocto Execution Tracking Meeting, and to our knowledge no customer is using (cares about

[yocto] [PATCHv4 7/8] emgd-driver-bin: note all the EMGD licenses

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble There are two files containing the custom license data for EMGD: license: which holds INTEL SOFTWARE LICENSE AGREEMENT readme.txt: which holds User Space Graphics Driver Binary License checksum both these files to track any license changes in future. Signed-off-by: Nitin A

[yocto] [PATCHv4 5/8] update maintainers of various BSPs

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble BSP maintainership for following BSPs is now transitioned from Tom to Nitin sugarbay, emenlow, crownbay, jasperforest, chiefriver Signed-off-by: Nitin A Kamble --- MAINTAINERS | 12 ++-- meta-chiefriver/README | 11 +++ meta-crownbay/REA

[yocto] [PATCHv4 3/8] emgd-driver_bin_1.10: Remove in favor of 1.14

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble All BSPs have been migrated to 1.14, we can now safely retire 1.10 Signed-off-by: Nitin A Kamble --- .../xorg-driver/emgd-driver-bin_1.10.bb| 93 1 files changed, 0 insertions(+), 93 deletions(-) delete mode 100644 common/recipes-graphic

[yocto] [PATCHv4 1/8] xf86-video-intel: Bring 2.20.0 version to match released graphics stack

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble The Intel Linux graphics stack version 12.07 released on 2012-07-24 requires version 2.20.0 as seen here: http://intellinuxgraphics.org/2012.07.html Currently oecore has 2.19.0 version. So get this 2.20.0 version in meta-intel layer to be used by sugarbay and other BSPs u

[yocto] [PATCHv4 2/8] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread nitin . a . kamble
From: Nitin A Kamble Avoid following warnings while building crownbay BSPs: NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl) NOTE: versions of mesa-dri available: 2:8.0.4 2:8.0.4+git1+c1f4867c89adb1a6b19d66ec8ad146115909f0a7 This commit addresses one of the iss

Re: [yocto] The BitBake equivalent of "Hello, World!"

2012-10-11 Thread Patrick Turley
https://github.com/pturley0/bitbake-hello-world On Oct 9, 2012, at 5:56 PM, McClintock Matthew-B29882 wrote: > On Tue, Oct 9, 2012 at 5:31 PM, Patrick Turley > wrote: >> Success. The file tree depicted at the bottom of this mail is nearly the >> smallest, valid BitBake project that prints "Hel

[yocto] Getting gcc-4.7 and eglibc-2.16 to work with PowerPC440

2012-10-11 Thread Elvis Dowson
Hi Khem, After I finished getting gcc-4.5.4 and eglibc-2.13 to build for the PowerPC440 target, using soft-float, I tried the following combinations 1. gcc-4.7.2 with eglibc-2.13 - result, no prompt on the login screen, able to ping the target board, but no root login prompt. It

Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Burton, Ross
On 11 October 2012 00:10, Kamble, Nitin A wrote: >So far I have tested with glxgears and glxinfo with the 8.0.4 version of > mesa-dri. And I did not find any issues. And Tom has been testing the same > way so far without any complaints. If there is something which can help > things test fur

[yocto] Build failure using Master branch for Crownbay

2012-10-11 Thread Jim Abernathy
TARGET_ARCH = "i586" TARGET_OS = "linux" MACHINE = "crownbay" DISTRO= "poky" DISTRO_VERSION= "1.3+snapshot-20121011" TUNE_FEATURES = "m32 core2" TARGET_FPU= "" meta meta-yocto

Re: [yocto] Changelog for 1.3

2012-10-11 Thread Burton, Ross
On 11 October 2012 12:22, Paul Eggleton wrote: > - Mesa can now provide GLES accelerated graphics without X11 Explicitly saying "through EGL" might be a good idea here. Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/l

[yocto] Changelog for 1.3

2012-10-11 Thread Paul Eggleton
Hi folks, I've put together a list of medium to high-level changes based on browsing through the commits for the release: - Improved terminal UI which makes it easy to see the tasks that are currently executing, and avoids burying any warnings that are printed - Eliminated intermediate step when

Re: [yocto] [PATCHv2 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Burton, Ross
On 11 October 2012 00:14, Kamble, Nitin A wrote: > The reason is we want to know if the version of mesa in oecore has changed > or not. EMGD has specific needs of mesa, and in the testing we are not > finding any issues with v8.0.4 of mesa. But that may not hold true for future > versions of