Re: [oe] [meta-oe][PATCH v2] libmodbus: ported recipe from classic and updated

2012-05-15 Thread Andrea Galbusera
Hi, On Sat, May 5, 2012 at 5:51 PM, Andrea Galbusera giz...@gmail.com wrote: * based on recipe by Radoslav Kolev which was in classic * updated to latest released version 3.0.2 * v2 drops git version of recipe * v2 drops no longer used PRIORITY Signed-off-by: Andrea Galbusera

[oe] [meta-oe][PATCH] libopus: add libopus_0.9.10

2012-05-15 Thread Radek Dostal
Signed-off-by: Radek Dostal r...@radekdostal.com --- meta-oe/recipes-multimedia/libopus/libopus-fpu.inc |6 ++ .../recipes-multimedia/libopus/libopus_0.9.10.bb | 20 2 files changed, 26 insertions(+), 0 deletions(-) create mode 100644

Re: [oe] [meta-oe][PATCH v2] libmodbus: ported recipe from classic and updated

2012-05-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-05-12 17:51, Andrea Galbusera schreef: * based on recipe by Radoslav Kolev which was in classic * updated to latest released version 3.0.2 * v2 drops git version of recipe * v2 drops no longer used PRIORITY Signed-off-by: Andrea Galbusera

Re: [oe] New kmod {libdir} breaks udev, systemd build

2012-05-15 Thread Thilo Fromm
Hello, openembedded-core only features udev-164 (vs. -182 in meta-oe). -164 in oe-core does not use libkmod, so there's no issue with libkmod in oe-core. It's no surprise that it worked for you, you were building anicent tools.  I know. I were asking why versions are setup like this. If

Re: [oe] New kmod {libdir} breaks udev 182 build

2012-05-15 Thread Thilo Fromm
Hello Khem, I've got an issue with openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way {libdir} is set in line 19: libdir = ${base_libdir} git blame claims this was added by Khem Raj on 2012-05-08. This line causes libkmod to put its pkgconfig .pc file in the staging area

Re: [oe] New kmod {libdir} breaks udev 182 build

2012-05-15 Thread Martin Ertsås
On 05/15/12 10:39, Thilo Fromm wrote: Hello Khem, I've got an issue with openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way {libdir} is set in line 19: libdir = ${base_libdir} git blame claims this was added by Khem Raj on 2012-05-08. This line causes libkmod to put its

[oe] autotools + native ends up with no include in sysroots

2012-05-15 Thread Mats Kärrman
Hi, I'm running a project using OE-classic. I have a recipe (call it xxx) that uses autotools and builds a package successfully for target. This recipe uses a custom do_install to extract relevant files from the source, e.g. include files for the dev package. I have now tried to build a

Re: [oe] New kmod {libdir} breaks udev, systemd build

2012-05-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14-05-12 19:42, Marko Lindqvist schreef: On 14 May 2012 20:23, Thilo Fromm fr...@dresearch-fe.de wrote: openembedded-core only features udev-164 (vs. -182 in meta-oe). -164 in oe-core does not use libkmod, so there's no issue with libkmod in

Re: [oe] New kmod {libdir} breaks udev 182 build

2012-05-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 15-05-12 10:41, Martin Ertsås schreef: On 05/15/12 10:39, Thilo Fromm wrote: Hello Khem, I've got an issue with openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way {libdir} is set in line 19: libdir = ${base_libdir}

Re: [oe] meta-games layer

2012-05-15 Thread Paul Eggleton
On Tuesday 15 May 2012 03:02:08 Marko Lindqvist wrote: Do you maintain any kind of list of freely available recipes provided by third parties? If I need some library for which there is no recipe in openembedded-core or meta-openembedded, I'd like to check if someone else has already made it

[oe] [meta-gnome] gnome-settings-daemon: fix staticdev QA warnings

2012-05-15 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../gnome-settings-daemon_2.32.1.bb|6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb

[oe] [meta-chromium] Add bbappend for gnome-settings-daemon to make it build (deteministc) when using meta-chromium

