[yocto] Howto add TIPC-support into kernel?

2012-10-02 Thread Jonas Jonsson L
Hi! I'm writing a recipe for a piece of software that requires TIPC support in the kernel. I've tried to figure out a way to accomplish this within my bb-file, but with no success. Is there a way to do such thing with Yocto, currently I run 'bitbake -c menuconfig linux-yocto' (or is it

Re: [yocto] [PATCH 00/62] denzil pull request 2

2012-10-02 Thread Richard Purdie
On Mon, 2012-09-24 at 17:29 -0700, Scott Garman wrote: The following changes since commit 65ffa7395055f7e012cb973f63f92380828eed0d: yocto-bsp: use base branches for qemu 'newbranch' case (2012-08-21 11:35:22 +0100) are available in the git repository at:

Re: [yocto] Cannot do atom-pc build with meta-cedartrail

2012-10-02 Thread Mihai Lindner
On 2012-09-29 23:50, Ross Burton wrote: On Thursday, 27 September 2012 at 18:07, Tom Zanussi wrote: Yeah, looks like the other SRC_URIs do that, but it's missing from that SRC_URI - I just pushed a fix for this one to meta-intel/master. Thanks Tom, I've been frequently flipping between

Re: [yocto] Cannot do atom-pc build with meta-cedartrail

2012-10-02 Thread Tom Zanussi
On Tue, 2012-10-02 at 18:00 +0300, Mihai Lindner wrote: On 2012-09-29 23:50, Ross Burton wrote: On Thursday, 27 September 2012 at 18:07, Tom Zanussi wrote: Yeah, looks like the other SRC_URIs do that, but it's missing from that SRC_URI - I just pushed a fix for this one to

[yocto] Tftp Server Problem P1021rdb

2012-10-02 Thread Maxime Moge
Hello, Ich ve got to install the TFTP-Server on the Linux Virtual Machine(Ubuntu 10.04) : sudo apt-get install xinetd tftpd-hpa tftp sudo vim /etc/default/tftpd-hpa #defaults for tftp-hpa RUN_DAEMON=yes OPTIONS=-l -s

Re: [yocto] How do you release distros produced with Yocto? How should I?

2012-10-02 Thread Tomas Frydrych
Hi, On 02/10/12 17:43, Jerrod Peach wrote: I'm also starting to think there might be a better way to handle this with Yocto's concept of distros (perhaps have a distro for printer X, and a different one for printer Y, each pointing at versions of code that are good for the respective

[yocto] [PATCH 1/1] [meta-intel] meta-crystalforest: Create a custom build Image recipe.

2012-10-02 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com To build with the corpus files recipes, create a customized recipe to install them into the Image. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../recipes-qat-image/images/core-image-qat-sdk.bb | 16

[yocto] [PATCH 0/1][meta-intel] Add a custom Image recipe

2012-10-02 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com This patch adds the custom build Image recipe to install all the corpus files into the image. Please pull them into meta-intel/master. Thanks Kishore. The following changes since commit 50ac6e8785c167ea4aa4601fd690ef783151853d: meta-intel: use

Re: [yocto] How do you release distros produced with Yocto? How should I?

2012-10-02 Thread Jerrod Peach
Tomas, Sounds to me like your situation implies a single distro + multiple machines, one for each distinct printer model; you can then specify revisions on per-machine basis. I don't think that's actually what we want. The architecture of each machine will be the same. That is, one ASIC

Re: [yocto] How do you release distros produced with Yocto? How should I?

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 12:43:27PM -0400, Jerrod Peach wrote: All, After spending a few years working with a several-years old forked and heavily-modified version of BitBake, my company is looking at switching to using Yocto to build embedded Linux for its printers. I've been playing

[yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Evade Flow
I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build configuration looks like this: OE Build Configuration: BB_VERSION= 1.15.2 TARGET_ARCH = arm TARGET_OS

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build configuration looks like this: OE Build

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Julian Scheel
Am 02.10.2012 um 23:22 schrieb Martin Jansa martin.ja...@gmail.com: On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 11:38:08PM +0200, Julian Scheel wrote: Am 02.10.2012 um 23:22 schrieb Martin Jansa martin.ja...@gmail.com: On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Evade Flow
Change that to git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=http;branch=ti-ubuntu-3.1-1282 and you'll get git fetch over http protocol. Ah, right! Thanks, I never considered that. In fact, the original recipe at: -

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Scott Garman
On 10/02/2012 02:17 PM, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build configuration looks like this: I just would like to comment that this is

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 03:09:19PM -0700, Scott Garman wrote: On 10/02/2012 02:17 PM, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build

Re: [yocto] [PATCH] meta-cedartrail: add missing dependency on EXA module to X driver

2012-10-02 Thread Tom Zanussi
Pulled into meta-intel/master. Thanks, Tom On Tue, 2012-10-02 at 11:11 +0100, Ross Burton wrote: [YOCTO #3204] Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb|3 ++- 1 file changed, 2 insertions(+), 1

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, October 02, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-10-02 Thread Liu, Song
Attendees: David Wolf, Michael, Mark, AlexG, Bjorn, Dave, Paul, Jessica, Ross, Saul, Beth, Kevin, Richard, Bruce, Nitin, LaurentiuP, Cristian, ScottR, Jeff, MihaiL, Denys, Song   Agenda:   * Opens collection - 5 min (Song) - Congrats to the team on M4 release.   * Yocto 1.3 status - 10 min

[yocto] [PATCH 0/1] meta-intel: 'universe' build fix

2012-10-02 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This patchset fixes a build problem seen in a meta-intel-gpl build. The following changes since commit 97bf8bacd0e0e1fd67f4dcc5dff4237f7ff1ccbf: meta-cedartrail: add missing dependency on EXA module to X driver (2012-10-02 17:21:26 -0500) are

[yocto] [PATCH 1/1] gst-va-intel: incude gst-ffmpeg only if 'commercial' is whitelisted

2012-10-02 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com World and universe builds break if the newly commercial gst-ffmpeg is included without a 'commercial' entry in LICENSE_FLAGS_WHITELIST, so only add gst-ffmpeg if that's the case. Normally BSPs conditionally include gst-va-intel and thus gst-ffmpeg is