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 wrote: > On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava > wrote: > > ERROR: QA Issu

[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] clarification

2012-07-11 Thread Khem Raj
On Tue, Jul 10, 2012 at 10:05 PM, Sreekanth Nandakumar 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. > would you show it

[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

[yocto] [PATCH 1/1] linux-firmware: update md5sum for LICENCE.iwlwifi_firmware

2012-07-11 Thread tom . zanussi
From: Tom Zanussi Update the LIC_FILES_CHKSUM, since the license changed slightly. According to the git log: "Just an extension of the copyright dates." Signed-off-by: Tom Zanussi --- .../linux-firmware/linux-firmware_git.bbappend |2 +- 1 files changed, 1 insertions(+), 1 deletio

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

2012-07-11 Thread tom . zanussi
From: Tom Zanussi 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: Catch up with netbase 4.47

[yocto] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- 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 subject. +Building the m

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 wrote: > Signed-off-by: Kevin Strasser > --- > 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@

[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 Capital letters in receipe name generate error when ipk package types are used for build Signed-off-by: Rahul Saxena --- ...s_0.1.bb => ogg-cc-by-3.0-music-samples_0.1.bb} |0 .../images/core-image-sato-dev.bbappend|2 +- .../images/core-image-sato-sdk.b

[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 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 -- The following changes sin

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

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- 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 subject. +Building the m

[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 --- recipes-extend

[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 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 --- recipes-multimedia/faac/faac_1.24.bb |5 +++-- 1 file changed, 3 insertions(+), 2 del

[yocto] [meta-baryon] [PATCH 1/4] faad2: split out staticdev files

2012-07-11 Thread Paul Eggleton
Fixes the following QA issues: ERROR: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '${WORKDIR}/packages-split/libfaad-dev/usr/lib/libfaad.a' ERROR: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev path '${WORKDIR}/packages-split/libmp4ff-de

[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 1784e

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

2012-07-11 Thread Robert P. J. Day
On Wed, 11 Jul 2012, Kevin Strasser wrote: > Signed-off-by: Kevin Strasser > --- > 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.

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

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- 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 subject. +Building the m

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

Re: [yocto] meta-baryon

2012-07-11 Thread Jim Abernathy
On 07/11/2012 12:49 PM, Jim Abernathy wrote: 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

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 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 int

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] Error while adding a new recipe

2012-07-11 Thread Khem Raj
On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava 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 binary or some firmware blob

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 bit

[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 an

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

2012-07-11 Thread Marc Ferland
"Murugayah, Kanapathy" 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" [1442948.075] (WW) Warning, could

[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 do_p

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 > --- > README | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/README b/README > index 2a9c77d..bdd2269 100644 > --- a/README > +++ b/README > @@ -27,6 +27,24 @@ to yocto@yoctopr

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 differe

[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 yocto@yoctoproject.