Re: [oe] [PATCH] cairo: disable native atomic operations, conflicts with libatomics-ops

2011-03-16 Thread Khem Raj
On 3/16/2011 6:43 PM, Denys Dmytriyenko wrote: An alternative solution, is to build libatomics-ops with emulated CAS (Compare And Swap), as otherwise those non-emulated primitives are not available on armel and sparc, according to [1] Let me know if fixing libatomics-ops is more preferable and I

[oe] Minutes, OE TSC meeting, March 10 2011

2011-03-16 Thread Mark Hatle
Attendance: Mark Hatle, Richard Purdie, Khem Raj, Tom Rini, Stefan Schmidt, Koen Kooi Apologies: Jeff Osier-Mixon Chair for meeting: Mark Hatle Agenda 2011-03-10 meeting - 01) Agree on meeting chair Mark Hatle volunteered as chair 02) Status report on oe-core Still so

Re: [oe] [PATCH] cairo: disable native atomic operations, conflicts with libatomics-ops

2011-03-16 Thread Denys Dmytriyenko
An alternative solution, is to build libatomics-ops with emulated CAS (Compare And Swap), as otherwise those non-emulated primitives are not available on armel and sparc, according to [1] Let me know if fixing libatomics-ops is more preferable and I'll make a patch. But I figured that since cai

[oe] [PATCH] cairo: disable native atomic operations, conflicts with libatomics-ops

2011-03-16 Thread Denys Dmytriyenko
From: Denys Dmytriyenko * Add --disable-atomic to configure, otherwise it finds previously staged libatomics-ops from pulseaudio, which doesn't have the necessary primitives: | In file included from cairo-reference-count-private.h:40, | from cairo-types-private.h:45, |

Re: [oe] perl-native_5.10.1 fails

2011-03-16 Thread Jan Paesmans
On 03/16/11 23:01, Tom Rini wrote: > On 03/16/2011 01:49 PM, Jan Paesmans wrote: >> Hi all, >> >> When trying to build an x11-image for pm9263 with angstrom-2010.x, >> perl-native fails to build. >> The error is listed below. As far as I can tell, the problem is that a >> gcc flag is passed to the

Re: [oe] perl-native_5.10.1 fails

2011-03-16 Thread Tom Rini
On 03/16/2011 01:49 PM, Jan Paesmans wrote: Hi all, When trying to build an x11-image for pm9263 with angstrom-2010.x, perl-native fails to build. The error is listed below. As far as I can tell, the problem is that a gcc flag is passed to the linker, -fstack-protector. I tried to find out where

Re: [oe] [2010.03-maintenance] [PATCH 2/7] bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:35PM -0400, Ben Gardiner wrote: > The current IMAGE_CMD_ubi creates an interim image with a .rootfs.ubifs > extension. > > The ubifs image created is not considered a valid rootfs without a UBI > container. > > Change the filename of the iterim ubifs image used by IM

[oe] perl-native_5.10.1 fails

2011-03-16 Thread Jan Paesmans
Hi all, When trying to build an x11-image for pm9263 with angstrom-2010.x, perl-native fails to build. The error is listed below. As far as I can tell, the problem is that a gcc flag is passed to the linker, -fstack-protector. I tried to find out where this -fstack-protector could come from, but t

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Ben Gardiner
Hi Denys, On Wed, Mar 16, 2011 at 4:30 PM, Denys Dmytriyenko wrote: > I've acked the cherry-picks for the maintenance branch, so once Tom pushes > them there, you should see them appear in arago-oe-dev in a day or two... Thanks -- I couldn't ask for more. > And thank you for your help. You're

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 09:18:59AM -0700, Tom Rini wrote: > On 03/16/2011 08:25 AM, Ben Gardiner wrote: >> Thanks, Denys for the Ack and Tom for picking up the patches. >> >> Now that they have hit mainline, I would like to request that they get >> into arago-oe-dev. From the 2010.03-maintenance an

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 11:25:48AM -0400, Ben Gardiner wrote: > Thanks, Denys for the Ack and Tom for picking up the patches. > > Now that they have hit mainline, I would like to request that they get > into arago-oe-dev. From the 2010.03-maintenance announcement I'm > guessing that means that the

