[yocto] FW: Unable to start X on Yocto 1.2

2012-07-11 Thread Murugayah, Kanapathy
Hi I am having some issues with Yocto 1.2 on Crownbay. After building an image (core-image-sato) with crownbay bsp + emgd, it fails to startx. Regards, Kanapathy Murugayah Xorg.0.log Description: Xorg.0.log ___ yocto mailing list

Re: [yocto] [OE-core] RFC: [PATCH 1/1] toolchain-scripts: Sync the SDK/ADT values to the build system

2012-07-11 Thread Richard Purdie
On Tue, 2012-07-10 at 15:54 -0500, Mark Hatle wrote: The build system passes specific TUNE (fundamental) flag values to various tools instead of using a shell wrapper or similar. It is important that the build system and ADT/SDK match the behaviors exactly, or we are likely to have

Re: [yocto] [PATCH] meta-baryon: add build documentation

2012-07-11 Thread Paul Eggleton
On Tuesday 10 July 2012 13:06:57 Kevin Strasser wrote: Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 2a9c77d..bdd2269 100644 --- a/README +++ b/README @@ -27,6

[yocto] Error while adding a new recipe

2012-07-11 Thread Navani Srivastava
Hi, I am working on poky-denzil-1.0 and I have added a recipe to copy pre-built binaries and some documents to specified path of rootfs. I am able to copy documents in rootfs successfully but while copying binaries to rootfs, I am getting following error - NOTE: package colorado-1.0-r0: task

Re: [yocto] FW: Unable to start X on Yocto 1.2

2012-07-11 Thread Marc Ferland
Murugayah, Kanapathy kanapathy.muruga...@intel.com writes: Hi I am having some issues with Yocto 1.2 on Crownbay. After building an image (core-image-sato) with crownbay bsp + emgd, it fails to startx. Your problem is surely related to this: [1442948.073] (II) LoadModule: emgd

[yocto] switch between denzil and edison

2012-07-11 Thread Jim Abernathy
I just build an Ubuntu 12.04 LTS development system and installed the required packages based on the current 1.2 QS Guide. On Denzil based BSP that works as expected. However, I needed to switch back to edison. When I tried to bitbake an image I received errors that stated a need for bash

Re: [yocto] switch between denzil and edison

2012-07-11 Thread Paul Eggleton
On Wednesday 11 July 2012 09:12:44 Jim Abernathy wrote: I just build an Ubuntu 12.04 LTS development system and installed the required packages based on the current 1.2 QS Guide. On Denzil based BSP that works as expected. However, I needed to switch back to edison. When I tried to bitbake

Re: [yocto] Error while adding a new recipe

2012-07-11 Thread Khem Raj
On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava navani.srivast...@gmail.com wrote: ERROR: QA Issue: Architecture did not match (40 to 3) on /work/armv6-vfp-poky-linux-gnueabi/colorado-1.0-r0/packages-split/colorado/home/Leica/Bin/colorado_gui_bk what is this file ? is it some precompiled

Re: [yocto] meta-baryon

2012-07-11 Thread Jim Abernathy
On 07/10/2012 03:47 PM, Jim Abernathy wrote: I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I guessed correctly on how to integrate it in. 1. make the machine = n450 in local.conf 2. make distro

Re: [yocto] meta-baryon

2012-07-11 Thread Paul Eggleton
On Wednesday 11 July 2012 11:39:24 Jim Abernathy wrote: On 07/10/2012 03:47 PM, Jim Abernathy wrote: I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I guessed correctly on how to integrate

Re: [yocto] meta-baryon

2012-07-11 Thread Jim Abernathy
On 07/11/2012 11:47 AM, Paul Eggleton wrote: On Wednesday 11 July 2012 11:39:24 Jim Abernathy wrote: On 07/10/2012 03:47 PM, Jim Abernathy wrote: I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I

Re: [yocto] meta-baryon

2012-07-11 Thread Paul Eggleton
On Wednesday 11 July 2012 13:01:43 Jim Abernathy wrote: On 07/11/2012 12:49 PM, Jim Abernathy wrote: When you do have time, let me know if my assumptions above were correct. I must be missing something because I can't find any evidence of webmin in the file system. So while my board boots

[yocto] [PATCH] meta-baryon: add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..698d403 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the

[yocto] [meta-baryon] [PATCH 0/4] Baryon build fixes

2012-07-11 Thread Paul Eggleton
Some fixes for issues preventing successful builds with master and edison. It includes a sync of the samba recipe with the current version in meta-oe - it's still not completely in sync, hopefully that can be done as a separate exercise in the near future. The following changes since commit

