Re: [oe] Eliminating dependency race-conditions

2011-03-15 Thread Frans Meulenbroeks
2011/3/16 Esben Haabendal : > On Tue, 2011-03-15 at 18:03 -0400, Denys Dmytriyenko wrote: >> On Tue, Mar 15, 2011 at 10:08:37AM +0100, Esben Haabendal wrote: >> > On Fri, 2011-03-11 at 12:04 +0100, Steffen Sledz wrote: >> > > which occurred sometimes depending on build order (not in clean >> > > pa

[oe] Python-native dependency in libxml2

2011-03-15 Thread Ahsan, Noor
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" This package build fine after removing this de

Re: [oe] Eliminating dependency race-conditions

2011-03-15 Thread Esben Haabendal
On Tue, 2011-03-15 at 18:03 -0400, Denys Dmytriyenko wrote: > On Tue, Mar 15, 2011 at 10:08:37AM +0100, Esben Haabendal wrote: > > On Fri, 2011-03-11 at 12:04 +0100, Steffen Sledz wrote: > > > which occurred sometimes depending on build order (not in clean > > > package only builds). > > > > I wou

Re: [oe] Eliminating dependency race-conditions (was Re: [PATCH] net-snmp: disable libnl use)

2011-03-15 Thread Graham Gower
On 03/15/2011 07:38 PM, Esben Haabendal wrote: > On Fri, 2011-03-11 at 12:04 +0100, Steffen Sledz wrote: >> which occurred sometimes depending on build order (not in clean >> package only builds). > > I would like to raise awareness of the underlying problem here. > > The current dependency/stagi

Re: [oe] Eliminating dependency race-conditions (was Re: [PATCH] net-snmp: disable libnl use)

2011-03-15 Thread Denys Dmytriyenko
On Tue, Mar 15, 2011 at 10:08:37AM +0100, Esben Haabendal wrote: > On Fri, 2011-03-11 at 12:04 +0100, Steffen Sledz wrote: > > which occurred sometimes depending on build order (not in clean > > package only builds). > > I would like to raise awareness of the underlying problem here. > > The curr

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

2011-03-15 Thread Denys Dmytriyenko
On Tue, Mar 15, 2011 at 02:13:55PM -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

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

2011-03-15 Thread Denys Dmytriyenko
On Tue, Mar 15, 2011 at 02:13:54PM -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

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

2011-03-15 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] [PATCH] valgrind: update to 3.6.1

2011-03-15 Thread kernel-hacker
From: Alex Bennee I took the opportunity to move the common stuff for building Valgrind into a common valgrind.inc. I also removed the fix-link-tool.patch which was breaking the build. I'm not sure what the patch was trying to achieve. Signed-off-by: Alex Bennee --- .../valgrind/valgrind-3.6.0

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

2011-03-15 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] OE weekly changelog for org.openembedded.dev, 2011-03-07 to 2011-03-14

2011-03-15 Thread Cliff Brake
OE weekly changelog for org.openembedded.dev, 2011-03-07 to 2011-03-14 Andrea Adami (5): zaurus: set LZMA_COMPRESSION_LEVEL to lower defaults kexecboot-cfg: inherit CMDLINE from machine.conf. Cleaning. zaurus-2.6.inc: specify default kernel CMDLINE here. Signed-off-by: Andr ben-nanonot

Re: [oe] xfce4-session: task configure fails with `checking for iceauth... no`

2011-03-15 Thread Khem Raj
On Tue, Mar 15, 2011 at 9:06 AM, Paul Menzel wrote: > Dear OE folks, > > > Am Dienstag, den 08.03.2011, 14:34 +0100 schrieb Paul Menzel: > >> task configure of `xfce4-session_4.6.2.bb` fails with the following >> error message using any distribution (`minimal`, `angstrom-2008.1`). >> >>         ch

Re: [oe] [PATCH] mango-lassi: `touch config.rpath` to fix `configure.ac:127: required file `./config.rpath' not found`

2011-03-15 Thread Khem Raj
On Tue, Mar 15, 2011 at 3:17 AM, Paul Menzel wrote: > Date: Tue, 15 Mar 2011 10:58:26 +0100 > > Task configure fails with the following error message. > >        Build Configuration: >        BB_VERSION        = "1.12.0" >        METADATA_BRANCH   = "" >        METADATA_REVISION = "b1fbaf6" >    

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

2011-03-15 Thread 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 >        + '[' -e Makefile -o -e makefile -o -e GNUmakefile ']' >        + oe_runmake >      

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

2011-03-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-03-11 16:53, Tom Rini wrote: > On 03/15/2011 02:38 AM, Frans Meulenbroeks wrote: >> Tom, thanks for the reply. >> >> 2011/3/15 Tom Rini: >>> On 03/14/2011 11:52 AM, Frans Meulenbroeks wrote: >> >> [cut out large part of text] >> Overall

Re: [oe] xfce4-session: task configure fails with `checking for iceauth... no`