Re: [oe] [2010.03-maintenance] [PATCH 1/7] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:34PM -0400, Ben Gardiner wrote: > The current image link-creation code will unconditionaly create a link > from . pointing to the .rootfs. output. > > This is not compatible with the UBIFS images produced which have > ..img extension since they are not considered to b

Re: [oe] [2010.03-maintenance] [PATCH 7/7] toolchain-external.conf: set the default provider for gdbserver

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:40PM -0400, Ben Gardiner wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > (cherry picked from commit df59f77a2eb37d9807c6d9167488110e92601d7b) > > Signed-off-by: Ben Gardiner Acked-by: Denys Dmytriyenko > --- > conf/distro/include/toolch

Re: [oe] [2010.03-maintenance] [PATCH 5/7] external-toolchain-csl: Drop do_stage, add gdbserver

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:38PM -0400, Ben Gardiner wrote: > From: Tom Rini > > Based on work from Noor Ahsan, we merge the important part of do_stage > into do_install and then set NATIVE_INSTALL_WORKS. We also add a function > for getting the gdb version for packaging up gdbserver and ship

Re: [oe] [2010.03-maintenance] [PATCH 6/7] external-toolchain-csl: handle packaging of gdbserver based on PREFERRED_PROVIDER

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:39PM -0400, Ben Gardiner wrote: > From: Denys Dmytriyenko > > Allow packaging independent copy of specific version of gdbserver with > external-toolchain-csl by setting PREFERRED_PROVIDER. E.g. for GPLv2 > gdbserver, add these lines to your distro/local.conf: > > PR

Re: [oe] [2010.03-maintenance] [PATCH 3/7] external-toolchain: allow override of linux-libc-headers provider

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:36PM -0400, Ben Gardiner wrote: > only set PREFERRED_PROVIDER_linux-libc-headers if it is not > already assigned a value. > > Signed-off-by: Ben Gardiner > Tested-by: Andrea Galbusera > Signed-off-by: Tom Rini > (cherry picked from commit 829ea5110bc82f71a225f168bc

Re: [oe] [2010.03-maintenance] [PATCH 4/7] external-toolchain-csl: allow linux-libc-headers

2011-03-16 Thread Denys Dmytriyenko
On Wed, Mar 16, 2011 at 12:50:37PM -0400, Ben Gardiner wrote: > If PREFERRED_PROVIDER_linux-libc-headers is defined as anything > other than external-toolchain-csl then don't PROVIDE, install or > stage the linux headers packaged with the CSL toolchain. > > (Updated by Tom Rini to not modify local

Re: [oe] [Openembedded-users] Problem with patch version 2.6.1-7 and after

2011-03-16 Thread Tom Rini
On 03/16/2011 10:08 AM, Tom Rini wrote: On 03/16/2011 07:03 AM, Terry Barnaby wrote: [snip] Hi, ### Forwarded to openembedded-devel ### We are using Fedora14. That is using patch 2.6.1-8. The -8 release includes the following patches to patch. Patch1: patch-2.5.4-sigsegv.patch Patch2: patch-

Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot

2011-03-16 Thread Maupin, Chase
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Koen Kooi > Sent: Wednesday, March 16, 2011 1:22 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH][2011.00

[oe] [PATCH] gcc-4.5: Fix segfault in dwarf2out

2011-03-16 Thread Khem Raj
Currently following fails rm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-uclibc/minimal-uclibc-dev/sysroots/armv7a-oe-linux-uclibceabi -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I.

[oe] [PATCH 1/4] u-boot.inc: allow variable make targets

2011-03-16 Thread Chase Maupin
* Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to c

Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot

2011-03-16 Thread Maupin, Chase
> From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Koen Kooi > Sent: Wednesday, March 16, 2011 1:22 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-examp

[oe] [PATCH 4/4] ti-pru-sw-example: fix building with new toolchain sysroot

2011-03-16 Thread Chase Maupin
* Patch taken from Arago overlay where it was added by Denys Dmytriyenko * PR incremented by two to align recipe PR values between Arago and OE. Signed-off-by: Chase Maupin --- recipes/ti/ti-pru-sw-examples_1.00.00.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 2/4] dm368-evm: Add configuration for DM368 machine

