Re: [OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Scott Garman
On 11/18/2011 01:17 PM, Martin Jansa wrote: Why not enable more swap? It's slow but works for short peaks in mem usage. I have to extend our swap from 2G to 4G on VM with 2G RAM for some builds.. also needed during linking unstripped libs :/. Thank you, Marin - this is an excellent idea. :) Sc

Re: [OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Martin Jansa
On Fri, Nov 18, 2011 at 12:24:25PM -0800, Scott Garman wrote: > On 11/18/2011 11:59 AM, Joshua Lock wrote: > > > > > > On 18/11/11 11:49, Khem Raj wrote: > >> On Fri, Nov 18, 2011 at 11:39 AM, Scott Garman > >> wrote: > >>> Hi all, > >>> > >>> I'm testing building core-image-minimal in a resource

Re: [OE-core] uClibc Errors

2011-11-18 Thread Martin Jansa
On Fri, Nov 18, 2011 at 12:14:54PM -0800, Khem Raj wrote: > On Tue, Nov 8, 2011 at 6:28 AM, Ambrose, Martin wrote: > > Hello. > > > > My goal is to get a baseline uClibc image for an arm architecture. > > I've tried various mechanisms but eventually end up with build/run-time > > errors. > > > >

Re: [OE-core] [PATCH] Introduce biarch DISTRO_FEATURE

2011-11-18 Thread Khem Raj
On Thu, Nov 10, 2011 at 5:43 AM, Julian Pidancet wrote: > On 11/08/11 20:29, Richard Purdie wrote: >> >> I'm left wondering how useful the resulting compiler is to most users. >> In most cases a user would expect full libc support and hence this is >> likely to confuse them. I do appreciate people

Re: [OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Joshua Lock
On 18/11/11 12:24, Scott Garman wrote: > On 11/18/2011 11:59 AM, Joshua Lock wrote: >> >> >> On 18/11/11 11:49, Khem Raj wrote: >>> On Fri, Nov 18, 2011 at 11:39 AM, Scott >>> Garman wrote: Hi all, I'm testing building core-image-minimal in a resource-constrained environment

Re: [OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Scott Garman
On 11/18/2011 11:59 AM, Joshua Lock wrote: On 18/11/11 11:49, Khem Raj wrote: On Fri, Nov 18, 2011 at 11:39 AM, Scott Garman wrote: Hi all, I'm testing building core-image-minimal in a resource-constrained environment (a VirtualBox VM with 2300 MB of RAM allocated to it). With PARALLEL_MAKE

Re: [OE-core] [PATCH 1/1] ia32-base.inc: new include file

2011-11-18 Thread Tom Zanussi
On Fri, 2011-11-18 at 11:17 -0800, Khem Raj wrote: > On Fri, Nov 18, 2011 at 8:59 AM, wrote: > > From: Tom Zanussi > > > > The meta-intel BSPs currently have a number of machine settings common > > to all - factor these out into a common include file. > > > > Also add several new intel-specific

Re: [OE-core] uClibc Errors

2011-11-18 Thread Khem Raj
On Tue, Nov 8, 2011 at 6:28 AM, Ambrose, Martin wrote: > Hello. > > My goal is to get a baseline uClibc image for an arm architecture. > I've tried various mechanisms but eventually end up with build/run-time > errors. > > First attempt was to only use oe-core and specify the following in local.c

Re: [OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Joshua Lock
On 18/11/11 11:49, Khem Raj wrote: > On Fri, Nov 18, 2011 at 11:39 AM, Scott Garman > wrote: >> Hi all, >> >> I'm testing building core-image-minimal in a resource-constrained >> environment (a VirtualBox VM with 2300 MB of RAM allocated to it). With >> PARALLEL_MAKE set to -j4 (the VM does hav

Re: [OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Khem Raj
On Fri, Nov 18, 2011 at 11:39 AM, Scott Garman wrote: > Hi all, > > I'm testing building core-image-minimal in a resource-constrained > environment (a VirtualBox VM with 2300 MB of RAM allocated to it). With > PARALLEL_MAKE set to -j4 (the VM does have two CPUs allocated), I'm finding > that the b

[OE-core] qemu needs > 2 GB of RAM to build?

2011-11-18 Thread Scott Garman
Hi all, I'm testing building core-image-minimal in a resource-constrained environment (a VirtualBox VM with 2300 MB of RAM allocated to it). With PARALLEL_MAKE set to -j4 (the VM does have two CPUs allocated), I'm finding that the build of qemu-native fails because the OOM killer steps in and

Re: [OE-core] [PATCH 1/1] ia32-base.inc: new include file

2011-11-18 Thread Khem Raj
On Fri, Nov 18, 2011 at 8:59 AM, wrote: > From: Tom Zanussi > > The meta-intel BSPs currently have a number of machine settings common > to all - factor these out into a common include file. > > Also add several new intel-specific XSERVER variables for building > XSERVER variables in BSPs. > I

Re: [OE-core] [PATCH] Remove ttyS* from /etc/inittab that are not present

2011-11-18 Thread Phil Blundell
On Fri, 2011-11-18 at 17:54 +, McClintock Matthew-B29882 wrote: > On Fri, Nov 18, 2011 at 2:07 AM, Phil Blundell wrote: > > if [ true < /dev/ttyS0 ]; then > > This test returns 0 if the serial node is in my device tree or not > (e.g. there or not). That sounds like a shell bug to me. What s

Re: [OE-core] [PATCH] Remove ttyS* from /etc/inittab that are not present

2011-11-18 Thread McClintock Matthew-B29882
On Fri, Nov 18, 2011 at 2:07 AM, Phil Blundell wrote: > if [ true < /dev/ttyS0 ]; then This test returns 0 if the serial node is in my device tree or not (e.g. there or not). -M ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.o

[OE-core] [PATCH 1/1] ia32-base.inc: new include file

2011-11-18 Thread tom . zanussi
From: Tom Zanussi The meta-intel BSPs currently have a number of machine settings common to all - factor these out into a common include file. Also add several new intel-specific XSERVER variables for building XSERVER variables in BSPs. Signed-off-by: Tom Zanussi --- meta/conf/machine/include

[OE-core] [PATCH 0/1] add ia32-base.inc

2011-11-18 Thread tom . zanussi
From: Tom Zanussi This patchset adds a 'base config' .inc for settings that most of the meta-intel BSPs use and moves them int conf/machine/include for easy access and reuse by those BSPs that can use them. The following changes since commit 6aa658495b028cd1301b9892fdc19a1b67ff06ca: Kang Kai (

Re: [OE-core] [PATCH 1/2] bitbake.conf: add a couple explicit vardeps

2011-11-18 Thread Chris Larson
On Fri, Nov 18, 2011 at 7:29 AM, Richard Purdie wrote: > On Wed, 2011-11-16 at 14:17 -0700, Chris Larson wrote: >> Signed-off-by: Christopher Larson >> --- >>  meta/conf/bitbake.conf |    2 ++ >>  1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/meta/conf/bitbake.conf b/meta/co

Re: [OE-core] [PATCH] gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a

2011-11-18 Thread Khem Raj
On Friday, November 18, 2011, Phil Blundell wrote: > On Thu, 2011-11-17 at 16:20 -0800, Khem Raj wrote: >> Backport fix for PR 47551 fixes the ICE seen on armv7-a/qt4-x11-free >> Bump up SRCREV past gcc 4.6.2 release > > I thought it was our policy to keep SRCREV aligned with releases as far > as

Re: [OE-core] [RFC PATCH 1/1] qt4: disable pulseaudio

2011-11-18 Thread Paul Eggleton
On Friday 18 November 2011 16:22:37 Koen Kooi wrote: > What follows is a generic question and in no way a criticism or comment on > your RFC: Have you thought about using git am'able patches for these > things?Upstream for QT is using git, so it would be nice to use somethings > as close to the ups

Re: [OE-core] [RFC PATCH 1/1] qt4: disable pulseaudio

2011-11-18 Thread Koen Kooi
Op 18 nov. 2011, om 16:03 heeft Paul Eggleton het volgende geschreven: > Disable pulseaudio support in phonon within Qt4; otherwise it > auto-detects it and it may be enabled or disabled depending on what gets > built first. > > Signed-off-by: Paul Eggleton > --- > meta/recipes-qt/qt4/files/pul

[OE-core] [RFC PATCH 1/1] qt4: disable pulseaudio

2011-11-18 Thread Paul Eggleton
Disable pulseaudio support in phonon within Qt4; otherwise it auto-detects it and it may be enabled or disabled depending on what gets built first. Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/files/pulseaudio-config.patch | 31 + meta/recipes-qt/qt4/qt-4.7.4.inc

[OE-core] [RFC PATCH 0/1] Disable pulseaudio in Qt4

2011-11-18 Thread Paul Eggleton
We had a failure on the autobuilder because qt4-x11-free detected pulseaudio was present but then since it wasn't listed in DEPENDS, when it came to compile time pulseaudio happened to be unavailable and the build failed. At first I just added pulseaudio to DEPENDS but then I considered that it bec

Re: [OE-core] [PATCH 1/1] mesa: fix calling host's commands

2011-11-18 Thread Richard Purdie
On Fri, 2011-11-18 at 14:36 +0800, Kang Kai wrote: > mesa use its script file bin/mklib to generate libraries, and call the > host's commands "ar/ranlib/gcc/g++". Fix it to call the cross-compile > tools properly. > > Signed-off-by: Kang Kai > --- > meta/recipes-graphics/mesa/mesa-7.11.inc

Re: [OE-core] [PATCH] shared-mime-info: fix ordering of PACKAGES

2011-11-18 Thread Richard Purdie
On Fri, 2011-11-18 at 15:28 +0100, Frans Meulenbroeks wrote: > > > 2011/11/18 Koen Kooi > Signed-off-by: Koen Kooi > --- > .../shared-mime-info/shared-mime-info.inc |2 +- > .../shared-mime-info/shared-mime-info_0.91.bb |2 +- > 2 f

Re: [OE-core] [PATCH] shared-mime-info: fix ordering of PACKAGES

2011-11-18 Thread Paul Eggleton
On Friday 18 November 2011 15:28:28 Frans Meulenbroeks wrote: > Is ordering of PACKAGES relevant? If so, please enlighten me why. It is. The packaging code reads this in order and the first package to match a file is the package that the file will go into; thus if you want to add a package that

Re: [OE-core] [PATCH 0/8] Recipe upgrades and an x32 fix

2011-11-18 Thread Richard Purdie
On Wed, 2011-11-16 at 11:14 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > The following changes since commit 217a90f2ab02ec3c4e9653b528d7b584f6e37a42: > > sanity.bbclass: No need to check for cvs any more (2011-11-16 17:32:46 > +) > > are available in the git reposito

Re: [OE-core] [PATCH 1/2] bitbake.conf: add a couple explicit vardeps

2011-11-18 Thread Richard Purdie
On Wed, 2011-11-16 at 14:17 -0700, Chris Larson wrote: > Signed-off-by: Christopher Larson > --- > meta/conf/bitbake.conf |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 0d6b3b8..c158c61 100644 > --- a/meta/co

Re: [OE-core] [PATCH] libpcap: use binconfig class to deploy pcap-config

2011-11-18 Thread Richard Purdie
On Wed, 2011-11-16 at 23:05 +0100, Jan Luebbe wrote: > This fixes building of tcpdump on hosts where libpcap-dev is installed. > Also introduce INC_PR. > > Signed-off-by: Jan Luebbe > --- > meta/recipes-connectivity/libpcap/libpcap.inc |4 +++- > meta/recipes-connectivity/libpcap/libpca

Re: [OE-core] [PATCH] shared-mime-info: fix ordering of PACKAGES

2011-11-18 Thread Frans Meulenbroeks
2011/11/18 Koen Kooi > Signed-off-by: Koen Kooi > --- > .../shared-mime-info/shared-mime-info.inc |2 +- > .../shared-mime-info/shared-mime-info_0.91.bb |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-support/shared-mime-info/shared-

Re: [OE-core] [PATCH] glib-2.0: fix qsort_t testing for uclibc

2011-11-18 Thread Richard Purdie
On Fri, 2011-11-18 at 12:59 +0100, Henning Heinold wrote: > * instead of disabling the configure test and set it always true > use the site files to set it true for glibc/eglibc and false > for uclibc > * remove the patch > ' tested only for uclibc > * bump PR > > Signed-off-by: Henning Heinol

Re: [OE-core] [PATCH] shared-mime-info: fix ordering of PACKAGES

2011-11-18 Thread Richard Purdie
On Fri, 2011-11-18 at 15:13 +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../shared-mime-info/shared-mime-info.inc |2 +- > .../shared-mime-info/shared-mime-info_0.91.bb |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Merged to master, thanks. Richa

[OE-core] [PATCH] shared-mime-info: fix ordering of PACKAGES

2011-11-18 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../shared-mime-info/shared-mime-info.inc |2 +- .../shared-mime-info/shared-mime-info_0.91.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-suppor

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-18 Thread Andrea Adami
On Fri, Nov 18, 2011 at 2:56 PM, Dmitry Eremin-Solenikov wrote: > On 11/18/2011 05:55 PM, Paul Eggleton wrote: >> >> On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote: >>> >>> This was merged as IMAGE_FSTYPES =+ "cpio.gz" >>> Now this brings problems if I have IMAGE_FSTYPES += "li

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-18 Thread Dmitry Eremin-Solenikov
On 11/18/2011 05:55 PM, Paul Eggleton wrote: On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote: This was merged as IMAGE_FSTYPES =+ "cpio.gz" Now this brings problems if I have IMAGE_FSTYPES += "live" in my local.conf / BSP machine.conf. 1) OE tries to generate hddimg for this

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-18 Thread Paul Eggleton
On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote: > This was merged as IMAGE_FSTYPES =+ "cpio.gz" > Now this brings problems if I have IMAGE_FSTYPES += "live" in my > local.conf / BSP machine.conf. > > 1) OE tries to generate hddimg for this initramfs image, which is > strange id

Re: [OE-core] [PATCH 1/3] shared-mime-info: package runtime data separately

2011-11-18 Thread Rainer Koenig
Am 09.11.2011 01:53, schrieb Joshua Lock: > The freedesktop.org.xml is required when updating the mime database but > otherwise not much use. Therefore package it separately, rather than > removing it completely, so that it can be used as required for on-device > updates without adding almost 2MB t

[OE-core] [PATCH] glib-2.0: fix qsort_t testing for uclibc

2011-11-18 Thread Henning Heinold
* instead of disabling the configure test and set it always true use the site files to set it true for glibc/eglibc and false for uclibc * remove the patch ' tested only for uclibc * bump PR Signed-off-by: Henning Heinold --- .../glib-2.0/remove.test.for.qsort_r.patch | 53

Re: [OE-core] [PATCH] gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a

2011-11-18 Thread Phil Blundell
On Thu, 2011-11-17 at 16:20 -0800, Khem Raj wrote: > Backport fix for PR 47551 fixes the ICE seen on armv7-a/qt4-x11-free > Bump up SRCREV past gcc 4.6.2 release I thought it was our policy to keep SRCREV aligned with releases as far as possible rather than jumping to some random-ish checkin. Are

Re: [OE-core] [PATCH] Remove ttyS* from /etc/inittab that are not present

2011-11-18 Thread Phil Blundell
On Fri, 2011-11-18 at 00:23 +, McClintock Matthew-B29882 wrote: > I'm mostly soliciting ideas for how we detect if a serial port is > actually present besides 'dmesg' I guess the obvious one is to try opening it. Something like: if [ true < /dev/ttyS0 ]; then echo present else echo not p