2012-05-15 Thread Andreas Müller
After including meta-chromium configure of gnome-settings-daemon detects nss and fails during compile with | In file included from gsd-smartcard-manager.h:27:0, | from gsd-smartcard-manager.c:25: | gsd-smartcard.h:26:20: fatal error: secmod.h: No such file or directory |

[oe] [meta-java][PATCH] llvm2.8: fix llvm compile error by including unistd.h

2012-05-15 Thread Jan Luebbe
Thanks to Jaap de Jong and Khem Raj for reporing the problem and suggesting the fix. Signed-off-by: Jan Luebbe j...@pengutronix.de --- recipes-core/llvm/llvm2.8/add-unistd.patch | 12 recipes-core/llvm/llvm2.8_2.8.bb |3 +++ 2 files changed, 15 insertions(+) create

[oe] [meta-java][PATCH] jamvm: work around min heap size greater than max error

2012-05-15 Thread Jan Luebbe
On system with large amounts of RAM (such as 96GB), the default initial heap size is larger than the max heap size specified in some build commands. Set min_heap to the max_heap value in those cases instead. Signed-off-by: Jan Luebbe j...@pengutronix.de ---

Re: [oe] New kmod {libdir} breaks udev 182 build

2012-05-15 Thread Thilo Fromm
Hello Koen, thanks for helping out with this. I've got an issue with openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way {libdir} is set in line 19: libdir = ${base_libdir} git blame claims this was added by Khem Raj on 2012-05-08. This line causes libkmod to put its

[oe] [meta-gnome] gnome-system-monitor: make it build by aligning includes

2012-05-15 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../files/0001-Fix-glib-includes.patch | 101 .../gnome-system-monitor_2.28.2.bb |2 + 2 files changed, 103 insertions(+), 0 deletions(-) create mode 100644

Re: [oe] License attributions for a system built with OpenEmbedded.

2012-05-15 Thread Tasslehoff Kjappfot
On 05/14/2012 11:24 PM, Khem Raj wrote: On Mon, May 14, 2012 at 5:02 AM, Tasslehoff Kjappfot tasskj...@gmail.com wrote: Hi. I have made a rootfs and an SDK with OE-classic. We use the SDK to compile our own application, which links dynamically with some open source libraries. I have listed

[oe] [meta-oe] florence: make it build by aligning includes

2012-05-15 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../florence/files/0001-Fix-glib-includes.patch| 33 meta-oe/recipes-support/florence/florence_0.5.1.bb |5 ++- 2 files changed, 37 insertions(+), 1 deletions(-) create mode 100644

Re: [oe] License attributions for a system built with OpenEmbedded.

2012-05-15 Thread Paul Eggleton
On Tuesday 15 May 2012 13:35:24 Tasslehoff Kjappfot wrote: I've already written that I use OpenEmbedded as a build system, and included the MIT license. I also used create_manifest.sh from Arago to get a list of everything included in the rootfs. What I really wonder is if I must add all that

[oe] [meta-chromium] chromium build fails

2012-05-15 Thread Andreas Müller
Hi, with the latest layer master heads I get the following error on building chromium: g++ '-D_FILE_OFFSET_BITS=64' '-DNO_TCMALLOC' '-DDISABLE_NACL' '-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DWEBUI_TASK_MANAGER=1' '-DENABLE_REMOTING=1'

[oe] [oe-core] Packages broken URL