2011-03-16 Thread Chase Maupin
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin --- conf/machine/{dm365-evm.conf => dm368-evm.conf}|4 ++-- contrib/angstrom/sort.sh

[oe] [PATCH 3/4] matrix-gui: add support for dm386-evm machine

2011-03-16 Thread Chase Maupin
* Add support for the dm368-evm machine type * Bump the PRs Signed-off-by: Chase Maupin --- recipes/ti/matrix-gui-common.inc |5 +++-- recipes/ti/matrix-gui-e.inc |5 +++-- recipes/ti/matrix-gui.inc|5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/

[oe] [PATCH 1/2][2011.03-maintenance] dm368-evm: Add configuration for DM368 machine

2011-03-16 Thread Chase Maupin
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin --- conf/machine/{dm365-evm.conf => dm368-evm.conf}|4 ++-- contrib/angstrom/sort.sh

[oe] [PATCH 2/2][2011.03-maintenance] matrix-gui: add support for dm386-evm machine

2011-03-16 Thread Chase Maupin
* Add support for the dm368-evm machine type * Bump the PRs Signed-off-by: Chase Maupin --- recipes/ti/matrix-gui-common.inc |5 +++-- recipes/ti/matrix-gui-e.inc |5 +++-- recipes/ti/matrix-gui.inc|5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/

Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot

2011-03-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-03-11 18:22, Chase Maupin wrote: > * Patch taken from Arago overlay where it was added by > Denys Dmytriyenko > * PR incremented by two to align recipe PR values between Arago > and OE. > > Signed-off-by: Chase Maupin NAK, this hasn't been

Re: [oe] [PATCH 1/4] openjdk: use qemu now for the awt sizer binary too

2011-03-16 Thread Henning Heinold
Hi Khem, its not new. It in this state a while and will be fixed week. Bye Henning ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Ben Gardiner
Thanks, Denys for the Ack and Tom for picking up the patches. Now that they have hit mainline, I would like to request that they get into arago-oe-dev. From the 2010.03-maintenance announcement I'm guessing that means that they need to be backported to 2010.03-maintenance branch first. I've cherr

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Khem Raj
On 3/16/2011 8:06 AM, Paul Menzel wrote: Am Mittwoch, den 16.03.2011, 14:06 + schrieb Phil Blundell: On Wed, 2011-03-16 at 14:39 +0100, Paul Menzel wrote: arm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysr

[oe] [2010.03-maintenance] [PATCH 5/7] external-toolchain-csl: Drop do_stage, add gdbserver

2011-03-16 Thread Ben Gardiner
From: Tom Rini Based on work from Noor Ahsan, we merge the important part of do_stage into do_install and then set NATIVE_INSTALL_WORKS. We also add a function for getting the gdb version for packaging up gdbserver and ship that. Signed-off-by: Tom Rini (cherry picked from commit 207971b244ee6

Re: [oe] [PATCH 2/4] cacao-hg: update to latest revision

2011-03-16 Thread Khem Raj
On 3/16/2011 3:54 AM, Henning Heinold wrote: From: Henning Heinold Your signoff is missing. You might want o bump PR too Acked-by: Khem Raj --- recipes/cacao/cacao-native_hg.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/cacao/cacao-native_hg.bb b/r

Re: [oe] [PATCH 1/4] openjdk: use qemu now for the awt sizer binary too

2011-03-16 Thread Khem Raj
On 3/16/2011 3:54 AM, Henning Heinold wrote: From: Henning Heinold * bump INC_PR --- .../icedtea-crosscompile-fix.patch | 24 ++- recipes/openjdk/openjdk-6-common.inc |8 +- 2 files changed, 14 insertions(+), 18 deletions(-) the inc

[oe] [2010.03-maintenance] [PATCH 0/7] 2010.03-maintenance: libc-headers, gdbserver and ubifs

2011-03-16 Thread Ben Gardiner
This series is cherry-picks of commits made to org.openembbed.dev; libc-headers and gdbserver fixes for external toolchain and ubifs image filenames. The changes are also available at git://github.com/BenGardiner/oe-dev.git branch upstream/oe/releases/2011.03-maintenance/features/BenGardiner/backp

[oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot

2011-03-16 Thread Chase Maupin
* Patch taken from Arago overlay where it was added by Denys Dmytriyenko * PR incremented by two to align recipe PR values between Arago and OE. Signed-off-by: Chase Maupin --- recipes/ti/ti-pru-sw-examples_1.00.00.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Paul Menzel
DATA_REVISION = "f621e5e" > >>> TARGET_ARCH = "arm" > >>> TARGET_OS = "linux-uclibceabi" > >>> MACHINE = "beagleboard" > >>> DISTRO= "minimal-ucli

[oe] [2010.03-maintenance] [PATCH 4/7] external-toolchain-csl: allow linux-libc-headers

2011-03-16 Thread Ben Gardiner
If PREFERRED_PROVIDER_linux-libc-headers is defined as anything other than external-toolchain-csl then don't PROVIDE, install or stage the linux headers packaged with the CSL toolchain. (Updated by Tom Rini to not modify local.conf.sample yet and to use cp + rm -rf rather than rsync) Signed-off-b

Re: [oe] [Openembedded-users] Problem with patch version 2.6.1-7 and after

2011-03-16 Thread Tom Rini
On 03/16/2011 07:03 AM, Terry Barnaby wrote: [snip] Hi, ### Forwarded to openembedded-devel ### We are using Fedora14. That is using patch 2.6.1-8. The -8 release includes the following patches to patch. Patch1: patch-2.5.4-sigsegv.patch Patch2: patch-get-arg.patch Patch3: patch-CVE-2010-4651

[oe] [2010.03-maintenance] [PATCH 2/7] bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi

2011-03-16 Thread Ben Gardiner
The current IMAGE_CMD_ubi creates an interim image with a .rootfs.ubifs extension. The ubifs image created is not considered a valid rootfs without a UBI container. Change the filename of the iterim ubifs image used by IMAGE_CMD_ubi to .ubifs.img to match the IMAGE_CMD_ubifs command. Signed-off-

[oe] [2010.03-maintenance] [PATCH 3/7] external-toolchain: allow override of linux-libc-headers provider

2011-03-16 Thread Ben Gardiner
only set PREFERRED_PROVIDER_linux-libc-headers if it is not already assigned a value. Signed-off-by: Ben Gardiner Tested-by: Andrea Galbusera Signed-off-by: Tom Rini (cherry picked from commit 829ea5110bc82f71a225f168bcb6a9a327b1b5c8) Signed-off-by: Ben Gardiner --- conf/distro/include/toolc

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Khem Raj
ATA_BRANCH = "" METADATA_REVISION = "f621e5e" TARGET_ARCH = "arm" TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO= "minimal-uclibc"

[oe] [2010.03-maintenance] [PATCH 7/7] toolchain-external.conf: set the default provider for gdbserver

2011-03-16 Thread Ben Gardiner
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko (cherry picked from commit df59f77a2eb37d9807c6d9167488110e92601d7b) Signed-off-by: Ben Gardiner --- conf/distro/include/toolchain-external.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/distro/include

[oe] [2010.03-maintenance] [PATCH 1/7] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Ben Gardiner
The current image link-creation code will unconditionaly create a link from . pointing to the .rootfs. output. This is not compatible with the UBIFS images produced which have ..img extension since they are not considered to be valid rootfs images when they are not included in a UBI container. Ch

[oe] [2010.03-maintenance] [PATCH 6/7] external-toolchain-csl: handle packaging of gdbserver based on PREFERRED_PROVIDER

2011-03-16 Thread Ben Gardiner
From: Denys Dmytriyenko Allow packaging independent copy of specific version of gdbserver with external-toolchain-csl by setting PREFERRED_PROVIDER. E.g. for GPLv2 gdbserver, add these lines to your distro/local.conf: PREFERRED_PROVIDER_gdbserver = "gdbserver" PREFERRED_VERSION_gdbserver = "6.6"

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Tom Rini
On 03/16/2011 08:25 AM, Ben Gardiner wrote: Thanks, Denys for the Ack and Tom for picking up the patches. Now that they have hit mainline, I would like to request that they get into arago-oe-dev. From the 2010.03-maintenance announcement I'm guessing that means that they need to be backported to

Re: [oe] Fwd: Re: [Openembedded-users] Problem with building angstrom-2008.1 for at91sam9m10g45ek

2011-03-16 Thread Gary Thomas
On 03/16/2011 09:20 AM, Tom Rini wrote: On 03/16/2011 07:05 AM, Terry Barnaby wrote: Original Message Subject: Re: [Openembedded-users] Problem with building angstrom-2008.1 for at91sam9m10g45ek Date: Wed, 16 Mar 2011 00:45:30 -0700 From: Khem Raj To: openembedded-us...@linuxto

Re: [oe] Fwd: Re: [Openembedded-users] Problem with building angstrom-2008.1 for at91sam9m10g45ek

2011-03-16 Thread Tom Rini
On 03/16/2011 07:05 AM, Terry Barnaby wrote: Original Message Subject: Re: [Openembedded-users] Problem with building angstrom-2008.1 for at91sam9m10g45ek Date: Wed, 16 Mar 2011 00:45:30 -0700 From: Khem Raj To: openembedded-us...@linuxtogo.org On 3/16/2011 12:18 AM, Terry Barn

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Paul Menzel
Am Mittwoch, den 16.03.2011, 14:06 + schrieb Phil Blundell: > On Wed, 2011-03-16 at 14:39 +0100, Paul Menzel wrote: > > arm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 > > -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb > > --sysroot=/oe/build-minimal-uclibc/min

Re: [oe] [Openembedded-users] Problem with patch version 2.6.1-7 and after

2011-03-16 Thread Terry Barnaby
On 03/16/2011 08:39 AM, Ludovic Desroches wrote: > Hello, > > On 3/16/2011 8:22 AM, Terry Barnaby wrote: >> Hi, >> >> I am getting the error: >> >> NOTE: Applying patch 'arm-thumb-mutex_db5.patch' >> (openembedded/recipes/db/db-5.1.19/arm-thumb-mutex_db5.patch) >> ERROR: Execution of 'quilt >> --q

[oe] Fwd: Re: [Openembedded-users] Problem with building angstrom-2008.1 for at91sam9m10g45ek

2011-03-16 Thread Terry Barnaby
Original Message Subject: Re: [Openembedded-users] Problem with building angstrom-2008.1 for at91sam9m10g45ek Date: Wed, 16 Mar 2011 00:45:30 -0700 From: Khem Raj To: openembedded-us...@linuxtogo.org On 3/16/2011 12:18 AM, Terry Barnaby wrote: > On 03/15/2011 02:23 PM, Terry Bar

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Phil Blundell
On Wed, 2011-03-16 at 14:39 +0100, Paul Menzel wrote: > arm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 > -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb > --sysroot=/oe/build-minimal-uclibc/minimal-uclibc-dev/sysroots/armv7a-oe-linux-uclibceabi > -DHAVE_CONFIG_H -

[oe] navit_svn: task fetch fails with `svn: Failed to add directory 'navit': an unversioned directory of the same name already exists`

2011-03-16 Thread Paul Menzel
Dear OE folks, using `minimal` or `minimal-uclibc` task fetch of `navit_svn.bb` fails with the following error message. $ bitbake -D -c fetch -b /oe/openembedded/recipes/navit/navit_svn.bb NOTE: package navit-1_0.2.0+svnr4345-r8.12: task do_fetch: Started NOTE: Update sv

Re: [oe] [PATCH] u-boot.inc: allow variable make targets

2011-03-16 Thread Maupin, Chase
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Maupin, Chase > Sent: Tuesday, March 15, 2011 10:16 AM > To: Chase Maupin; openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Paul Menzel
Am Mittwoch, den 16.03.2011, 09:56 + schrieb Phil Blundell: > On Wed, 2011-03-16 at 09:52 +0100, Paul Menzel wrote: > > I am sorry. But I could not find an error message anywhere in > > `log.do_compile`. Please find the log file attached. > > One of libtool's less endearing features is that it

Re: [oe] [PATCH 4/4] angstrom-jalimo: use cacao-native hg version for javac-native

2011-03-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-03-11 11:54, Henning Heinold wrote: > From: Henning Heinold Acked-by: Koen Kooi > > * build java packages is more stable than with jamvm > --- > conf/distro/include/angstrom-jalimo.conf |5 ++--- > 1 files changed, 2 insertions(+), 3 de

Re: [oe] removal of `angstrom-2008.1` in dev and needed updates

2011-03-16 Thread Yury Bushmelev
2011/3/15 Paul Menzel : > It looks like some other configurations files and comments still refer > to `angstrom-2008.1` though and probably need an update. > >        contrib/testing/testbuilder/README:bitbake (e.g. > angstrom-2008.1/qemuarm/console-image). >        contrib/testing/testbuilder/RE

[oe] [PATCH 2/4] cacao-hg: update to latest revision

2011-03-16 Thread Henning Heinold
From: Henning Heinold --- recipes/cacao/cacao-native_hg.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb index 0f0df64..6ece8dd 100644 --- a/recipes/cacao/cacao-native_hg.bb +++ b/recipes/cacao/cacao-

[oe] [PATCH 4/4] angstrom-jalimo: use cacao-native hg version for javac-native

2011-03-16 Thread Henning Heinold
From: Henning Heinold * build java packages is more stable than with jamvm --- conf/distro/include/angstrom-jalimo.conf |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/distro/include/angstrom-jalimo.conf b/conf/distro/include/angstrom-jalimo.conf index f95c7c9.

[oe] [PATCH 1/4] openjdk: use qemu now for the awt sizer binary too

2011-03-16 Thread Henning Heinold
From: Henning Heinold * bump INC_PR --- .../icedtea-crosscompile-fix.patch | 24 ++- recipes/openjdk/openjdk-6-common.inc |8 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/recipes/openjdk/openjdk-6-6b18-1.8/icedtea-cro

[oe] updating java

2011-03-16 Thread Henning Heinold
Hi, the following patches updates icedtea6-native to 1.7.10, switches execution of the awt sizer binary to QEMU and uses cacao-native as java-native for a stable build of java recipes. Bye Henning ___ Openembedded-devel mailing list Openembedded-dev

Re: [oe] [PATCH] nodejs: update to 0.4.2

2011-03-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-03-11 15:42, Eric Bénard wrote: > Hi Koen, > > On 12/03/2011 00:21, Koen Kooi wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 11-03-11 23:20, Eric Bénard wrote: >>> Signed-off-by: Eric Bénard >> >> Does this one actually buil

Re: [oe] pygtksourceview-2.10.1: task compile fails, because `PYGOBJECT_DATADIR` not taken from staging directory (was: $(srcdir) not substituted with staging directory)

2011-03-16 Thread Paul Menzel
Am Dienstag, den 15.03.2011, 09:22 -0700 schrieb Khem Raj: > On Tue, Mar 15, 2011 at 6:10 AM, Paul Menzel wrote: > > Dear OE folks, > > > > > > task compile of `pygtksourceview-2.10.1.bb` fails with the following > > error. > > > >+ do_compile > >+ base_do_compile > >+ '[' -

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Paul Menzel
> > METADATA_REVISION = "f621e5e" > > > > TARGET_ARCH = "arm" > > > > TARGET_OS = "linux-uclibceabi" > > > > MACHINE = "beagleboard" > > > >

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Phil Blundell
On Wed, 2011-03-16 at 09:52 +0100, Paul Menzel wrote: > I am sorry. But I could not find an error message anywhere in > `log.do_compile`. Please find the log file attached. One of libtool's less endearing features is that it runs the compiler for shared objects with errors directed to /dev/null.

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Paul Menzel
t; > TARGET_OS = "linux-uclibceabi" > > > MACHINE = "beagleboard" > > > DISTRO= "minimal-uclibc" > > > DISTRO_VERSION= "dev-snapshot-20110316" > > >

Re: [oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Khem Raj
= "arm" TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO= "minimal-uclibc" DISTRO_VERSION= "dev-snapshot-20110316" TARGET_FPU= "soft" task compi

Re: [oe] Python-native dependency in libxml2

2011-03-16 Thread Ahsan, Noor
Hello, I made 2 changes, first one was to remove python-native from DEPENDS and second was commented out XPY_virtclass-native = " --with-python=${PYTHON_DIR}". Moreover I removed all the stuff from build dir, so there were not python-native for me. After kicking this build libxml2-native build fin

[oe] minimal-uclibc: gnutls-2.10.4-r11.0: task compile fails with `make[4]: *** [coding.lo] Error 1`

2011-03-16 Thread Paul Menzel
= "linux-uclibceabi" MACHINE = "beagleboard" DISTRO= "minimal-uclibc" DISTRO_VERSION= "dev-snapshot-20110316" TARGET_FPU= "soft" task compile of `gnutls_2.10.4.bb` fails with the following erro

Re: [oe] Python-native dependency in libxml2

2011-03-16 Thread Martin Jansa
On Wed, Mar 16, 2011 at 08:28:39AM +0100, Frans Meulenbroeks wrote: > 2011/3/16 Khem Raj : > > On 3/15/2011 11:22 PM, Ahsan, Noor wrote: > >> > >> Hello, > >> > >> I was looking at the libxml2 package. While going through the recipes I > >> came to know that its native package depends on python-nat

Re: [oe] Python-native dependency in libxml2

2011-03-16 Thread Frans Meulenbroeks
2011/3/16 Khem Raj : > On 3/16/2011 12:28 AM, Frans Meulenbroeks wrote: >> >> 2011/3/16 Khem Raj: >>> >>> On 3/15/2011 11:22 PM, Ahsan, Noor wrote: Hello, I was looking at the libxml2 package. While going through the recipes I came to know that its native package depends on

Re: [oe] Python-native dependency in libxml2

2011-03-16 Thread Khem Raj
On 3/16/2011 12:28 AM, Frans Meulenbroeks wrote: 2011/3/16 Khem Raj: On 3/15/2011 11:22 PM, Ahsan, Noor wrote: Hello, I was looking at the libxml2 package. While going through the recipes I came to know that its native package depends on python-native package as well. This dependency is defin

Re: [oe] Python-native dependency in libxml2

2011-03-16 Thread Frans Meulenbroeks
2011/3/16 Khem Raj : > On 3/15/2011 11:22 PM, Ahsan, Noor wrote: >> >> Hello, >> >> I was looking at the libxml2 package. While going through the recipes I >> came to know that its native package depends on python-native package as >> well. This dependency is defined in libxml2.inc file. >> >> DEPE

Re: [oe] Discussion: Version retention policy in oe-core

2011-03-16 Thread Frans Meulenbroeks
2011/3/15 Tom Rini : > > And, that brings us to [1].  FC14 seems to show off a class of bugs that > need squashing.  I'd love it if someone can point me at a VMware compatible > image (with functional tools) already installed.  That said, I think I meant > to post to the ML and forgot, or no one s

Re: [oe] Python-native dependency in libxml2

2011-03-16 Thread Khem Raj
On 3/15/2011 11:22 PM, Ahsan, Noor wrote: Hello, I was looking at the libxml2 package. While going through the recipes I came to know that its native package depends on python-native package as well. This dependency is defined in libxml2.inc file. DEPENDS_virtclass-native = "python-native" Thi