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

2012-10-02 Thread Khem Raj
On Tue, Oct 2, 2012 at 2:38 PM, Julian Scheel wrote: > > Am 02.10.2012 um 23:22 schrieb 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://maniac

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

2012-10-02 Thread Khem Raj
On Tue, Oct 2, 2012 at 11:45 AM, Jerrod Peach wrote: > 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

Re: [yocto] Tftp Server Problem P1021rdb

2012-10-02 Thread Khem Raj
On Tue, Oct 2, 2012 at 9:15 AM, Maxime Moge wrote: > 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 >

Re: [yocto] Runtime update of yocto-images

2012-10-02 Thread Khem Raj
On Mon, Oct 1, 2012 at 1:51 PM, Marc Ferland wrote: > Julian Scheel writes: > >> Hi, >> >> I wonder how everyone deals with runtime updates of yocto based >> systems? Are you using the package management for this? Actually I'd >> prefer a one-file update, which would replace the whole rootfs. I >

Re: [yocto] Kernel Stop in Freeing init memory: 228K

2012-10-02 Thread Khem Raj
On Sun, Sep 30, 2012 at 8:58 AM, Raul Rosetto Munoz wrote: > bridge-utils \ > nodejs \ > cloud9 \ > connman" check what deps are added because of cloud9 are there any init conflicts that come in. bitbake -g might be helpful. __

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

2012-10-02 Thread tom . zanussi
From: Tom Zanussi 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 included in the build only

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

2012-10-02 Thread tom . zanussi
From: Tom Zanussi 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 available in the git repositor

[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 (So

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 > --- > .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb|3 > ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff

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

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 one

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: - http://github.com/Angstrom-distribution/meta-ti/

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

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 : > 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 bu

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 Conf

[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" > TARG

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 >

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

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

2012-10-02 Thread kishore . k . bodke
From: Kishore Bodke 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 FILESEXTRAPATHS for xserver

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

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

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 print

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

2012-10-02 Thread Jerrod Peach
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 with/writing tools and process around Yocto for a couple of months now, an

[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 /var/lib/t

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 meta-inte

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] Howto add TIPC-support into kernel?

2012-10-02 Thread Bruce Ashfield
On 12-10-02 05:23 AM, Jonas Jonsson L wrote: 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

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: > > git://git.yoctoproje

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

2012-10-02 Thread Ross Burton
[YOCTO #3204] Signed-off-by: Ross Burton --- .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb|3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb b/meta-cedartrail/recipes-graphics/xorg

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