Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Khem Raj
On 06/03/2011 01:57 AM, Koen Kooi wrote: > > Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven: > >> On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: >>> From: Kang Kai >>> >>> Migrate configurability from oe, try to shrink minimal image size >>> >>> The switch is in local.c

[OE-core] [PATCH 0/1] linux-yocto: update target/META SRCREVs

2011-06-03 Thread Bruce Ashfield
Richard/Saul, This is a consolidated pull request for the past weeks changes to Linux yocto. There are a few tweaks to BSP configs, a new BSP branch and more alignment with the feature mix the 1.0 (2.6.34) kernel tree. I've built and booted this on all the appropriate qemu targets. I'll be away

[OE-core] [PATCH 1/1] linux-yocto: update target/meta SRCREVs

2011-06-03 Thread Bruce Ashfield
This SRCREV update picks up the following changes from the 2.6.37 kernel tree: - fishriver: create and use a dedicated BSP branch - fishriver: usbnet fixes, but common to all boards - standard: update omap baseline match the 2.6.34 upstream merge content Built and boot teste

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Chris Larson
On Fri, Jun 3, 2011 at 8:43 AM, Phil Blundell wrote: > On Fri, 2011-06-03 at 09:22 -0500, Mark Hatle wrote: >> I believe currently we have around 3-5 messages per step, and it's still too >> noisy -- unless you need to debug something. > > Correct.  Right now, the output looks like: > > NOTE: Runn

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Phil Blundell
On Fri, 2011-06-03 at 09:22 -0500, Mark Hatle wrote: > I believe currently we have around 3-5 messages per step, and it's still too > noisy -- unless you need to debug something. Correct. Right now, the output looks like: NOTE: Running task 613 of 728 (ID: 190, virtual:native:/home/pb/oe/oe-cor

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Koen Kooi
Op 1 jun 2011, om 00:26 heeft Scott Garman het volgende geschreven: > Hey folks, > > I'd like to collect some feedback on error messages while building that you > find confusing/annoying/unhelpful. I'm going to be working on trying to > improve the situation and would like to hear from you abo

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Paul Eggleton
On Friday 03 June 2011 15:35:45 mark gross wrote: > Well perhaps it would be easier to build a list of packages that have > been skipped? I think the cache knows about them. Perhaps they could > be reported to a "skipped" file or something similar? FYI there is a patch I submitted the other day

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread mark gross
On Wed, Jun 01, 2011 at 05:25:58PM +0100, Richard Purdie wrote: > On Wed, 2011-06-01 at 16:06 +0100, Phil Blundell wrote: > > On Tue, 2011-05-31 at 15:26 -0700, Scott Garman wrote: > > > I'd like to collect some feedback on error messages while building that > > > you find confusing/annoying/unhel

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Mark Hatle
On 6/3/11 1:10 AM, Darren Hart wrote: > > > On 05/31/2011 03:26 PM, Scott Garman wrote: ... > o In general I find the default UI to be exceedingly noisy. It feels > very much like what I would write for something I was actively > developing - ie, something I expect to break a lot! I don't t

Re: [OE-core] [PATCH] sqlite: remove dependency on tcl-native

2011-06-03 Thread Tom Rini
On 06/03/2011 03:40 AM, Phil Blundell wrote: > Older versions of sqlite required tclsh at compile time but this is no longer > the case with recent 3.7.x. > > See > http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html > > Signed-off-by: Phil Blundell Acked-by: Tom Rini

