[OE-core] [oe-core][PATCH 2/2] kernel.bbclass: unify white spaces

2012-03-29 Thread Martin Jansa
* indentation was with spaces and tabs, unify to use tabs instead of spaces, because python populate_packages expects tabs (or 8 spaces) and we're doing populate_packages_preppend here Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass | 38

Re: [OE-core] [PATCH] qt4: move from 4.8.0 to 4.8.1

2012-03-29 Thread Robert Yang
Hi Andreas, I have one question about the qt-x11-free, is it possible to enable the -sm -accessibility in oe-core, please? There is a meta-kde layer which requires the -sm -accessibility, but they are disabled in oe-core currently: QT_DISTRO_FLAGS ?= -no-accessibility -no-sm So there is a

[OE-core] [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options

2012-03-29 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * While building for i686 architectre an error was coming that locale_arch_options does not have support for i686. Add missing support. * Verified on intel architecture. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/libc-package.bbclass

Re: [OE-core] [PATCH] qt4: move from 4.8.0 to 4.8.1

2012-03-29 Thread Samuel Stirtzel
2012/3/29 Robert Yang liezhi.y...@windriver.com: Hi Andreas, I have one question about the qt-x11-free, is it possible to enable the -sm -accessibility in oe-core, please? There is a meta-kde layer which requires the -sm -accessibility, but they are disabled in oe-core currently:

[OE-core] [PATCH] docbook-utils-native: fix syntax problem in jw.in

2012-03-29 Thread Steffen Sledz
Fix runtime error occurred e.g. with docbook-to-man calls: grep: character class syntax is [[:space:]], not [:space:] grep: character class syntax is [[:space:]], not [:space:] jw: There is no frontend called /docbook/utils-0.6.14/frontends/docbook. See also:

Re: [OE-core] [PATCH 1/6] self-hosted-image: pre-populate the builder user with poky source

2012-03-29 Thread Cui, Dexuan
Saul Wold wrote on 2012-03-29: On 03/28/2012 08:35 AM, Cui, Dexuan wrote: Hi Saul, Did you test bitbake core-image-minimal inside the vmware guest? I got the following ERROR immediately: Pseudo is not functioning correctly, which will cause failures I suspect in the guest, pseudo is not

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-29 Thread Zhai, Edwin
On Thu, Mar 29, 2012 at 05:37:35AM +0200, Martin Jansa wrote: On Thu, Mar 29, 2012 at 09:31:28AM +0800, Zhai, Edwin wrote: On Wed, Mar 28, 2012 at 12:58:37PM +0200, Martin Jansa wrote: On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote: From: Martin Jansa

Re: [OE-core] [PATCH 5/9] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-29 Thread Xiaofeng Yan
Thanks for your suggestion very much. I think I understand what you said. The new patches will be pushed to OE-core this week according to your suggestion. On 2012年03月28日 05:27, Chris Larson wrote: On Mon, Mar 26, 2012 at 7:24 PM, Xiaofeng Yan xiaofeng@windriver.com wrote: From:

Re: [OE-core] [PATCH] qt4: move from 4.8.0 to 4.8.1

2012-03-29 Thread Otavio Salvador
On Thu, Mar 29, 2012 at 03:51, Robert Yang liezhi.y...@windriver.com wrote: If it is possible to enable them in oe-core, I'd like to send a patch for them. If you're going to change it please do it in a separate patch to allow easy revertion of it if need and to easy identification of this

Re: [OE-core] [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options

2012-03-29 Thread Otavio Salvador
Typo in commit log; please fix it and resend. On Thu, Mar 29, 2012 at 03:48, Noor, Ahsan noor_ah...@mentor.com wrote: From: Noor Ahsan noor_ah...@mentor.com * While building for i686 architectre an error was coming that locale_arch_options does not have support for i686. Add missing support.

Re: [OE-core] opkg-make-index cache failing

2012-03-29 Thread Martin Jansa
On Tue, Nov 29, 2011 at 12:40:52PM +0100, Martin Jansa wrote: On Fri, Nov 25, 2011 at 08:59:06PM +0100, Koen Kooi wrote: Op 25 nov. 2011, om 19:15 heeft Koen Kooi het volgende geschreven: Op 25 nov. 2011, om 17:53 heeft Richard Purdie het volgende geschreven: On Fri,

[OE-core] why use both IMAGE_FEATURES and EXTRA_IMAGE_FEATURES in a single .bb file?

2012-03-29 Thread Robert P. J. Day
given the recent excitement over += and =+, i thought i'd point out again the occasional weirdness like this snippet from core-image-sato-sdk.bb: IMAGE_FEATURES += apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs EXTRA_IMAGE_FEATURES += tools-debug tools-profile

Re: [OE-core] [PATCH] qt4: move from 4.8.0 to 4.8.1

2012-03-29 Thread Robert Yang
On 03/29/2012 03:00 PM, Samuel Stirtzel wrote: 2012/3/29 Robert Yangliezhi.y...@windriver.com: Hi Andreas, I have one question about the qt-x11-free, is it possible to enable the -sm -accessibility in oe-core, please? There is a meta-kde layer which requires the -sm -accessibility, but they

Re: [OE-core] why use both IMAGE_FEATURES and EXTRA_IMAGE_FEATURES in a single .bb file?

2012-03-29 Thread Martin Jansa
On Thu, Mar 29, 2012 at 04:11:57AM -0400, Robert P. J. Day wrote: given the recent excitement over += and =+, i thought i'd point out again the occasional weirdness like this snippet from core-image-sato-sdk.bb: IMAGE_FEATURES += apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs

Re: [OE-core] opkg-make-index cache failing

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 09:58 +0200, Martin Jansa wrote: Today I did some more tests and started using simple bash script to reindex all Packages files just once (instead of rebuilding common arch many times with bitbake package-index).

Re: [OE-core] why use both IMAGE_FEATURES and EXTRA_IMAGE_FEATURES in a single .bb file?

2012-03-29 Thread Robert P. J. Day
On Thu, 29 Mar 2012, Martin Jansa wrote: On Thu, Mar 29, 2012 at 04:11:57AM -0400, Robert P. J. Day wrote: given the recent excitement over += and =+, i thought i'd point out again the occasional weirdness like this snippet from core-image-sato-sdk.bb: IMAGE_FEATURES +=

Re: [OE-core] [PATCH] bc: use update-alternatives to make dc play nice with busybox

2012-03-29 Thread Richard Purdie
On Wed, 2012-03-28 at 19:35 -0400, Denys Dmytriyenko wrote: On Wed, Mar 28, 2012 at 09:38:04AM +0100, Richard Purdie wrote: On Wed, 2012-03-28 at 02:11 -0400, Denys Dmytriyenko wrote: -inherit autotools +do_install_append () { + mv ${D}${bindir}/dc ${D}${bindir}/dc.${PN} +} +

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-29 Thread Richard Purdie
On Wed, 2012-03-28 at 16:29 -0700, Tom Rini wrote: On Wed, Mar 28, 2012 at 10:11:44PM +0100, Richard Purdie wrote: On Wed, 2012-03-28 at 14:54 -0400, Denys Dmytriyenko wrote: On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini

Re: [OE-core] [oe-core][PATCH 2/2] kernel.bbclass: unify white spaces

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 08:24 +0200, Martin Jansa wrote: * indentation was with spaces and tabs, unify to use tabs instead of spaces, because python populate_packages expects tabs (or 8 spaces) and we're doing populate_packages_preppend here Signed-off-by: Martin Jansa

Re: [OE-core] Problem with perl upstream link

2012-03-29 Thread Richard Purdie
On Wed, 2012-03-28 at 21:02 +0300, Andrei Gherzan wrote: From time to time my build crashes after trying to unpack the downloaded perl package: Check the log here: ERROR: Logfile of failure stored in: BUILD/tmp-eglibc-eglibc/work/i686-linux/perl-native-5.14.2-r0/temp/log.do_unpack.14775 Log

[OE-core] Fetching code via git over ssh.

2012-03-29 Thread Samuel Stirtzel
Hi, as I have set up a git server on one of my PCs and secured it with ssh. I tried to use the repository in a recipe, cloning via git clone ssh://user@server/~/repo.git works. But bitbake tries to fetch the repository via scp instead of git (also if I add protocol=git). Tried something like this

Re: [OE-core] [oe-core][PATCH 2/2] kernel.bbclass: unify white spaces

2012-03-29 Thread Martin Jansa
On Thu, Mar 29, 2012 at 11:05:47AM +0100, Richard Purdie wrote: On Thu, 2012-03-29 at 08:24 +0200, Martin Jansa wrote: * indentation was with spaces and tabs, unify to use tabs instead of spaces, because python populate_packages expects tabs (or 8 spaces) and we're doing

[OE-core] Python egg-info/pth

2012-03-29 Thread Andreas Oberritter
Hi, many python packages install egg-info files or directories and/or pth files inside the site-packages directory. AFAICT, egg-info is used to provide multiple versions of python site packages, if required, if no package manager like opkg is involved. Since this is not the case in OE, it only

Re: [OE-core] Fetching code via git over ssh.

2012-03-29 Thread Andreas Oberritter
On 29.03.2012 14:13, Samuel Stirtzel wrote: Hi, as I have set up a git server on one of my PCs and secured it with ssh. I tried to use the repository in a recipe, cloning via git clone ssh://user@server/~/repo.git works. But bitbake tries to fetch the repository via scp instead of git (also

Re: [OE-core] [oe-core][PATCH 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-29 Thread Bruce Ashfield
On Thu, Mar 29, 2012 at 2:24 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  meta/classes/kernel.bbclass |   39 +++  1 files changed, 23 insertions(+), 16 deletions(-) diff --git

Re: [OE-core] [oe-core][PATCH 2/2] kernel.bbclass: unify white spaces

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 14:16 +0200, Martin Jansa wrote: On Thu, Mar 29, 2012 at 11:05:47AM +0100, Richard Purdie wrote: On Thu, 2012-03-29 at 08:24 +0200, Martin Jansa wrote: * indentation was with spaces and tabs, unify to use tabs instead of spaces, because python populate_packages

Re: [OE-core] Fetching code via git over ssh.

2012-03-29 Thread Samuel Stirtzel
2012/3/29 Andreas Oberritter o...@opendreambox.org: On 29.03.2012 14:13, Samuel Stirtzel wrote: Hi, as I have set up a git server on one of my PCs and secured it with ssh. I tried to use the repository in a recipe, cloning via git clone ssh://user@server/~/repo.git works. But bitbake tries

[OE-core] [oe-core][PATCHv2 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-29 Thread Martin Jansa
* allows to detect ENTRYPOINT from kernel binary marked with UBOOT_ENTRYSYMBOL used e.g. by ben-nanonote Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass | 41 + 1 files changed, 25 insertions(+), 16 deletions(-) diff

[OE-core] [oe-core][PATCHv2 2/2] kernel.bbclass: unify white spaces

2012-03-29 Thread Martin Jansa
* indentation was with spaces and tabs, unify to use tabs instead of spaces, for shell code and populate_packages_preppend, because python populate_packages expects tabs (or 8 spaces) * and use 4 spaces for anonymous python Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

Re: [OE-core] [oe-core][PATCHv2 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-29 Thread Bruce Ashfield
On 12-03-29 10:08 AM, Martin Jansa wrote: * allows to detect ENTRYPOINT from kernel binary marked with UBOOT_ENTRYSYMBOL used e.g. by ben-nanonote Nice to see the big benefit called out, definitely helps the casual reader :) Looks like we've got all the use cases preserved, so I have no

[OE-core] [PATCH] gstreamer: Provide easy way to enable runtime debugging

2012-03-29 Thread Gary Thomas
The gstreamer framework has a very useful debugging setup which is essential for debugging pipelines and plugins. This patch makes it simple to enable this (disabled by default). To enable debugging, just add this line to local.conf GSTREAMER_DEBUG = --enable-debug Signed-off-by: Gary Thomas

Re: [OE-core] [oe-core][PATCH 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-29 Thread Paul Gortmaker
On 12-03-29 02:24 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com A commit log here would have been nice. Since it isn't apparently clear what the improvements are to myself or others. I especially don't understand these cases where people start manually running

[OE-core] Southeast LinuxFest

2012-03-29 Thread Philip Balister
This is only a few hours from me (aka relatively close by US standards). Would anyone be interested in having an OpenEmbedded table here? http://www.southeastlinuxfest.org/ Philip ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-29 Thread Mark Hatle
On 3/28/12 11:54 PM, Chris Larson wrote: On Wed, Mar 28, 2012 at 9:47 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Tue, Mar 27, 2012 at 5:16 PM, Chris Larsonclar...@kergoth.com wrote: If you can explain why the override isn't overriding the default TUNE_PKGARCH (and it's

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-29 Thread Chris Larson
On Thu, Mar 29, 2012 at 8:38 AM, Mark Hatle mark.ha...@windriver.com wrote: On 3/28/12 11:54 PM, Chris Larson wrote: On Wed, Mar 28, 2012 at 9:47 PM, McClintock Matthew-B29882 b29...@freescale.com  wrote: On Tue, Mar 27, 2012 at 5:16 PM, Chris Larsonclar...@kergoth.com  wrote: If you can

[OE-core] [PATCH 0/1] runqemu change to show early boot messages

2012-03-29 Thread Scott Garman
Hello, This pull request sets console=ttyS0 in the kernel options when booting images with the nographic option to runqemu. It is a bugfix for [YOCTO #1475]. I have runtime tested it on all 5 of our QEMU architectures using core-image-minimal, both for standard boot cases as well as booting via

[OE-core] [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option

2012-03-29 Thread Scott Garman
When passing the nograhic option to the runqemu script, set console=ttyS0 in the kernel options so the user can view the kernel boot messages. This fixes [YOCTO #1475] Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu |1 + 1 files changed, 1 insertions(+), 0

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-29 Thread McClintock Matthew-B29882
On Thu, Mar 29, 2012 at 10:38 AM, Mark Hatle mark.ha...@windriver.com wrote: On 3/28/12 11:54 PM, Chris Larson wrote: On Wed, Mar 28, 2012 at 9:47 PM, McClintock Matthew-B29882 b29...@freescale.com  wrote: On Tue, Mar 27, 2012 at 5:16 PM, Chris Larsonclar...@kergoth.com  wrote: If you can

[OE-core] DEPENDS not extended to -native for BBCLASSEXTENDS when added by PACKAGECONFIG

2012-03-29 Thread Andreas Müller
Hi, on my colleagues's build machine ( Ubuntu 11.04 / Angstrom based / target overo / pullled all layers yesterday ) image building fails for gtk+native with | configure: error: *** libX11 not found. Check 'config.log' for more details. and in config.log | /usr/bin/ld: cannot find -lXrender

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-29 Thread Mark Hatle
(This is going to be a bit rambling I'm afraid.. I'm working my way through investigation and a possible solution.. so be sure to look all the way to the end..) On 3/29/12 10:58 AM, McClintock Matthew-B29882 wrote: On Thu, Mar 29, 2012 at 10:38 AM, Mark Hatlemark.ha...@windriver.com wrote:

[OE-core] chasing mirrors

2012-03-29 Thread Rich Pixley
How do I determine which mirror was/is being used to download a particular component? I'm expecting some info in a log, or from the output of bitbake -D, but I'm not finding it. And from a glance at the code I don't see any message statements around the mirror iterations although I could

Re: [OE-core] chasing mirrors

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 09:45 -0700, Rich Pixley wrote: How do I determine which mirror was/is being used to download a particular component? I'm expecting some info in a log, or from the output of bitbake -D, but I'm not finding it. And from a glance at the code I don't see any message

[OE-core] pseudo failing with cc1: error: unrecognized command line option '-m32'

2012-03-29 Thread Steve Sakoman
The pseudo build fails on both 32 and 64 bit build machines. I am building for arm (omap). Not sure if this is related to the recent pseudo recipes changes, but here are the details: NOTE: package pseudo-1.3-r7: task do_compile: Started ERROR: Function failed: do_compile (see

[OE-core] comments and actual PACKAGE_CROUPs in core-image.bbclass don't match

2012-03-29 Thread Robert P. J. Day
yes, yes, more pedantry but if one examines core-image.bbclass, the explanatory comments for the IMAGE_FEATURES/PACKAGE_GROUP lines don't sync up exactly (for example, no comment line for qt4-pkgs). i'll let someone higher up the food chain decide if that's worth tweaking. rday --

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-29 Thread Chris Larson
On Thu, Mar 29, 2012 at 9:40 AM, Mark Hatle mark.ha...@windriver.com wrote: (This is going to be a bit rambling I'm afraid.. I'm working my way through investigation and a possible solution..  so be sure to look all the way to the end..) On 3/29/12 10:58 AM, McClintock Matthew-B29882 wrote:

Re: [OE-core] pseudo failing with cc1: error: unrecognized command line option '-m32'

2012-03-29 Thread Mark Hatle
It appears you are trying to build pseudo for the target right? We've not really validated pseudo on non-x86 hosts. I'm guessing a patch to remove the -m32/-m64 hard coded flags may be necessary. (I've cc'd the pseudo maintainer...) --Mark On 3/29/12 1:30 PM, Steve Sakoman wrote: The

Re: [OE-core] pseudo failing with cc1: error: unrecognized command line option '-m32'

2012-03-29 Thread Steve Sakoman
On Thu, Mar 29, 2012 at 11:39 AM, Mark Hatle mark.ha...@windriver.com wrote: It appears you are trying to build pseudo for the target right? We've not really validated pseudo on non-x86 hosts.  I'm guessing a patch to remove the -m32/-m64 hard coded flags may be necessary. (I've cc'd the

[OE-core] a bit more confusing commentary in core-image.bbclass

2012-03-29 Thread Robert P. J. Day
=== excerpt # IMAGE_FEATURES control content of the core reference images # # By default we install task-core-boot and task-base packages - this gives us # working (console only) rootfs. # # Available IMAGE_FEATURES: ... snip ... CORE_IMAGE_BASE_INSTALL = '\ task-core-boot \

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-29 Thread McClintock Matthew-B29882
On Thu, Mar 29, 2012 at 1:38 PM, Chris Larson clar...@kergoth.com wrote: Does the above seem reasonable?  If so I'll try to get started on that... That seems reasonable to me, for what that's worth. I could see simplifying the way the powerpc stuff works in the future, but at least we'd have

[OE-core] argh ... _append versus += and IMAGE_INSTALL confusion

2012-03-29 Thread Robert P. J. Day
forgive me for free associating for just a few minutes, but here's something that has the potential to be massively confusing for beginners. starting with core-image.bbclass, this is just a coding philosophy but i'm not crazy about this: CORE_IMAGE_BASE_INSTALL = '\ task-core-boot \

Re: [OE-core] argh ... _append versus += and IMAGE_INSTALL confusion

2012-03-29 Thread Eric Bénard
Le Thu, 29 Mar 2012 15:23:20 -0400 (EDT), Robert P. J. Day rpj...@crashcourse.ca a écrit : so what is best practise here? for this one you have an answer on OE's wiki : http://www.openembedded.org/wiki/I_want_an_image_with_package_XYZ_installed Eric

Re: [OE-core] argh ... _append versus += and IMAGE_INSTALL confusion

2012-03-29 Thread Robert P. J. Day
On Thu, 29 Mar 2012, Eric Bénard wrote: Le Thu, 29 Mar 2012 15:23:20 -0400 (EDT), Robert P. J. Day rpj...@crashcourse.ca a écrit : so what is best practise here? for this one you have an answer on OE's wiki : http://www.openembedded.org/wiki/I_want_an_image_with_package_XYZ_installed

Re: [OE-core] argh ... _append versus += and IMAGE_INSTALL confusion

2012-03-29 Thread Eric Bénard
Le Thu, 29 Mar 2012 15:35:10 -0400 (EDT), Robert P. J. Day rpj...@crashcourse.ca a écrit : On Thu, 29 Mar 2012, Eric Bénard wrote: Le Thu, 29 Mar 2012 15:23:20 -0400 (EDT), Robert P. J. Day rpj...@crashcourse.ca a écrit : so what is best practise here? for this one you have an

Re: [OE-core] argh ... _append versus += and IMAGE_INSTALL confusion

2012-03-29 Thread Chris Larson
On Thu, Mar 29, 2012 at 12:35 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 29 Mar 2012, Eric Bénard wrote: Le Thu, 29 Mar 2012 15:23:20 -0400 (EDT), Robert P. J. Day rpj...@crashcourse.ca a écrit :   so what is best practise here? for this one you have an answer on OE's wiki

Re: [OE-core] argh ... _append versus += and IMAGE_INSTALL confusion

2012-03-29 Thread Robert P. J. Day
On Thu, 29 Mar 2012, Chris Larson wrote: On Thu, Mar 29, 2012 at 12:35 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 29 Mar 2012, Eric Bénard wrote: Le Thu, 29 Mar 2012 15:23:20 -0400 (EDT), Robert P. J. Day rpj...@crashcourse.ca a écrit :   so what is best practise here?

Re: [OE-core] DEPENDS not extended to -native for BBCLASSEXTENDS when added by PACKAGECONFIG

2012-03-29 Thread Martin Jansa
On Thu, Mar 29, 2012 at 06:10:46PM +0200, Andreas Müller wrote: Hi, on my colleagues's build machine ( Ubuntu 11.04 / Angstrom based / target overo / pullled all layers yesterday ) image building fails for gtk+native with | configure: error: *** libX11 not found. Check 'config.log' for

[OE-core] Fetch time optimization (svn : gcc/eglibc - git : linux-yocto)

2012-03-29 Thread Eric Bénard
Hi, I noticed in from scratch builds for qemuarm that the longest time is taken in fetching sources, especially those fetched using git (linux-yocto for example) svn (gcc, eglibc co). To reduce the fetch time would that make sense to - fetch gcc/glibc co from the archive of a stable version

Re: [OE-core] [PATCH 1/1] runqemu: set console=ttyS0 when running with nographic option

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 08:57 -0700, Scott Garman wrote: When passing the nograhic option to the runqemu script, set console=ttyS0 in the kernel options so the user can view the kernel boot messages. This fixes [YOCTO #1475] Signed-off-by: Scott Garman scott.a.gar...@intel.com ---

Re: [OE-core] [PATCH] gstreamer: Provide easy way to enable runtime debugging

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 08:40 -0600, Gary Thomas wrote: The gstreamer framework has a very useful debugging setup which is essential for debugging pipelines and plugins. This patch makes it simple to enable this (disabled by default). To enable debugging, just add this line to local.conf

Re: [OE-core] [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 11:48 +0500, Noor, Ahsan wrote: From: Noor Ahsan noor_ah...@mentor.com * While building for i686 architectre an error was coming that locale_arch_options does not have support for i686. Add missing support. * Verified on intel architecture. Signed-off-by: Noor Ahsan

Re: [OE-core] [PATCH] license.bbclass: remove existing license.manifest before appending new data

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 14:22 +0200, Eric Bénard wrote: without this fix, we append license each time we build again the same image, ending with a large not up to date file. Signed-off-by: Eric Bénard e...@eukrea.com --- meta/classes/license.bbclass |4 1 files changed, 4

Re: [OE-core] pseudo failing with cc1: error: unrecognized command line option '-m32'

2012-03-29 Thread Steve Sakoman
On Thu, Mar 29, 2012 at 11:57 AM, Peter Seebach peter.seeb...@windriver.com wrote: On Thu, 29 Mar 2012 11:53:23 -0700 Steve Sakoman sako...@gmail.com wrote: Clearly not something a sane person would do . . . Now that is a persuasive argument in favor of making it work if I've ever heard

Re: [OE-core] [PATCH 1/1] ghostscript: fix parallel make issue

2012-03-29 Thread Richard Purdie
On Wed, 2012-03-28 at 17:41 +0800, Kang Kai wrote: [Yocto 1202] Update ghostscript-9.02-parallel-make.patch to fix parallel make failure. Bump up PR. Signed-off-by: Kang Kai kai.k...@windriver.com --- .../ghostscript-9.02-parallel-make.patch | 13 +

Re: [OE-core] Fetch time optimization (svn : gcc/eglibc - git : linux-yocto)

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 22:53 +0200, Eric Bénard wrote: I noticed in from scratch builds for qemuarm that the longest time is taken in fetching sources, especially those fetched using git (linux-yocto for example) svn (gcc, eglibc co). Are you timing these as fetches from the source control

Re: [OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-29 Thread Richard Purdie
On Thu, 2012-03-29 at 00:51 +0800, Dexuan Cui wrote: Hi RP, Saul, Paul, Darren, Mark, Josh and joaohf and all, please comment. Let's figure out if this big patch is accepatable or not... With this patch, I can successfully create a 8.5GB .ext3 file with genext2fs. The speed is slow -- I

Re: [OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-29 Thread McClintock Matthew-B29882
On Thu, Mar 29, 2012 at 5:07 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-03-29 at 00:51 +0800, Dexuan Cui wrote: Hi RP, Saul, Paul, Darren, Mark, Josh and joaohf and all, please comment. Let's figure out if this big patch is accepatable or not... With this

[OE-core] [PATCH] Remove redundant reference to task-self-hosted from self-hosted-image.bb

2012-03-29 Thread Robert P. J. Day
This recipe already includes task-self-hosted in the IMAGE_INSTALL line: IMAGE_INSTALL = task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted so there's no apparent need to include it again further down. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff

Re: [OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-29 Thread Darren Hart
On 03/29/2012 03:07 PM, Richard Purdie wrote: On Thu, 2012-03-29 at 00:51 +0800, Dexuan Cui wrote: Hi RP, Saul, Paul, Darren, Mark, Josh and joaohf and all, please comment. Let's figure out if this big patch is accepatable or not... With this patch, I can successfully create a 8.5GB .ext3

Re: [OE-core] [PATCH] license.bbclass: remove existing license.manifest before appending new data

2012-03-29 Thread Chris Larson
On Thu, Mar 29, 2012 at 5:22 AM, Eric Bénard e...@eukrea.com wrote: without this fix, we append license each time we build again the same image, ending with a large not up to date file. Signed-off-by: Eric Bénard e...@eukrea.com ---  meta/classes/license.bbclass |    4  1 files

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-29 Thread Zhai, Edwin
On Thu, Mar 29, 2012 at 08:54:59AM +0800, Zhai, Edwin wrote: On Wed, Mar 28, 2012 at 12:34:43PM +0100, Richard Purdie wrote: I'd like to understand why dri can't work under qemu too though. I think this requires: emulated graphic HW capability in qemumips/qemuarm, and an drm driver

Re: [OE-core] Fetch time optimization (svn : gcc/eglibc - git : linux-yocto)

2012-03-29 Thread Bruce Ashfield
On Thu, Mar 29, 2012 at 6:03 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-03-29 at 22:53 +0200, Eric Bénard wrote: I noticed in from scratch builds for qemuarm that the longest time is taken in fetching sources, especially those fetched using git (linux-yocto for

Re: [OE-core] [PATCH] gstreamer: Provide easy way to enable runtime debugging

2012-03-29 Thread Koen Kooi
Op 29 mrt. 2012, om 14:19 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-29 at 08:40 -0600, Gary Thomas wrote: The gstreamer framework has a very useful debugging setup which is essential for debugging pipelines and plugins. This patch makes it simple to enable this (disabled

[OE-core] [PATCH 1/1] virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc

2012-03-29 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Still need mesa-xlib for emulation of GLX interface on qemuarm/mips/ppc, where mesa-dri doesn't work for pure qemu emulator. [YOCTO #2066] fixed. Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/conf/machine/include/qemu.inc |1 +

[OE-core] [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012

2012-03-29 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com This is the V2 version after Martin and RP's comments: no COMPATIBLE_MACHINE, and no change for global default preferred virtual/libgl. Pls. review. Thanks, Edwin The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71: procps:

[OE-core] [PATCH 1/1] qt4-x11-free: enable -accessibility and -sm

2012-03-29 Thread Robert Yang
Is it possible to enable the -sm -accessibility in oe-core, please? There is a meta-kde layer which requires the -sm -accessibility, but they are disabled in meta/recipes-qt/qt4/qt4.inc: QT_DISTRO_FLAGS ?= -no-accessibility -no-sm I checked the log of the qt4, can't find the related log for

[OE-core] [PATCH 0/1] qt4-x11-free: enable -accessibility and -sm

2012-03-29 Thread Robert Yang
The following changes since commit c8afc79b5d3205355ad61d2589221bf8babe8395: libc-packgae.bbclass: Add i686 support in locale_arch_options (2012-03-29 22:22:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/qt4