2012-05-15 Thread Giuseppe Condorelli
Hi All, there are a number of packages having a broken SRC_URI, for example git. Has someone met this issue? For sure we can correct those links adding a dedicated .bbappend file for each failing package but I think we could also update the main package fixing the errors. What's your idea?

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Martin Jansa
On Tue, May 15, 2012 at 03:02:37PM +0200, Giuseppe Condorelli wrote: Hi All, there are a number of packages having a broken SRC_URI, for example git. Has someone met this issue? For sure we can correct those links adding a dedicated .bbappend file for each failing package but I think we

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Gary Thomas
On 2012-05-15 07:02, Giuseppe Condorelli wrote: Hi All, there are a number of packages having a broken SRC_URI, for example git. Has someone met this issue? For sure we can correct those links adding a dedicated .bbappend file for each failing package but I think we could also update the main

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Giuseppe Condorelli
For example building git-1.7.7 fails fetching the source. 2012/5/15 Gary Thomas g...@mlbassoc.com On 2012-05-15 07:02, Giuseppe Condorelli wrote: Hi All, there are a number of packages having a broken SRC_URI, for example git. Has someone met this issue? For sure we can correct those

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Gary Thomas
On 2012-05-15 07:19, Giuseppe Condorelli wrote: For example building git-1.7.7 fails fetching the source. Works fine for me: $ wget http://git-core.googlecode.com/files/git-1.7.7.tar.gz --2012-05-15 07:29:43-- http://git-core.googlecode.com/files/git-1.7.7.tar.gz Resolving

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Giuseppe Condorelli
That's right, but why the git.inc contains a undownloadable url? This can create a mistake in my opinion. 2012/5/15 Gary Thomas g...@mlbassoc.com On 2012-05-15 07:19, Giuseppe Condorelli wrote: For example building git-1.7.7 fails fetching the source. Works fine for me: $ wget

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Paul Eggleton
On Tuesday 15 May 2012 15:36:37 Giuseppe Condorelli wrote: On Tuesday 15 May 2012 07:30:48 Gary Thomas wrote: On 2012-05-15 07:19, Giuseppe Condorelli wrote: For example building git-1.7.7 fails fetching the source. Works fine for me: ... That's right, but why the git.inc contains a

Re: [oe] [oe-core] Packages broken URL

2012-05-15 Thread Apelete Seketeli
Le 15-May-12, Martin Jansa a écrit: On Tue, May 15, 2012 at 03:02:37PM +0200, Giuseppe Condorelli wrote: Hi All, there are a number of packages having a broken SRC_URI, for example git. Has someone met this issue? For sure we can correct those links adding a dedicated .bbappend file

[oe] Where do I override DISTRO_FEATURES?

2012-05-15 Thread Thilo Fromm
Hello, I'm trying to remove an element from DISTRO_FEATURES (specifically ld-is-gold), but I am unable to find the right spot to do it. The distribution we're using (Angstrom, as it happens) sets this in conf/distro/angstrom-v2012.x.conf. My machine configuration is the wrong spot to modify

Re: [oe] Where do I override DISTRO_FEATURES?

2012-05-15 Thread Paul Eggleton
On Tuesday 15 May 2012 18:12:35 Thilo Fromm wrote: I'm trying to remove an element from DISTRO_FEATURES (specifically ld-is-gold), but I am unable to find the right spot to do it. The distribution we're using (Angstrom, as it happens) sets this in conf/distro/angstrom-v2012.x.conf. My machine

Re: [oe] Where do I override DISTRO_FEATURES?

2012-05-15 Thread Thilo Fromm
Hello, I'm trying to remove an element from DISTRO_FEATURES (specifically ld-is-gold), but I am unable to find the right spot to do it. The distribution we're using (Angstrom, as it happens) sets this in conf/distro/angstrom-v2012.x.conf. My machine configuration is the wrong spot to modify

[oe] [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated

2012-05-15 Thread Andrea Galbusera
* based on recipe by Radoslav Kolev which was in classic * updated to latest released version 3.0.2 v2: * drop git version of recipe * drop no longer used PRIORITY v3: * drop PR = r0 Signed-off-by: Andrea Galbusera giz...@gmail.com --- .../recipes-extended/libmodbus/libmodbus_3.0.2.bb

Re: [oe] Where do I override DISTRO_FEATURES?

2012-05-15 Thread Denys Dmytriyenko
On Tue, May 15, 2012 at 06:44:10PM +0200, Thilo Fromm wrote: Hello, I'm trying to remove an element from DISTRO_FEATURES (specifically ld-is-gold), but I am unable to find the right spot to do it. The distribution we're using (Angstrom, as it happens) sets this in

Re: [oe] Where do I override DISTRO_FEATURES?

2012-05-15 Thread Denys Dmytriyenko
On Tue, May 15, 2012 at 05:23:43PM +0100, Paul Eggleton wrote: On Tuesday 15 May 2012 18:12:35 Thilo Fromm wrote: I'm trying to remove an element from DISTRO_FEATURES (specifically ld-is-gold), but I am unable to find the right spot to do it. The distribution we're using (Angstrom, as it

Re: [oe] [meta-chromium] chromium build fails

2012-05-15 Thread Henning Heinold
Hi, looks like you are building on 64bit machine and you do not have installed the ia32 compat-dev libs. chromium builds some parts for the js engine natively and that needs to be 32bit. bye Henning ___ Openembedded-devel mailing list

Re: [oe] Fwd: Linuxtag 2012

2012-05-15 Thread Florian Boor
Hi all, Am 10.05.2012 23:41, schrieb Philip Balister: I encourage anyone involved in OpenEmbedded who can get to Linuxtag for even a day to help it. It is a really fun time, and Berlin is a really nice place to visit. unluckily there was not much of feedback so far :-( We have a deadline for

[oe] [toolchain-layer][pull-request] Remove old toolchain recipes

2012-05-15 Thread Khem Raj
Hi Koen Since meta-oe is not branched for denzil this patch removes the old components in there for toolchain recipes. I have left gcc 4.6 in there for now since OE-Core still have those recipes. The following changes since commit 14869e500c1a2f6be4704bf7399435fda00dc34c: klibc: upgrade to

Re: [oe] [toolchain-layer][pull-request] Remove old toolchain recipes

2012-05-15 Thread Denys Dmytriyenko
On Tue, May 15, 2012 at 03:01:42PM -0700, Khem Raj wrote: Hi Koen Since meta-oe is not branched for denzil this patch removes the old Did you mean is now branched above? Since 4.6/4.7 is now seems to work fine for me: Acked-by: Denys Dmytriyenko de...@ti.com components in there for

[oe] [PATCH 0/1] libecj-bootstrap: Update package SRC_URI

2012-05-15 Thread Apelete Seketeli
Hello, The attached patch updates the SRC_URI since mirrors.ibiblio.org seems to be down. The patch is targeted at oe-classic. Apelete Seketeli (1): libecj-bootstrap: Update SRC_URI to archive.eclipse.org recipes/ecj/libecj-bootstrap_3.6.1.bb |2 +- 1 file changed, 1 insertion(+), 1

[oe] [PATCH 1/1] libecj-bootstrap: Update SRC_URI to archive.eclipse.org

2012-05-15 Thread Apelete Seketeli
This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org seems to be down. Signed-off-by: Apelete Seketeli apel...@seketeli.net --- recipes/ecj/libecj-bootstrap_3.6.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ecj/libecj-bootstrap_3.6.1.bb

[oe] 169.254 subnet

2012-05-15 Thread John Tobias
Hello All, My board has a eth0 and wireless interfaces. I manually executed the following commands to configured my network interfaces: 1. ifconfig eth0 192.168.3.139 netmask 255.255.255.0 up 2. ifconfig wlan0:1 inet 169.254.6.199 netmask 255.255.0.0 broadcast 169.254.255.255 up My Routing

Re: [oe] 169.254 subnet

2012-05-15 Thread Denys Dmytriyenko
On Tue, May 15, 2012 at 03:34:56PM -0700, John Tobias wrote: Hello All, My board has a eth0 and wireless interfaces. I manually executed the following commands to configured my network interfaces: 1. ifconfig eth0 192.168.3.139 netmask 255.255.255.0 up 2. ifconfig wlan0:1 inet

Re: [oe] [toolchain-layer][pull-request] Remove old toolchain recipes

2012-05-15 Thread Khem Raj
On Tuesday, May 15, 2012, Denys Dmytriyenko de...@denix.org wrote: On Tue, May 15, 2012 at 03:01:42PM -0700, Khem Raj wrote: Hi Koen Since meta-oe is not branched for denzil this patch removes the old Did you mean is now branched above? Yes indeed it was a typo Since 4.6/4.7 is now seems

Re: [oe] Where do I override DISTRO_FEATURES?

2012-05-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 15-05-12 18:12, Thilo Fromm schreef: Hello, I'm trying to remove an element from DISTRO_FEATURES (specifically ld-is-gold), but I am unable to find the right spot to do it. The distribution we're using (Angstrom, as it happens) sets this in