Re: [OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 17:52 -0700, Saul Wold wrote: > On 06/02/2011 12:25 PM, Otavio Salvador wrote: > > +do_install_append () { > > +# driver's la files are not packaged > > +rm -f ${D}${libdir}/xorg/modules/drivers/*.la > > +} > > Would it not be better to package them in the -dev package

Re: [OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-03 Thread Otavio Salvador
On Fri, Jun 3, 2011 at 00:52, Saul Wold wrote: > Would it not be better to package them in the -dev package instead of > throwing them away? They are not packaged by I remove them to avoid the unshiped warning. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems

Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Phil Blundell
On Fri, 2011-06-03 at 12:50 +0100, Richard Purdie wrote: > That was my point in the earlier email :) Ah right, yes. Evidently I hadn't had enough of my coffee when I replied to that one. :-} p. ___ Openembedded-core mailing list Openembedded-core@li

[OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-03 Thread Phil Blundell
There is no good reason for uclibc to be machine specific. Remove local assignment to PACKAGE_ARCH so that it gets the default target architecture and bump PR for that change. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html Also replace a chunk of anonymous python

Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 12:32 +0100, Phil Blundell wrote: > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: > > If want to disable locale-code charsets or locales, you have to uncomment > > PACKAGE_NO_GCONV = 1 > > Because without this, it fails on package_do_split_gconvs in > > libc-package.bbcl

Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Phil Blundell
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: > If want to disable locale-code charsets or locales, you have to uncomment > PACKAGE_NO_GCONV = 1 > Because without this, it fails on package_do_split_gconvs in > libc-package.bbclass Can we not just fix libc-package.bbclass to stop it failing i

[OE-core] [PATCH] gcc-package-cross: also install the symlinks in libexec with target prefix

2011-06-03 Thread Phil Blundell
... since this is where collect2 seems to look for them. This seems like it is really a bug in collect2, but installing the symlinks is an easy workaround. Without this you get "could not find ld" errors when using -flto. Signed-off-by: Phil Blundell --- meta/recipes-devtools/gcc/gcc-package-c

Re: [OE-core] [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 12:45 -0700, Khem Raj wrote: > +BASE_PACKAGE_ARCH = "all" > PACKAGE_ARCH = "all" Is it necessary to define both of those? bitbake.conf does: PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" so it seems like, if setting B_P_A is the right thing to do, there should be no need to set P

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Koen Kooi
Op 3 jun 2011, om 11:50 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-06-03 at 10:59 +0200, Koen Kooi wrote: >> Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven: >> >>> On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote: Op 3 jun 2011, om 03:06 heeft Khem

[OE-core] HEADS UP: sys_accept4() syscall and recent udevs

2011-06-03 Thread Koen Kooi
Hi, Last night I tried to help Tom R. debug boot failures and it turned out that he was missing the sys_accept4() syscall. This morning I helped a coworker with the same problem. So let's summarize the situation: 1) recent udevs (>165) depend on the accept4() syscall 2) kernel 2.6.28 added th

[OE-core] [PATCH] sqlite: remove dependency on tcl-native

2011-06-03 Thread Phil Blundell
Older versions of sqlite required tclsh at compile time but this is no longer the case with recent 3.7.x. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html Signed-off-by: Phil Blundell --- meta/recipes-support/sqlite/sqlite3.inc |4 ++-- 1 files changed, 2 ins

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 23:26 +0100, Richard Purdie wrote: > My understanding is that if you are going to explicitly override DEPENDS > like that you get what you say you want. We therefore likely need to do > something like: > > DEPENDS = "X Y Z ${EXTRAPERLDEPS}" > EXTRAPERLDEPS = "perl python" > E

[OE-core] problem using SDK built by meta-toolchain-qte: missing native libraries

2011-06-03 Thread James Chapman
I'm having problems using the SDK built by meta-toolchain-qte. One or more native libraries seem to be missing from the SDK install. My host is x86_64, building for i586 target. The native libdbus-1.so isn't being installed by the SDK. It is being built though. I can workaround the problem by manu

[OE-core] cross posting

2011-06-03 Thread Phil Blundell
The p...@yoctoproject.org list is set as member posting only, which means that folks who aren't subscribed to that list get an UDN if they hit "reply all" on a message which was crossposted between poky and the openembedded-core list. As well as the direct annoyance of the bounce message, this mea

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 18:06 -0700, Khem Raj wrote: > mdev or udev are image features so probably should be controlled by > IMAGE_FEATURES or some such Well, yeah, but this is the thing with busybox: it is a monolithic executable, so you need to decide at configure time what features it's going to

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 16:54 +0800, Kang Kai wrote: > Hi Richard, > > Thanks for your comments. And I have one question: > > > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: > >> From: Kang Kai > >> > >> Migrate configurability from oe, try to shrink minimal image size > >> > >> The switch is

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 10:57 +0200, Koen Kooi wrote: > Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven: > > > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: > >> From: Kang Kai > >> > >> Migrate configurability from oe, try to shrink minimal image size > >> > >> The swit

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 10:59 +0200, Koen Kooi wrote: > Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven: > > > On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote: > >> Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven: > >> > >>> On Thursday, June 02, 2011 09:37:41

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Phil Blundell
On Fri, 2011-06-03 at 09:22 +0100, Richard Purdie wrote: > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: > > From: Kang Kai > > > > Migrate configurability from oe, try to shrink minimal image size > > > > The switch is in local.conf.sample, uncomment the line > > DISTRO_FEATURES_EGLIBC = "

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Koen Kooi
Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote: >> Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven: >> >>> On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote: On Wed, 2011-06-01 at 20:40 +000

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Koen Kooi
Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: >> From: Kang Kai >> >> Migrate configurability from oe, try to shrink minimal image size >> >> The switch is in local.conf.sample, uncomment the line >> DISTRO_FEATURES_E

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Kang Kai
Hi Richard, Thanks for your comments. And I have one question: On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Richard Purdie
On Thu, 2011-06-02 at 23:10 -0700, Darren Hart wrote: > These are maybe a bit off topic, but I'll leave it to you to decide if > they meet the criteria for this effort. > > o bb.debug messages are not logged anywhere nor do they appear on the > console with -DDD during recipe parsing (while bb.n

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote: > Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven: > > > On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote: > >> On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote: > >>> On Wed, Jun 1, 2011 at 20:37, Phil Blundell

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: > From: Kang Kai > > Migrate configurability from oe, try to shrink minimal image size > > The switch is in local.conf.sample, uncomment the line > DISTRO_FEATURES_EGLIBC = "" > and write what options you want to enable. > > If want to disable