[yocto] [meta-baryon] [PATCH 2/4] faac: split out staticdev files

2012-07-11 Thread Paul Eggleton
Fixes the following QA issue: ERROR: QA Issue: non -staticdev package contains static .a library: libfaac-dev path '${WORKDIR}/packages-split/libfaac-dev/usr/lib/libfaac.a' Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- recipes-multimedia/faac/faac_1.24.bb |5 +++-- 1 file

[yocto] [meta-baryon] [PATCH 3/4] samba: merge with meta-oe

2012-07-11 Thread Paul Eggleton
Merge this recipe with the current version from meta-oe. This brings the following improvements: * Fix a configure failure due to python host contamination * Split some components out to their own packages * Tidy up some cruft left over from the OE-Classic recipe Signed-off-by: Paul Eggleton

[yocto] [meta-baryon] [PATCH 4/4] baryon-image: use IMAGE_INSTALL instead of CORE_IMAGE_EXTRA_INSTALL

2012-07-11 Thread Paul Eggleton
CORE_IMAGE_EXTRA_INSTALL is really intended to be used from local.conf and not in custom image recipes, so we should not be using it here. As a bonus, adding to IMAGE_INSTALL instead allows the image recipe to be compatible with the edison release. Signed-off-by: Paul Eggleton

[yocto] [PATCH] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..8303cdf 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the

[yocto] [PATCH 0/1][meta-intel] Cover letter to rename ogg-CC-BY-3.0-music-samples_0.1.bb

2012-07-11 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Cover letter to rename ogg-CC-BY-3.0-music-samples_0.1.bb to ogg-cc-by-3.0-music-samples_0.1.bb Capital letters in receipe name generate error when ipk package types are used for build Please pull into Edison branch. Signed-off-by: Rahul Saxena

[yocto] [PATCH 1/1] meta-cedartrail: rename ogg-CC-BY-3.0-music-samples_0.1.bb to ogg-cc-by-3.0-music-samples_0.1.bb

2012-07-11 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Capital letters in receipe name generate error when ipk package types are used for build Signed-off-by: Rahul Saxena rahul.sax...@.intel.com --- ...s_0.1.bb = ogg-cc-by-3.0-music-samples_0.1.bb} |0 .../images/core-image-sato-dev.bbappend

Re: [yocto] [PATCH] [meta-baryon] add build documentation

2012-07-11 Thread Flanagan, Elizabeth
On Wed, Jul 11, 2012 at 11:05 AM, Kevin Strasser kevin.stras...@linux.intel.com wrote: Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..8303cdf 100644 ---

[yocto] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..10a338a 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the

[yocto] [PATCH 0/1] meta-intel: linux-firmware license update

2012-07-11 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This updates the license checksum used in the recipe, which trivially changed, but caused build failures for fri2 and fri2-noemgd. The following changes since commit bf067c332c65ef6e8200e0c0b1d0226dc8300c85: Richard Purdie (1): meta-sys940x:

[yocto] clarification

2012-07-11 Thread Sreekanth Nandakumar
Hi, As I am new to yocto can you clarify the following things. We have our own kernel code(v 2.6.38) placed in local directory /home/administrator/testing/kernel) . I have written recipe for it. We have Makefile to build the kernel. Will bitbake identify the Makefile start building or

Re: [yocto] clarification

2012-07-11 Thread Khem Raj
On Tue, Jul 10, 2012 at 10:05 PM, Sreekanth Nandakumar sreekanth.nandaku...@csr.com wrote: Hi, As I am new to yocto can you clarify the following things. We have our own kernel code(v 2.6.38) placed in local directory /home/administrator/testing/kernel) . I have written recipe for it.

[yocto] 1.3_M2.rc1 Status

2012-07-11 Thread Flanagan, Elizabeth
The 1.3_M2.rc1 build will be available in a few hours at: http://autobuilder.yoctoproject.org/pub/nightly/20120711-2/ One issue was detected during build time, with the eclipse plugin. This was caused by an inability of the autobuilder to reach the eclipse servers during build time. The eclipse

Re: [yocto] Error while adding a new recipe

2012-07-11 Thread Navani Srivastava
Thanks for your reply.. It is a pre-built-binary which I am trying to put in a specific path of rootfs. I didn't get what does it mean by packaging it seperately.. On Wed, Jul 11, 2012 at 8:04 PM, Khem Raj raj.k...@gmail.com wrote: On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava