Re: [oe] [PATCH] kernel.bbclass: avoid NOTE messages for files that are staged but not packaged

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Paul Menzel : > Dear Frans, > > > Am Mittwoch, den 29.09.2010, 22:39 +0200 schrieb Frans Meulenbroeks: >> copy the files directly from the work area to staging. That way >> there are no unpackaged files in image/ so no NOTE messages. >> Additional advantage is that it is faster as we save

[oe] gdb-avr32.inc: unused file?

2010-09-29 Thread Graham Gower
This file looks like it might be useful for avr32 with the v6.7.1 recipes, but isn't currently included anywhere. Is this just an accidental omission, or is there something else going on? -Graham ___ Openembedded-devel mailing list Openembedded-devel@li

[oe] [PATCH] gdb: Don't clobber files installed by binutils.

2010-09-29 Thread Graham Gower
Also, move INC_PR into gdb-common.inc and propagate it into all recipes. Signed-off-by: Graham Gower --- recipes/gdb/gdb-canadian-sdk_6.8.bb |2 +- recipes/gdb/gdb-canadian-sdk_7.0.bb |2 ++ recipes/gdb/gdb-canadian-sdk_7.1.bb |2 ++ recipes/gdb/gdb-common.inc |9 +++

Re: [oe] [PATCHv2] am-benchmarks: update to latest version

2010-09-29 Thread Paul Menzel
Dear Chase, Am Mittwoch, den 29.09.2010, 12:37 -0500 schrieb Chase Maupin: > * Updated the SRCREV to the latest version of this project > which includes support for multiple platforms. > * Add COMPATIBLE_MACHINE setting for recipe. > > Signed-off-by: Chase Maupin it would be great if you co

Re: [oe] [PATCH 00/18] Patches from opendreambox.org

2010-09-29 Thread Paul Menzel
Dear Andreas, Am Mittwoch, den 29.09.2010, 20:36 + schrieb Andreas Oberritter: > in order to synchronize our work with upstream, I've prepared some > patches. More patches will follow. You can cherry-pick or pull them > from git, if you like: > > git://git.opendreambox.org/git/obi/openembed

Re: [oe] missing dependency on expat-native in gdb-cross-sdk-7.1-r7.0

2010-09-29 Thread Graham Gower
On 30 September 2010 01:25, Jonathan Cameron wrote: > On 09/29/10 15:59, Holger Freyther wrote: >> On 09/29/2010 10:32 PM, Jonathan Cameron wrote: >>> Hi all, >> >>> >>> I'd suggest adding expat-native to gdb-cross-sdk.inc DEPENDS (which seems >>> to fix the problem) No idea if it is needed >>> f

Re: [oe] [PATCH] Add falloc.h to the exported kernel header files.

2010-09-29 Thread Paul Menzel
Dear Thilo, Am Mittwoch, den 29.09.2010, 17:31 +0200 schrieb Thilo Fromm: […] > >> This adds include/linux/falloc.h to the list of files > >> exported by the kernel to the C library. > >> The include file is required for building e.g. a recent util-linux-ng > >> against 2.6.24. > > > > it looks

Re: [oe] [patch] cross keyword for automake warnings

2010-09-29 Thread Paul Menzel
Am Dienstag, den 28.09.2010, 19:45 +0200 schrieb Alexander Stohr: > each of the following two patches adds the "cross" keyword to the command > line option --warnings of the automake utility. […] > i only ran the one for 1.10.x on my build testbed. If I understand you correctly your patches are

Re: [oe] [PATCH] kernel.bbclass: avoid NOTE messages for files that are staged but not packaged

2010-09-29 Thread Paul Menzel
Dear Frans, Am Mittwoch, den 29.09.2010, 22:39 +0200 schrieb Frans Meulenbroeks: > copy the files directly from the work area to staging. That way > there are no unpackaged files in image/ so no NOTE messages. > Additional advantage is that it is faster as we save the copy to the image > dir. >

Re: [oe] [PATCH 14/18] cdparanoia: create libcdparanoia packages

2010-09-29 Thread Andreas Oberritter
On 29.09.2010 22:56, Frans Meulenbroeks wrote: > I feel there should be an > RDEPENDS_${PN} += "libcdparanioa" > to add the dependency that is now created (if i recall correctly > cdparanoia is statically build). The dependency is generated automatically by shlibdeps. The executable gets linked dy

Re: [oe] [PATCH] kernel.bbclass: avoid NOTE messages for files that are staged but not packaged

2010-09-29 Thread Denys Dmytriyenko
On Wed, Sep 29, 2010 at 10:39:58PM +0200, Frans Meulenbroeks wrote: > copy the files directly from the work area to staging. That way > there are no unpackaged files in image/ so no NOTE messages. > Additional advantage is that it is faster as we save the copy to the image > dir. > > See also htt

Re: [oe] [PATCH 00/18] Patches from opendreambox.org

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Andreas Oberritter : > Hello, > > in order to synchronize our work with upstream, I've prepared some > patches. More patches will follow. You can cherry-pick or pull them > from git, if you like: > > git://git.opendreambox.org/git/obi/openembedded.git for-upstream > > I'm submitting patch

Re: [oe] [PATCH 14/18] cdparanoia: create libcdparanoia packages

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Andreas Oberritter : > * Create separate packages for the libraries, which >  use a different license than the executable: > > "The cdparanoia command line tool versions 10.1 and later are >  distributed under the GNU General Public Licence v2.0 or, at your >  option, any later version of

[oe] [PATCH 14/18] cdparanoia: create libcdparanoia packages

2010-09-29 Thread Andreas Oberritter
* Create separate packages for the libraries, which use a different license than the executable: "The cdparanoia command line tool versions 10.1 and later are distributed under the GNU General Public Licence v2.0 or, at your option, any later version of the GPL." "The 10.1 and later release v

[oe] [PATCH 10/18] libungif-4.1.3: reduce package size, build without X11

2010-09-29 Thread Andreas Oberritter
* Move static libraries to FILES_${PN}-dev. * Add --without-x to configure flags. Signed-off-by: Andreas Oberritter --- recipes/libungif/libungif_4.1.3.bb | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/recipes/libungif/libungif_4.1.3.bb b/recipes/libungif/lib

[oe] [PATCH 09/18] cdrkit: update from 1.1.9 to 1.1.10

2010-09-29 Thread Andreas Oberritter
* 1.1.9 had conflicts with (e)glibc. * 1.1.10 was released on 2009/10/11 and is the latest version. Signed-off-by: Andreas Oberritter --- recipes/cdrkit/cdrkit_1.1.10.bb| 14 ++ recipes/cdrkit/cdrkit_1.1.9.bb | 22 -- recipes/cdrkit/files/xconfig.patch

[oe] [PATCH 06/18] netkit-base-0.17: fix compile with gcc-4.x

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- .../netkit-base-0.17/gcc4_buildfix.patch | 11 +++ recipes/netkit-base/netkit-base_0.17.bb|3 ++- 2 files changed, 13 insertions(+), 1 deletions(-) create mode 100644 recipes/netkit-base/netkit-base-0.17/gcc4_buildfix.patc

[oe] [PATCH 08/18] python-pyopenssl-0.8: reduce package size

2010-09-29 Thread Andreas Oberritter
* Move tests to FILES_${PN}-test. Signed-off-by: Andreas Oberritter --- recipes/python/python-pyopenssl_0.8.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/recipes/python/python-pyopenssl_0.8.bb b/recipes/python/python-pyopenssl_0.8.bb index 74e2ae9..bdbb6b2 100

[oe] [PATCH 00/18] Patches from opendreambox.org

2010-09-29 Thread Andreas Oberritter
Hello, in order to synchronize our work with upstream, I've prepared some patches. More patches will follow. You can cherry-pick or pull them from git, if you like: git://git.opendreambox.org/git/obi/openembedded.git for-upstream I'm submitting patches to OE for the first time, so please be pati

[oe] [PATCH 03/18] libmad-0.15.1b: fix compile with gcc-4.4 (mipsel)

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- recipes/libmad/files/mips-fix-gcc-4.4.0.patch | 38 + recipes/libmad/libmad_0.15.1b.bb |3 +- 2 files changed, 40 insertions(+), 1 deletions(-) create mode 100644 recipes/libmad/files/mips-fix-gcc-4.4.0.patch diff

[oe] [PATCH 12/18] util-linux-ng: Don't depend on udev unless selected as IMAGE_DEV_MANAGER

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- recipes/util-linux-ng/util-linux-ng.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index b5dd25b..c65849e 100644 --- a/recipes/util-linux-ng/util

[oe] [PATCH 01/18] utils.bbclass: add name to SRC_URI[{md5, sha256}sum]

2010-09-29 Thread Andreas Oberritter
* When a checksum is missing or invalid, print strings which can be copied into a recipe without modification. Signed-off-by: Andreas Oberritter --- classes/utils.bbclass | 37 ++--- 1 files changed, 22 insertions(+), 15 deletions(-) diff --git a/classes/util

[oe] [PATCH 17/18] libxmlccwrap-0.0.12: initial recipe

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- recipes/libxmlccwrap/files/disable_libxslt.patch | 96 .../libxmlccwrap/files/dont_build_unneeded.patch |6 ++ .../files/fix_assignment_operator.patch| 10 ++ recipes/libxmlccwrap/libxmlccwrap_0.0.12.bb|

[oe] [PATCH 13/18] libcddb-1.3.2: initial recipe

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- recipes/libcddb/libcddb_1.3.2.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 recipes/libcddb/libcddb_1.3.2.bb diff --git a/recipes/libcddb/libcddb_1.3.2.bb b/recipes/libcddb/libcddb_1.3.2.bb new file mode 1006

[oe] [PATCH 04/18] libsigc++-1.2: fix installation

2010-09-29 Thread Andreas Oberritter
* install complains about method_slot.h, which is mentioned twice inside Makefile.am. Signed-off-by: Andreas Oberritter --- recipes/libsigc++-1.2/files/fix-install.patch | 11 +++ recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb |3 ++- recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb

[oe] [PATCH 18/18] mjpegtools-1.9.0: initial recipe

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- .../mjpegtools/files/mjpegtools-fix-include.patch | 65 .../files/mjpegtools-remove-sdl-dependency.patch | 15 + .../files/mjpegtools-v4l-doesnt-mean-x11.patch | 12 recipes/mjpegtools/mjpegtools_1.9.0.bb

[oe] [PATCH 11/18] tremor-20041119: Add pkgconfig file, provide libvorbisidec

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- recipes/tremor/tremor/pkgconfig.patch | 22 ++ recipes/tremor/tremor_20041119.bb |9 ++--- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 recipes/tremor/tremor/pkgconfig.patch diff --git a/recipes/trem

[oe] [PATCH 15/18] sispmctl-2.7: initial recipe

2010-09-29 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- recipes/sispmctl/sispmctl_2.7.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/sispmctl/sispmctl_2.7.bb diff --git a/recipes/sispmctl/sispmctl_2.7.bb b/recipes/sispmctl/sispmctl_2.7.bb new file mode 100

[oe] [PATCH 07/18] python-twisted-8.2.0: reduce package size

2010-09-29 Thread Andreas Oberritter
* Don't install *.{bat,c,h} * Move more tests to FILES_${PN}-test Signed-off-by: Andreas Oberritter --- recipes/python/python-twisted_8.2.0.bb |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/recipes/python/python-twisted_8.2.0.bb b/recipes/python/python-twisted_8

[oe] [PATCH 05/18] mc-4.6.2: use cd instead of pushd and popd

2010-09-29 Thread Andreas Oberritter
* pushd and popd aren't compatible with dash. Signed-off-by: Andreas Oberritter --- recipes/mc/mc_4.6.2.bb | 27 +-- 1 files changed, 9 insertions(+), 18 deletions(-) diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb index 85a2cce..18aea70 100644 --- a/recip

[oe] [PATCH 02/18] glib-2.0: add sed-native to DEPENDS

2010-09-29 Thread Andreas Oberritter
* The recipe uses sed in do_install_append(). Signed-off-by: Andreas Oberritter --- recipes/glib-2.0/glib.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/glib-2.0/glib.inc b/recipes/glib-2.0/glib.inc index 5cc697f..38e5ea4 100644 --- a/recipes/glib-2.0/glib.

[oe] [PATCH 16/18] module.bbclass: fix dependency on specific kernel

2010-09-29 Thread Andreas Oberritter
* Previously, the kernel version did not show up in the generated control file (debian ipk). * Use the same format as in kernel.bbclass. Signed-off-by: Andreas Oberritter --- classes/module.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/module.bbclass

[oe] [PATCH] kernel.bbclass: avoid NOTE messages for files that are staged but not packaged

2010-09-29 Thread Frans Meulenbroeks
copy the files directly from the work area to staging. That way there are no unpackaged files in image/ so no NOTE messages. Additional advantage is that it is faster as we save the copy to the image dir. See also http://thread.gmane.org/gmane.comp.handhelds.openembedded/37487 Signed-off-by: Fran

Re: [oe] [RFC] kernel NOTE messages fix

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Denys Dmytriyenko : > On Tue, Sep 28, 2010 at 06:39:42PM +0200, Frans Meulenbroeks wrote: >> -sysroot_stage_all_append() { >> -       sysroot_stage_dir ${D}/kernel ${SYSROOT_DESTDIR}${STAGING_KERNEL_DIR} > > BTW, won't this patch break packaged-staging? Has anyone tried rebuilding from >

[oe] libgcc-dev.ipk not created Fwd: [Gumstix-users] question about libgcc-dev

2010-09-29 Thread J. L.
I originally posted this on the gumstix mailing list and was told I should ask here. I was wondering how come there is no libgcc-dev.ipk that gets created though its in the work directory? I was trying to compile a program on my machine and was giving me complaints about libgcc-dev missing. Is this

Re: [oe] [PATCHv2] am-benchmarks: update to latest version

2010-09-29 Thread Denys Dmytriyenko
On Wed, Sep 29, 2010 at 12:37:38PM -0500, Chase Maupin wrote: > * Updated the SRCREV to the latest version of this project > which includes support for multiple platforms. > * Add COMPATIBLE_MACHINE setting for recipe. > > Signed-off-by: Chase Maupin Acked-by: Denys Dmytriyenko > --- > reci

Re: [oe] generate a named kernel in ${DEPLOY_DIR_IMAGE}

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Denys Dmytriyenko : > On Wed, Sep 29, 2010 at 08:28:37AM +0200, Frans Meulenbroeks wrote: >> 2010/9/29 Andrea Adami : >> > On Tue, Sep 28, 2010 at 6:54 PM, Frans Meulenbroeks >> >> As I needed to generate two different kernels for the same machine I >> >> had some kind of problem (as emai

Re: [oe] [PATCHv2] am-benchmarks: update to latest version

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Chase Maupin : > * Updated the SRCREV to the latest version of this project >  which includes support for multiple platforms. > * Add COMPATIBLE_MACHINE setting for recipe. > > Signed-off-by: Chase Maupin > --- >  recipes/ti/am-benchmarks_svn.bb |   13 ++--- >  1 files changed, 1

Re: [oe] [RFC] kernel NOTE messages fix

2010-09-29 Thread Denys Dmytriyenko
On Tue, Sep 28, 2010 at 06:39:42PM +0200, Frans Meulenbroeks wrote: > Dear all, > > 3) copy the files directly from the work area to staging. That way > there are no unpackaged files in image/ so no NOTE messages. > Additional advantage is that it is faster as we save the copy to the image > dir.

Re: [oe] [RFC] kernel NOTE messages fix

2010-09-29 Thread Tom Rini
Frans Meulenbroeks wrote: Thanks for the feedback and the acks. I'll make a formal patch for this and push it with the acks added. Maybe this evening otherwise tomorrow (but if someone can't wait so long feel free to make the patch (but please let me know on irc, so we do not end up duplicating t

[oe] [PATCH] vim-7.2: remove quotes from CC in configure.in

2010-09-29 Thread Thilo Fromm
upstream: OE-only configure.in features quotes around some calls to $CC (i.e. it calls "$CC"). CC is, however, not always just the compiler name. In OpenEmbedded CC looks more like "arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb". configure executes t

[oe] [PATCHv2] am-benchmarks: update to latest version

2010-09-29 Thread Chase Maupin
* Updated the SRCREV to the latest version of this project which includes support for multiple platforms. * Add COMPATIBLE_MACHINE setting for recipe. Signed-off-by: Chase Maupin --- recipes/ti/am-benchmarks_svn.bb | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff -

Re: [oe] generate a named kernel in ${DEPLOY_DIR_IMAGE}

2010-09-29 Thread Denys Dmytriyenko
On Wed, Sep 29, 2010 at 08:28:37AM +0200, Frans Meulenbroeks wrote: > 2010/9/29 Andrea Adami : > > On Tue, Sep 28, 2010 at 6:54 PM, Frans Meulenbroeks > >> As I needed to generate two different kernels for the same machine I > >> had some kind of problem (as emailed yesterday). > >> For now I've so

Re: [oe] [PATCH] am-benchmarks: update to latest version

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Maupin, Chase : > > >> -Original Message- >> From: openembedded-devel-boun...@lists.openembedded.org >> [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of >> Frans Meulenbroeks >> Sent: Wednesday, September 29, 2010 11:24 AM >> To: openembedded-devel@lists.ope

Re: [oe] [PATCH] am-benchmarks: update to latest version

2010-09-29 Thread Maupin, Chase
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Frans Meulenbroeks > Sent: Wednesday, September 29, 2010 11:24 AM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

Re: [oe] [PATCH] am-benchmarks: update to latest version

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Chase Maupin : > * Updated the SRCREV to the latest version of this project >  which includes support for multiple platforms. > > Signed-off-by: Chase Maupin > --- >  recipes/ti/am-benchmarks_svn.bb |   12 +--- >  1 files changed, 9 insertions(+), 3 deletions(-) > > diff --git a/

[oe] [PATCH] am-benchmarks: update to latest version

2010-09-29 Thread Chase Maupin
* Updated the SRCREV to the latest version of this project which includes support for multiple platforms. Signed-off-by: Chase Maupin --- recipes/ti/am-benchmarks_svn.bb | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipe

[oe] [PATCH] libunwind: force gcc to be built first

2010-09-29 Thread Thilo Fromm
libunwind causes cross gcc build to fail if libunwind is built first: ... | arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb -isystem/SCRATCH/maniac/oe-merge-test/OE/tmp.6/sysroots/armv5te-

[oe] [PATCH 3/3] ruby: update SRC_URI in ruby.inc

2010-09-29 Thread Jesse Gilles
Signed-off-by: Jesse Gilles --- recipes/ruby/ruby.inc |4 ++-- recipes/ruby/ruby_1.8.7-p302.bb |4 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index cd8d2df..cbae809 100644 --- a/recipes/ruby/ruby.inc +++ b/re

[oe] [PATCH 2/3] ruby: remove 1.8.5

2010-09-29 Thread Jesse Gilles
* old version that doesn't build Signed-off-by: Jesse Gilles --- recipes/ruby/ruby_1.8.5.bb | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) delete mode 100644 recipes/ruby/ruby_1.8.5.bb diff --git a/recipes/ruby/ruby_1.8.5.bb b/recipes/ruby/ruby_1.8.5.bb deleted file mode

[oe] [PATCH 1/3] ruby: fix socket extension compile

2010-09-29 Thread Jesse Gilles
* fixes building socket extension with ipv6 enabled Signed-off-by: Jesse Gilles --- recipes/ruby/ruby.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index 6ef6535..cd8d2df 100644 --- a/recipes/ruby/ruby.inc +++ b/rec

Re: [oe] missing dependency on expat-native in gdb-cross-sdk-7.1-r7.0

2010-09-29 Thread Jonathan Cameron
On 09/29/10 15:59, Holger Freyther wrote: > On 09/29/2010 10:32 PM, Jonathan Cameron wrote: >> Hi all, > >> >> I'd suggest adding expat-native to gdb-cross-sdk.inc DEPENDS (which seems to >> fix the problem) No idea if it is needed >> for all versions though. > > At least GDB 7.x needs expat to

[oe] [PATCH v2] linux-libc-headers (2.6.24): Add falloc.h to kernel exported headers

2010-09-29 Thread Thilo Fromm
upstream: OE-only This adds include/linux/falloc.h to the list of files exported by the kernel to the C library. The include file is required for building e.g. a recent util-linux-ng against 2.6.24. Starting from 2.6.25 a similar patch has been accepted upstream (the mainline kernel). For 2.6.2

Re: [oe] [PATCH] qemu-0.12.5: add ncurses, gnutls dependencies

2010-09-29 Thread Thilo Fromm
Hello Holger, Anyway, qemu _does_ link against gnutls and ncurses at some point in its build process. So why not provide these dependencies? I guess it could be important for a target build, too. true, we tend to add circular deps though (e.g. when I tried to enable SDL mode), so it would be n

Re: [oe] [PATCH] Add falloc.h to the exported kernel header files.

2010-09-29 Thread Thilo Fromm
Hello Paul, thank you for your patch. Could you please add the recipe name to the beginning of the commit summary as demanded by the commit policy [1]. ;-) I will. This one actually was my first patch (I made the same mistake in my second patch - the wvstreams dbus issue - which I already fix

Re: [oe] [PATCH] qemu-0.12.5: add ncurses, gnutls dependencies

2010-09-29 Thread Holger Freyther
On 09/29/2010 11:07 PM, Thilo Fromm wrote: > Hello, Holger, > Anyway, qemu _does_ link against gnutls and ncurses at some point in its build > process. So why not provide these dependencies? I guess it could be important > for a target build, too. true, we tend to add circular deps though (e.g. w

Re: [oe] generate a named kernel in ${DEPLOY_DIR_IMAGE}

2010-09-29 Thread Andrea Adami
On Wed, Sep 29, 2010 at 3:10 PM, Frans Meulenbroeks wrote: > 2010/9/29 Andrea Adami : >> On Wed, Sep 29, 2010 at 8:54 AM, Frans Meulenbroeks >> wrote: >>> 2010/9/29 Andrea Adami : > >>> I would have expected you had to add something like: >>> FILESPATHPKG_append = ":linux-${PV}" >>> I had to add

Re: [oe] [PATCH] qemu-0.12.5: add ncurses, gnutls dependencies

2010-09-29 Thread Thilo Fromm
Hello, Holger, QEmu build breaks occassionally because some of the libraries required have not been built at the time qemu is being built. I ran into problems with the "qemu-native" build which tried to link against host libraries and subsequently failed: | /usr/lib/gcc/x86_64-linux-gnu/4.4.3

Re: [oe] missing dependency on expat-native in gdb-cross-sdk-7.1-r7.0

2010-09-29 Thread Holger Freyther
On 09/29/2010 10:32 PM, Jonathan Cameron wrote: > Hi all, > > I'd suggest adding expat-native to gdb-cross-sdk.inc DEPENDS (which seems to > fix the problem) No idea if it is needed > for all versions though. At least GDB 7.x needs expat to parse the register definitions for the CPU. E.g. this

Re: [oe] [PATCH] qemu-0.12.5: add ncurses, gnutls dependencies

2010-09-29 Thread Holger Freyther
On 09/29/2010 10:48 PM, Thilo Fromm wrote: > QEmu build breaks occassionally because some of the libraries required > have not been built at the time qemu is being built. I ran into problems > with the "qemu-native" build which tried to link against host libraries > and subsequently failed: > | /u

[oe] missing dependency on expat-native in gdb-cross-sdk-7.1-r7.0

2010-09-29 Thread Jonathan Cameron
Hi all, Got the following error from log.do_compile when building meta-toolchain with angstrom-2010.x using latest testing-next. gcc: /mnt/disk2/buildroot/oe/oe-stable/tmp/sysroots/x86_64-linux/usr/lib/libexpat.a: No such file or directory make[2]: *** [gdb] Error 1 make[2]: Leaving directory

[oe] [PATCH] qemu-0.12.5: add ncurses, gnutls dependencies

2010-09-29 Thread Thilo Fromm
QEmu build breaks occassionally because some of the libraries required have not been built at the time qemu is being built. I ran into problems with the "qemu-native" build which tried to link against host libraries and subsequently failed: | LINK sh4eb-softmmu/qemu-system-sh4eb | LINK

[oe] intltools 0.41.1 - needed when building from /home

2010-09-29 Thread Alexander Stohr
hello, according to the bug repository there was a bug in intltools-update probably with checker option "-m" that made some OE packages fault when the OE tree was based upon the /home directory of a certain user. https://bugs.launchpad.net/intltool/+bug/514295 namely the recipes for shared-mime-

Re: [oe] generate a named kernel in ${DEPLOY_DIR_IMAGE}

2010-09-29 Thread Frans Meulenbroeks
2010/9/29 Andrea Adami : > On Wed, Sep 29, 2010 at 8:54 AM, Frans Meulenbroeks > wrote: >> 2010/9/29 Andrea Adami : >> I would have expected you had to add something like: >> FILESPATHPKG_append = ":linux-${PV}" >> I had to add this to get access to the linux patches. > > No need to extend FILESP

Re: [oe] [PATCH] Add falloc.h to the exported kernel header files.

2010-09-29 Thread Paul Menzel
Dear Thilo, thank you for your patch. Could you please add the recipe name to the beginning of the commit summary as demanded by the commit policy [1]. ;-) Am Montag, den 27.09.2010, 17:23 +0200 schrieb Thilo Fromm: > This adds include/linux/falloc.h to the list of files > exported by the kerne

Re: [oe] generate a named kernel in ${DEPLOY_DIR_IMAGE}

2010-09-29 Thread Andrea Adami
On Wed, Sep 29, 2010 at 8:54 AM, Frans Meulenbroeks wrote: > 2010/9/29 Andrea Adami : >> On Tue, Sep 28, 2010 at 6:54 PM, Frans Meulenbroeks >> wrote: > >> We solved same issues with linux-kexecboot.inc including linux.inc and >> redefining vars/tasks. >> In particular >> ... >> PACKAGES = "" >>

Re: [oe] [PATCH] Add falloc.h to the exported kernel header files.

2010-09-29 Thread Steffen Sledz
Am 27.09.2010 17:23, schrieb Thilo Fromm: > This adds include/linux/falloc.h to the list of files > exported by the kernel to the C library. > The include file is required for building e.g. a recent util-linux-ng > against 2.6.24. > > Signed-off-by: Thilo Fromm Acked-by: Steffen Sledz ___

Re: [oe] [v4] wvstreams-4.6: Remove dbus support (breaks build)

2010-09-29 Thread Steffen Sledz
Am 29.09.2010 10:20, schrieb Paul Menzel: > Am Dienstag, den 28.09.2010, 11:34 +0200 schrieb Thilo Fromm: >> If wvstreams is configured with DBus support enabled (by not providing >> --without-dbus) the the build fails at link time as libdbus cannot be >> found: >> >> | ./CXX -c dbus/wvdbusconn >>

Re: [oe] [v4] wvstreams-4.6: Remove dbus support (breaks build)

2010-09-29 Thread Paul Menzel
Am Mittwoch, den 29.09.2010, 10:52 +0200 schrieb Thilo Fromm: […] > > I am not sure, but your patch is an improvement for GNU Libc based > > distributions and so your patch could as well be commit. > > Weird, though. My patch didn't introduce anything obvious that would > make non-glibc builds

Re: [oe] [v4] wvstreams-4.6: Remove dbus support (breaks build)

2010-09-29 Thread Thilo Fromm
Hello Paul, If wvstreams is configured with DBus support enabled (by not providing --without-dbus) the the build fails at link time as libdbus cannot be found. This patch, however, does not fix the configure.ac file but disables DBus support for wvstreams at configure time. This at least fixes

[oe] [PATCH] eglibc: Fix eglibc-dev aliases and locales

2010-09-29 Thread Khem Raj
packages which had glibc-dev in their RDEPENDS caused glibc to be pulled along with eglibc. eglibc-dev was not properly providing glibc-dev Refresh the locale generation changes with glibc(poky) Add missing eglibc-static to PACKAGES Use bitbake variables in FILES instead of hardcoded paths Move

Re: [oe] [v4] wvstreams-4.6: Remove dbus support (breaks build)

2010-09-29 Thread Paul Menzel
Am Dienstag, den 28.09.2010, 11:34 +0200 schrieb Thilo Fromm: > If wvstreams is configured with DBus support enabled (by not providing > --without-dbus) the the build fails at link time as libdbus cannot be > found: > > | ./CXX -c dbus/wvdbusconn > | ./CXX -c dbus/wvdbusmarshal > | ./CXX -c dbus/