2011-03-15 Thread Paul Menzel
Dear OE folks, Am Dienstag, den 08.03.2011, 14:34 +0100 schrieb Paul Menzel: > task configure of `xfce4-session_4.6.2.bb` fails with the following > error message using any distribution (`minimal`, `angstrom-2008.1`). > > checking if the linker (arm-oe-linux-gnueabi-ld > --sysroot=/oe/

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

2011-03-15 Thread Tom Rini
On 03/15/2011 02:38 AM, Frans Meulenbroeks wrote: Tom, thanks for the reply. 2011/3/15 Tom Rini: On 03/14/2011 11:52 AM, Frans Meulenbroeks wrote: [cut out large part of text] Overall this seems like a fine proposal to me. Thanks a lot for drafting it. There are a few minor suggestions I

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

2011-03-15 Thread Tom Rini
On 03/15/2011 06:14 AM, Philip Balister wrote: On 03/14/2011 07:13 PM, Tom Rini wrote: On 03/14/2011 03:22 PM, Philip Balister wrote: On 03/14/2011 11:58 AM, Tom Rini wrote: Hi all, The TSC has discussed this item at the request of the community and has come up with the following recommendati

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

2011-03-15 Thread Maupin, Chase
I should have probably clarified that this was intended for the 2011.03-maintenance branch. Tom, I have also submitted this to the oe-core. Would you be willing to pick this up? Sincerely, Chase Maupin Open Platforms ARM MPU e-mail: chase.mau...@ti.com phone: (214) 567-2950 For support: Forum

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

2011-03-15 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] removal of `angstrom-2008.1` in dev and needed updates

2011-03-15 Thread Graeme Gregory
For the angstrom self references we will fix these in next few days. For the other distros using this file, I would suggest if they dont get fixed within 14 days they are scheduled for removal as probably they are dead distros anyway. Graeme On Tue, Mar 15, 2011 at 11:40:19AM +0100, Paul Menzel

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

2011-03-15 Thread Philip Balister
On 03/14/2011 07:13 PM, Tom Rini wrote: On 03/14/2011 03:22 PM, Philip Balister wrote: On 03/14/2011 11:58 AM, Tom Rini wrote: Hi all, The TSC has discussed this item at the request of the community and has come up with the following recommendation which we are looking for feedback (positive/n

[oe] pygtksourceview-2.10.1: task compile fails, because $(srcdir) not substituted with staging directory

2011-03-15 Thread Paul Menzel
Dear OE folks, task compile of `pygtksourceview-2.10.1.bb` fails with the following error. + do_compile + base_do_compile + '[' -e Makefile -o -e makefile -o -e GNUmakefile ']' + oe_runmake + oenote make -j4 + echo NOTE: 'make -j4' NOTE: ma

Re: [oe] [solved] OpenEmbedded (Wiki) Web Site Down

2011-03-15 Thread Russell Morris
Yep, it's working again here now also - thanks! ... Russell On Tue, Mar 15, 2011 03:16 AM, Paul Menzel wrote: > Dear Russell, > > > Am Montag, den 14.03.2011, 21:39 -0500 schrieb Russell Morris: > > > Just a heads up, but the Wiki / site seems to be down. Here is the error > > message th

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

2011-03-15 Thread Paul Menzel
Dear OE folks, in case you are using `angstrom-2008.1` and are getting the following error message $ bitbake -k some-recipe ERROR: Error parsing /home/paul/oe/openembedded/recipes/images/uml-image.bb: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass ERROR:

[oe] [PATCH] mango-lassi: `touch config.rpath` to fix `configure.ac:127: required file `./config.rpath' not found`

2011-03-15 Thread Paul Menzel
Date: Tue, 15 Mar 2011 10:58:26 +0100 Task configure fails with the following error message. Build Configuration: BB_VERSION= "1.12.0" METADATA_BRANCH = "" METADATA_REVISION = "b1fbaf6" TARGET_ARCH = "arm" TARGET_OS = "linux-

[oe] guile-native-1.8.7-r1: task configure fails with `configure.in:882: error: possibly undefined macro: AM_GNU_GETTEXT`

2011-03-15 Thread Paul Menzel
quot; TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO= "minimal-uclibc" DISTRO_VERSION= "dev-snapshot-20110315" TARGET_FPU= "soft" […]

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

2011-03-15 Thread Frans Meulenbroeks
Tom, thanks for the reply. 2011/3/15 Tom Rini : > On 03/14/2011 11:52 AM, Frans Meulenbroeks wrote: >> [cut out large part of text] >> Overall this seems like a fine proposal to me. Thanks a lot for drafting >> it. >> >> There are a few minor suggestions I would like to make. >> >> First is to d

[oe] Eliminating dependency race-conditions (was Re: [PATCH] net-snmp: disable libnl use)

2011-03-15 Thread Esben Haabendal
On Fri, 2011-03-11 at 12:04 +0100, Steffen Sledz wrote: > which occurred sometimes depending on build order (not in clean > package only builds). I would like to raise awareness of the underlying problem here. The current dependency/staging model of OE basically has this feature that a build can

Re: [oe] [solved] OpenEmbedded (Wiki) Web Site Down

2011-03-15 Thread Paul Menzel
Dear Russell, Am Montag, den 14.03.2011, 21:39 -0500 schrieb Russell Morris: > Just a heads up, but the Wiki / site seems to be down. Here is the error > message that I receive (tried from two different PC's, on two different > networks), > > ==

Re: [oe] Collab Summit + ELC + TSC Meeting

2011-03-15 Thread Koen Kooi
Op 15 mrt 2011, om 02:15 heeft Philip Balister het volgende geschreven: > On 03/14/2011 08:44 PM, Jeff Osier-Mixon wrote: >>> There also was a request for more general purpose OEDAM over the weekend, maybe in parallel or before/after TSC meeting: Any thoughts on that? >>> >