[OE-core] [PATCH] debian.bbclass: invoke target objdump

2012-06-17 Thread James Limbouris
Using the host objdump can lead to errors like: objdump: library.so.1.0.0: File format is ambiguous objdump: Matching formats: elf32-littlearm elf32-littlearm-symbian elf32-littlearm-vxworks with certain configurations of binutils. Signed-off-by: James Limbouris --- meta/classes

[OE-core] module.bbclass uses host objdump

2012-04-16 Thread James Limbouris
ccessfully... I had a look at module.bbclass, and it sets CC, LD, and AR manually, rather than setting CROSS_COMPILE, for reasons I don't yet understand. So I'm not too sure how to go about fixing this. Anyone know why there are special kernel suffixes etc on these tools?    Rega

[OE-core] race condition... in cp?

2012-03-15 Thread James Limbouris
ng a non-zero exit code. Perhaps we should be using cp -f, or discarding the result?    Regards, James Limbouris ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] building multiple kernel and module packages for the same MACHINE

2012-03-12 Thread James Limbouris
Hi, I need to have multiple kernels built for a particular piece of hardware, to be packaged within several different images. I understand that in oe-core, there is a single kernel provider, and the kernel it builds is staged into the machine sysroot so that external kernel modules can be built

[OE-core] [PATCH] gtk+: Amend upstream status of configure-nm.patch

2012-03-07 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gtk+/gtk+-2.24.8/configure-nm.patch|4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.8/configure-nm.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.8/configure-nm.patch index 5aeef50

[OE-core] [PATCH v3] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-07 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gdk-pixbuf-2.24.0/configure_nm.patch | 21 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 +- 2 files changed, 23 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0

Re: [OE-core] [PATCH v2] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-06 Thread James Limbouris
> -Original Message- > From: Paul Menzel [mailto:paulepan...@users.sourceforge.net] > Sent: Tuesday, 6 March 2012 5:45 PM > To: openembedded-core@lists.openembedded.org > Cc: James Limbouris > Subject: Re: [OE-core] [PATCH v2] gdk-pixbuf: Pick up ${NM} from the > e

[OE-core] [PATCH v2] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-05 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gdk-pixbuf-2.24.0/configure_nm.patch | 18 ++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 ++- 2 files changed, 20 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0

Re: [OE-core] [PATCH] mtd-utils: clean up old files

2012-03-05 Thread James Limbouris
> -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Tuesday, 6 March 2012 5:24 AM > To: Patches and discussions about the oe-core layer > Cc: James Limbouris > Subject: Re: [OE-core] [PATCH] mtd-utils: clean up old files > > On 02/27/2012 1

Re: [OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-02 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of Khem Raj > Sent: Friday, 2 March 2012 3:56 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH] gdk-p

