[yocto] FW: YP Linux Kernel Development Manual

2013-01-21 Thread Rifenbark, Scott M
Hi, I am reposting this to the discussion list and copying Darren Hart. Scott From: Eddy Lai GMail [mailto:eddy.lai...@gmail.com] Sent: Monday, January 21, 2013 3:36 PM To: Rifenbark, Scott M Subject: Re: [yocto] YP Linux Kernel Development Manual hi hi, I follow the kernel development manual

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, January 22, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-01-21 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto Project 1.2.2 status - 10 min (Scott/Beth) * Yocto Project 1.3.1 status - 10 min : * Yocto 1.4 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status#Overview

[linux-yocto] a new kernel repo branch for emgd 1.16 driver

2013-01-21 Thread Kamble, Nitin A
Hi Bruce, I have created a branch for emgd-1.16 kernel driver for the v3.4 kernel repo over here. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/emgd-1.16 It consists of mainly following 2 commits on top of the standard/base branch. Can you pull this branch in

[yocto] [meta-mono][PATCH 2/2] monotools-server: Remove multiline comment

2013-01-21 Thread Khem Raj
bitbake/master does not like it anymore Signed-off-by: Khem Raj --- .../monotools-server/monotools-server_2.0.bb |2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-mono/monotools-server/monotools-server_2.0.bb b/recipes-mono/monotools-server/monotools-server_2.0.bb index 551c

[yocto] [meta-mono][PATCH 1/2] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-21 Thread Khem Raj
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Khem Raj --- conf/layer.con

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Patrick Turley
On Jan 21, 2013, at 4:35 PM, "Zhang, Jessica" wrote: > Hi Patrick, > > Since you're able to add the dev packages to images, just do bitbake > yourimagewithALSA -c populate_sdk, that should generate a SDK contains ALSA. > By default, meta-toolchain-sdk is predefined unless you use "-c populate

[yocto] What are the other options to boot the Image if USB is NOT Detected from BIOS?

2013-01-21 Thread Bodke, Kishore K
Hi, I want to boot the Yocto Image for a new hardware platform, for which unfortunately the USB is not detectable in the BIOS (due to h/w issues) Trying to find out what other options do we have if we cannot boot from USB? Tried burning the CD from an ISO image. That did not work either. Any p

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Jack Mitchell
On 01/21/13 21:27, Patrick Turley wrote: I've been working on re-targeting some code from a vendor's board to our own board. For libraries and other low-level code, everything's been fine. For test applications, I'm running into a dependency on the header file alsa/asoundlib.h, which is obvio

[yocto] [ANNOUNCEMENT] Yocto 1.2.2 Released

2013-01-21 Thread Flanagan, Elizabeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, The latest point release of the Yocto Project, 1.2.2 "denzil", is now available for download at: * http://downloads.yoctoproject.org/releases/yocto/yocto-1.2.2/poky-denzil-7.0.2.tar.bz2 * http://mirrors.kernel.org/yocto/yocto/yocto-1.2.2/po

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, January 22, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-01-21 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto Project 1.2.2 status - 10 min (Scott/Beth) * Yocto Project 1.3.1 status - 10 min (Ross) * Yocto 1.4 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status#Overview * SWAT team rotation: Constantin Musca -> Bogd

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Zhang, Jessica
Hi Patrick, Since you're able to add the dev packages to images, just do bitbake yourimagewithALSA -c populate_sdk, that should generate a SDK contains ALSA. By default, meta-toolchain-sdk is predefined unless you use "-c populate_sdk" to enforce the SDK sysroot to match your rootfs. Cheers,

[yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Patrick Turley
I've been working on re-targeting some code from a vendor's board to our own board. For libraries and other low-level code, everything's been fine. For test applications, I'm running into a dependency on the header file alsa/asoundlib.h, which is obviously part of ALSA. I've been building our

Re: [yocto] Build external module against Yocto kernel

2013-01-21 Thread Patrick Turley
On Jan 16, 2013, at 11:11 AM, Darren Hart wrote: > On 01/15/2013 10:38 AM, Bruce Ashfield wrote: >> >> I finally found the entries that I was recalling earlier. They are: >> >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=241 >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=1614 >> http

Re: [yocto] YP Profiling and Tracing Manual available

2013-01-21 Thread Robert P. J. Day
On Mon, 21 Jan 2013, Tom Zanussi wrote: > On Mon, 2013-01-21 at 15:17 -0500, Robert P. J. Day wrote: > > On Mon, 21 Jan 2013, Rifenbark, Scott M wrote: > > > > > Hi, > > > > > > There is a new YP-style manual called "Yocto Project Profiling and > > > Tracing Manual" available at > > > http://www.y

Re: [yocto] YP Profiling and Tracing Manual available

2013-01-21 Thread Tom Zanussi
On Mon, 2013-01-21 at 15:17 -0500, Robert P. J. Day wrote: > On Mon, 21 Jan 2013, Rifenbark, Scott M wrote: > > > Hi, > > > > There is a new YP-style manual called "Yocto Project Profiling and > > Tracing Manual" available at > > http://www.yoctoproject.org/docs/1.4/profile-manual/profile-manual.h

Re: [yocto] YP Profiling and Tracing Manual available

2013-01-21 Thread Robert P. J. Day
On Mon, 21 Jan 2013, Rifenbark, Scott M wrote: > Hi, > > There is a new YP-style manual called "Yocto Project Profiling and > Tracing Manual" available at > http://www.yoctoproject.org/docs/1.4/profile-manual/profile-manual.html. > While this manual is in YP-form, it has not undergone any edits fr

[yocto] YP Profiling and Tracing Manual available

2013-01-21 Thread Rifenbark, Scott M
Hi, There is a new YP-style manual called "Yocto Project Profiling and Tracing Manual" available at http://www.yoctoproject.org/docs/1.4/profile-manual/profile-manual.html. While this manual is in YP-form, it has not undergone any edits from its original at https://wiki.yoctoproject.org/wiki

[yocto] [PATCH v2] [eclipse-poky][branch:windows-build]Performance fix for Windows implementation

2013-01-21 Thread Ioana Grigoropol
- run each command in a separate shell - needs explicit sourcing of environment and closing for each command - add distinction between OEFS URI and actual URI of the remote project and files -> YoctoLocation of the project contains both URIs - use OEFS URI only for initialization

Re: [yocto] Mouse Keyboard don't work at sato Beagle Image

2013-01-21 Thread Raul Rosetto Munoz
Some one have any suggestion? I think that is a meta-ti configuration. I did the same for imx53 using meta-fsl and the mouse and keyboard working fine! Thanks 2013/1/19 Raul Rosetto Munoz > Hello All, > > I compiled a core-image-sato for a BeagleBone and BeagleBoard. > > I'm using all layers