Re: [OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-01 Thread James Limbouris
[OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the > environment. > > On (02/03/12 03:07), James Limbouris wrote: > > > -Original Message- > > > From: openembedded-core-boun...@lists.openembedded.org > > > [mailto:openembedded-core-boun...@lists.o

Re: [OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-01 Thread James Limbouris
[OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the > environment. > > On 02/27/2012 11:36 PM, James Limbouris wrote: > > Signed-off-by: James Limbouris > > --- > > .../gdk-pixbuf-2.24.0/configure_nm.patch | 19 > +++ > > meta/recipe

[OE-core] [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.

2012-02-28 Thread James Limbouris
Without 64 bit shell tests, the timestamp comparison in initscripts' bootmisc.sh throws 'out of range' errors. With CONFIG_FEATURE_DATE_COMPAT, date reads the MMddhhmm string as hhmmMMdd when setting the time from the timestamp in bootmisc.sh. Signed-off-by: James Limbo

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-28 Thread James Limbouris
Also, CONFIG_FEATURE_DATE_COMPAT=y has to be removed - it mungs the MMddhhmm string into hhmmMMdd ! > -Original Message- > From: James Limbouris > Sent: Wednesday, 29 February 2012 1:32 PM > To: Patches and discussions about the oe-core layer > Subject: RE: [

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-28 Thread James Limbouris
Hi, I think we need to add BUSYBOX_CONFIG_FEATURE_TEST_64 to the busybox defconfig after this patch. On my build (which had neither BUSYBOX_CONFIG_FEATURE_TEST_64 nor BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64) I was getting 'out of range' errors.    Regards  James Limbouris > -Ori

[OE-core] [PATCH] initscripts: Create the volatiles cache atomically.

2012-02-28 Thread James Limbouris
If a machine loses power while building the volatiles cache, it will continue to operate with an incomplete set of volatiles. Fix this by updating atomically. Signed-off-by: James Limbouris --- .../initscripts-1.0/populate-volatile.sh | 10 ++ meta/recipes-core/initscripts

[OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the environment.

2012-02-27 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gdk-pixbuf-2.24.0/configure_nm.patch | 19 +++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 ++- 2 files changed, 21 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0

[OE-core] [PATCH] mtd-utils: clean up old files

2012-02-27 Thread James Limbouris
Signed-off-by: James Limbouris --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 --- .../add-exclusion-to-mkfs-jffs2-git.patch | 136 .../mtd/mtd-utils/fix-ignoreerrors-git.patch | 28 .../mtd/mtd-utils/remove-ubi.patch

[OE-core] [PATCH] mtd-utils: Don't use host 'ranlib' or 'ar'.

2012-02-27 Thread James Limbouris
If ranlib, ar, or cc are not supplied to make, it attempts to use ${CROSS}xxx. Since ${CROSS} is not set, host ranlib may run, producing an unusable .a file on some platforms. Signed-off-by: James Limbouris --- meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb |4 ++-- 1 files changed, 2

Re: [OE-core] [PATCH] ghostscript: build cups filters

2012-01-15 Thread James Limbouris
> -Original Message- > From: James Limbouris [mailto:ja...@digitalmatter.com.au] > Sent: Tuesday, 10 January 2012 4:38 PM > To: Openembedded-core@lists.openembedded.org > Cc: James Limbouris > Subject: [PATCH] ghostscript: build cups filters > > Cups filters are no

[OE-core] [PATCH] ghostscript: build cups filters

2012-01-10 Thread James Limbouris
config script gives out paths pointing to the sysroot, so some of the paths needed to be adjusted in the Makefile. Signed-off-by: James Limbouris --- .../ghostscript/ghostscript_9.04.bb| 29 --- 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/meta

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-26 Thread James Limbouris
Subject: Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct > location > > On Fri, 2011-10-21 at 05:23 +, James Limbouris wrote: > > > -Original Message- > > > From: openembedded-core-boun...@lists.openembedded.org > > > [mailto:op

Re: [OE-core] [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

2011-10-26 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Matthew McClintock > Sent: Thursday, 27 October 2011 11:07 AM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [RFC] Fi

Re: [OE-core] useradd changes to dbus, base-passwd

2011-10-25 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > James Limbouris > Sent: Wednesday, 26 October 2011 9:35 AM > To: openembedded-core@lists.openembedded.org > Subje

[OE-core] useradd changes to dbus, base-passwd

2011-10-25 Thread James Limbouris
is sufficient. I'd expect that this would cause dbus to add itself to the sdk sysroot's passwd (which previously didn't exist?). Seems harmless enough... I'm giving it a try now, but any advice or opinions would be appreciated.    Regards, James Limbouris __

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread James Limbouris
e: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct > location > > On Thu, Oct 20, 2011 at 10:12 PM, James Limbouris > wrote: > >> -Original Message- > >> From: openembedded-core-boun...@lists.openembedded.org > >> [mailto:open

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Friday, 21 October 2011 1:03 PM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 3/3] gcc-confi

Re: [OE-core] sdk path problem

2011-10-20 Thread James Limbouris
and it seems gcc-cross-canadian-arm is also misconfiguring. The relevant configure flags from my config log are: --with-local-prefix=/usr/local/rica-eglibc-i686-armv5te/sysroots/arm-rica-linux-gnueabi/usr and --with-sysroot=/usr/local/rica-eglibc-i686-armv5te/sysroots/arm-rica-linux-gnueabi I thin

[OE-core] sdk path problem

2011-10-20 Thread James Limbouris
toolchain should be looking at 'armv5te-rica-linux-gnueabi', as the names have changed. I'm not yet acquainted with the darker arts of toolchain generation. Can anyone help with this?    Regards,  James Limbouris ___ Openembedded-core m

[OE-core] [PATCH] qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS

2011-10-03 Thread James Limbouris
qt4-embedded-conf contains an environment setup script for profile.d. It has been packaged seperately to allow for its exclusion, but this is only practical if it is added to RRECOMMENDS, rather than RDEPENDS. Signed-off-by: James Limbouris --- meta/recipes-qt/qt4/qt4-embedded.inc |4

Re: [OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread James Limbouris
ayer > Subject: Re: [OE-core] Problem building gcc-cross-initial with latest linaro > patches. > > On Sun, Oct 2, 2011 at 9:46 PM, James Limbouris > wrote: > > | xterm Xt error: Can't open display: > > | xterm:  DISPLAY is not set > > | ERROR: Error executing a p

Re: [OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread James Limbouris
ta oe needed to be adjusted too >> >> Regards, >> James Limbouris Thanks Khem, I must have missed it earlier. James ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread James Limbouris
hy the manual patch resolution isn't working - does it work for other people? When I try to apply the patch manually, I get the following hunk failure in gcc/combine.c: *** *** 5629,5635 { /* Try to simplify the expression further. */ rtx tor

Re: [OE-core] Problem with new image-prelink

2011-09-14 Thread James Limbouris
Re: [OE-core] Problem with new image-prelink > > On 9/13/11 8:33 PM, James Limbouris wrote: > >> -Original Message- > >> From: openembedded-core-boun...@lists.openembedded.org > >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of

Re: [OE-core] Problem with new image-prelink

2011-09-13 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Mark Hatle > Sent: Wednesday, 14 September 2011 8:52 AM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Problem wi

Re: [OE-core] Problem with new image-prelink

2011-09-12 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Mark Hatle > Sent: Monday, 12 September 2011 10:50 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Problem with

Re: [OE-core] Problem with new image-prelink

2011-09-11 Thread James Limbouris
ngs or errors. (Easiest way is to search for "prelink". There > should be two hits, one that says "Size before prelinking: ..." and one that > says "Size after prelinking: ..." between that would be any prelinker > messages.) > > --Mark > >

[OE-core] Problem with new image-prelink

2011-09-08 Thread James Limbouris
.. I think the gettimeofday() before the crash is the end of the loading process. None of the other binaries on the system are doing this - even demos from qt4-embedded-demos. The only salient feature of this particular binary is its large resource section, weighing it in at 1.4 MB. I'm

Re: [OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-05 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Anders Darander > Sent: Monday, 5 September 2011 3:05 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [RESEND]

[OE-core] dbus: only use x11 if DISTRO_FEATURES has selected it

2011-08-15 Thread James Limbouris
Hi, I was trying to take advantage of the new x11 DISTRO_FEATURE and ran into some trouble with the dbus package. When building with meta-oe, gconf depends on dbus-x11, and just about everything depends on gconf. So when I disable x11, I can only build my images with 'bitbake -I dbus-x11'. As it

Re: [OE-core] [PATCH] bitbake.conf: Changed PSEUDO_LOCALSTATEDIR assignment to unconditional.

2011-08-10 Thread James Limbouris
> > Worse, I don't think bitbake.conf is guaranteed to be in the same spot in > every layers.conf, so different layers will parse with different environments. > Sorry, that last line is wrong. Bitbake.conf always parses last. James ___ Openembedded-c

Re: [OE-core] [PATCH] bitbake.conf: Changed PSEUDO_LOCALSTATEDIR assignment to unconditional.

2011-08-10 Thread James Limbouris
On Wed, 10 August 2011 8:06 PM, Richard Purdie wrote: > On Wed, 2011-08-10 at 02:06 +0000, James Limbouris wrote: > > On Wednesday, 10 August 2011 9:55 AM, Mark Hatle wrote: > > > On 8/9/11 7:32 PM, Scott Garman wrote: > > > > On 08/08/2011 07:04 PM, James Limbou

Re: [OE-core] [PATCH] bitbake.conf: Changed PSEUDO_LOCALSTATEDIR assignment to unconditional.

2011-08-09 Thread James Limbouris
On Wednesday, 10 August 2011 9:55 AM, Mark Hatle wrote: > On 8/9/11 7:32 PM, Scott Garman wrote: > > On 08/08/2011 07:04 PM, James Limbouris wrote: > >> The pseudo executable sets the PSEUDO_LOCALSTATEDIR environment > >> variable to point to a sysroot location. During

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread James Limbouris
On Tuesday, 9 August 2011 10:33 AM, Khem Raj wrote: > On 08/08/2011 06:52 PM, James Limbouris wrote: > > On Tuesday, 9 August 2011 9:40 AM, Khem Raj wrote: > >> On Mon, Aug 8, 2011 at 6:33 PM, James Limbouris > >> wrote: > >>> On Tue Aug 9 01:25:55 CEST 20

[OE-core] [PATCH] bitbake.conf: Changed PSEUDO_LOCALSTATEDIR assignment to unconditional.

2011-08-08 Thread James Limbouris
problem. Signed-off-by: James Limbouris --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6f0b42c..9a9ab53 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -557,7 +557,7 @@ SRCPV

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread James Limbouris
On Tuesday, 9 August 2011 9:40 AM, Khem Raj wrote: > On Mon, Aug 8, 2011 at 6:33 PM, James Limbouris > wrote: > > On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: > >>On Mon, 2011-08-08 at 05:02 +, James Limbouris wrote: > >>> Hi, > >>> >

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread James Limbouris
On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: >On Mon, 2011-08-08 at 05:02 +0000, James Limbouris wrote: >> Hi, >> >> In oe-core, with Angstrom 2010.x, generating an sdk with: >> >> bitbake meta-toolchain-qte >> >> is giving me a toolchai

[OE-core] gcc version mismatch in sdk generation

2011-08-07 Thread James Limbouris
libgcc :4.5-r39.1+svnr176640 libgcc-nativesdk :4.6.1+svnr175454-r3 :4.5-r39.1+svnr176640 Regards James Limbouris ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] erratic failure of pseudo

2011-08-06 Thread James Limbouris
On Fri Aug 5 05:20:19, James Limbouris wrote: On Wed Aug 3 05:57:55, James Limbouris wrote: On Tue Aug 2 16:40:09, Mark Hatle wrote: On 8/2/11 5:11 AM, Richard Purdie wrote: On Tue, 2011-08-02 at 07:28 +, James Limbouris wrote: Hi, I've just switched to oe-core from -dev, an

Re: [OE-core] erratic failure of pseudo

2011-08-04 Thread James Limbouris
On Wed Aug 3 05:57:55, James Limbouris wrote: > On Tue Aug 2 16:40:09, Mark Hatle wrote: >>On 8/2/11 5:11 AM, Richard Purdie wrote: >>> On Tue, 2011-08-02 at 07:28 +0000, James Limbouris wrote: >>>> Hi, >>>> >>>> I've just switched to oe-c

Re: [OE-core] erratic failure of pseudo

2011-08-02 Thread James Limbouris
On Tue Aug 2 16:40:09, Mark Hatle wrote: >On 8/2/11 5:11 AM, Richard Purdie wrote: >> On Tue, 2011-08-02 at 07:28 +0000, James Limbouris wrote: >>> Hi, >>> >>> I've just switched to oe-core from -dev, and I'm finding that my root >>> imag

[OE-core] erratic failure of pseudo

2011-08-02 Thread James Limbouris
der in the work folder after do_rm_work, but it is not there if I do a bitbake -c build image-xxx.    Regards James Limbouris ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listin