Re: [OE-core] CONFLICTS as keyword or just misspelled RCONFLICTS?

2012-06-15 Thread Martin Jansa
On Tue, May 08, 2012 at 02:25:58PM -0500, Peter Seebach wrote: > On Tue, 8 May 2012 14:20:16 -0500 > Mark Hatle wrote: > > > > BTW: IIRC TUNE_CONFLICTS/TUNECONFLICTS inconsistency was discussed > > > on ML already (I could not find that thread, but still it's used in > > > meta/conf/machine/inclu

[OE-core] [PATCH] openssl: add deprecated and unmaintained find.pl from perl-5.14 to fix perlpath.pl

2012-06-15 Thread Martin Jansa
* openembedded-core/meta/recipes-connectivity/openssl/openssl.inc * * is using perlpath.pl: * * do_configure () { * cd util * perl perlpath.pl ${STAGING_BINDIR_NATIVE} * ... * * and perlpath.pl is using find.pl: * openssl-1.0.0i/util/perlpath.pl: * #!/usr/local/bin/perl *

Re: [OE-core] [PATCH 2/3] busybox: Add setsid and cttyhack for tiny DISTRO_FEATURE

2012-06-15 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/15/2012 03:22 PM, Darren Hart wrote: > > > On 06/14/2012 12:05 AM, Khem Raj wrote: >> On 6/13/2012 10:19 PM, Darren Hart wrote: >>> When building very small systems, it can be useful to spawn a >>> shell from a simple init script, rather tha

Re: [OE-core] [PATCH 1/1] busybox: Include setsid and cttyhack in defconfig

2012-06-15 Thread Darren Hart
On 06/15/2012 03:40 PM, Darren Hart wrote: > When building very small systems, it can be useful to spawn a shell > from a simple init script, rather than a full System V Init > process. This requires the shell be the session leader and be able > to open the controlling terminal if it is to have j

[OE-core] [PATCH 0/1] busybox: Include setsid and cttyhack in defconfig

2012-06-15 Thread Darren Hart
The following changes since commit 63d1ae1c2828cda03828b4c3fdde037d7a23f1e4: directfb: added missing Upstream-status (2012-06-15 15:41:11 +0100) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/tiny http://git.yoctoproject.org/cgit.cgi/u

[OE-core] [PATCH 1/1] busybox: Include setsid and cttyhack in defconfig

2012-06-15 Thread Darren Hart
When building very small systems, it can be useful to spawn a shell from a simple init script, rather than a full System V Init process. This requires the shell be the session leader and be able to open the controlling terminal if it is to have job control. Enable CONFIG_CTTYHACK and CONFIG_SETSID

Re: [OE-core] [PATCH 2/3] busybox: Add setsid and cttyhack for tiny DISTRO_FEATURE

2012-06-15 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/14/2012 12:05 AM, Khem Raj wrote: > On 6/13/2012 10:19 PM, Darren Hart wrote: >> When building very small systems, it can be useful to spawn a >> shell from a simple init script, rather than a full System V Init >> process. This requires the s

[OE-core] [PATCH] cml1.bbclass: Only delay exit if the command fails

2012-06-15 Thread Darren Hart
Rather than pause for 5 seconds, test the return code of the command and require user input before exiting on failure. This avoids pausing after successful command execution as well as possibly not waiting long enough if the user happens to be doing something else for 5 seconds. Signed-off-by: Dar

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 22:39 +0200, Martin Jansa wrote: > On Fri, Jun 15, 2012 at 03:36:50PM +0100, Richard Purdie wrote: > > On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: > > > On Thursday, June 14, 2012, Martin Jansa wrote: > > > Hi, > > > > > > openembedded-core/meta/recipes-

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Martin Jansa
On Fri, Jun 15, 2012 at 03:36:50PM +0100, Richard Purdie wrote: > On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: > > On Thursday, June 14, 2012, Martin Jansa wrote: > > Hi, > > > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > > > is using perlpath.

[OE-core] [PATCH 2/2] recipes-kernel: remove linux-tools.inc

2012-06-15 Thread Bruce Ashfield
perf has been moved to a standalone package, making linux-tools.inc unecessary. It can now be removed and recipes that included it updated. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-tools.inc | 41 --- meta/recipes-kernel/linux/linux-yocto-rt_3

[OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-15 Thread Bruce Ashfield
From: Liang Li perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in several situations such as: - when a kernel recipe doesn't want to build/provide perf

[OE-core] [PATCH 0/2] perf: make perf a standlone recipe

2012-06-15 Thread Bruce Ashfield
Richard/Saul, We've wanted to do this for some time, and now have finally split out perf from being a sub-part of the kernel packages into a standalone package that is built out of the kernel sources. I've built and tested this by adding task-core-tools-profile to my IMAGE_INSTALL, and perf behav

Re: [OE-core] Proposal: Creating meta-networking

2012-06-15 Thread Philip Balister
On 06/15/2012 02:55 PM, Andrei Gherzan wrote: > On Fri, Jun 15, 2012 at 9:08 PM, Otavio Salvador > wrote: > >> On Fri, Jun 15, 2012 at 12:42 PM, Khem Raj wrote: >>> I think creating a networking layer is fine idea, alongside meta-oe, >>> as a separate layer in meta-openembedded repo. Reshuffling

Re: [OE-core] Proposal: Creating meta-networking

2012-06-15 Thread Andrei Gherzan
On Fri, Jun 15, 2012 at 9:08 PM, Otavio Salvador wrote: > On Fri, Jun 15, 2012 at 12:42 PM, Khem Raj wrote: > > I think creating a networking layer is fine idea, alongside meta-oe, > > as a separate layer in meta-openembedded repo. Reshuffling recipes > > from meta-oe into different layers is fin

Re: [OE-core] [PATCH 1/2] directfb: added missing Upstream-status

2012-06-15 Thread Saul Wold
On 06/15/2012 05:54 AM, Laurentiu Palcu wrote: Signed-off-by: Laurentiu Palcu --- ...ibdirect-remove-include-of-linux-config.h.patch |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch b/meta/recip

Re: [OE-core] [PATCH 0/1] Added upstream status for pango

2012-06-15 Thread Saul Wold
On 06/14/2012 06:53 PM, Lianhao Lu wrote: Send this patch on behalf of Edwin Zhain, since he had some network connectivity problems. The following changes since commit ba380813c0198f95b1e786aa7f49b80c68cfe9b9: Richard Purdie (1): gcc-configure-target: Fix sysroot option breakage I i

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-15 Thread Saul Wold
On 06/12/2012 12:59 AM, Bogdan Marinescu wrote: Removed the x32 specific patches, since they seem to be fully integrated into 4.7. Also removed the sigmask patch, since the new version doesn't seem to use sigmask anymore. Signed-off-by: Bogdan Marinescu --- .../strace/strace-4.6/sigmask.patch

Re: [OE-core] [v2: PATCH 0/2] linux-yocto/linux-yocto-rt: updates and 3.4-rt support

2012-06-15 Thread Saul Wold
On 06/12/2012 03:56 PM, Bruce Ashfield wrote: Richard/Saul, v2: changes. - Fixed the machine_machine SRCREV - Sent the oe-core vs yocto patch for yaffs2 Original text follows: When I sent the initial 3.4 kernel and kernel recipes -rt wasn't building, so I didn't include it. I've since re

Re: [OE-core] [PATCH] systemtap: update Upstream-Status and use correct syntax

2012-06-15 Thread Saul Wold
On 06/11/2012 08:37 AM, Andreas Müller wrote: patch was applied [1] http://sourceware.org/git/gitweb.cgi?p=systemtap.git;a=commit;h=41df51cb6a6d3f09f8b57cb216dffa5ba335e326 Signed-off-by: Andreas Müller --- ...prun-configure.ac-support-without-nss-for.patch |2 +- 1 files changed, 1 inse

Re: [OE-core] Proposal: Creating meta-networking

2012-06-15 Thread Otavio Salvador
On Fri, Jun 15, 2012 at 12:42 PM, Khem Raj wrote: > I think creating a networking layer is fine idea, alongside meta-oe, > as a separate layer in meta-openembedded repo. Reshuffling recipes > from meta-oe into different layers is fine. I would like to avoid copies. I'd prefer if it used another g

Re: [OE-core] [PATCH] coreutils: Fix a typo in v6.9 (bracket not braket)

2012-06-15 Thread Saul Wold
On 06/11/2012 08:05 AM, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan --- meta/recipes-core/coreutils/coreutils_6.9.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index

Re: [OE-core] [PATCH] libpcre: updated to version 8.30

2012-06-15 Thread Saul Wold
On 06/11/2012 05:55 AM, Bogdan Marinescu wrote: Tested by compiling lighttpd. The license file changed because the copyright notice was updated to cover 2012. Signed-off-by: Bogdan Marinescu --- .../libpcre/{libpcre_8.21.bb => libpcre_8.30.bb} | 10 +- 1 file changed, 5 insertion

Re: [OE-core] [PATCH 0/1] opkg 0.1.8: do_fetch failed since no checksum specified

2012-06-15 Thread Saul Wold
On 06/07/2012 02:24 AM, Robert Yang wrote: The following changes since commit f8a054aca9962ebfd4c74fc1d34cd684de6b3568: perl: Allow perl to cross build and native build in a directory named "t" (2012-06-05 23:02:20 +0100) are available in the git repository at: git://git.pokylinux.org/po

Re: [OE-core] [PATCH 0/5] pybootchartgui: make the build profiling in pictures

2012-06-15 Thread Saul Wold
On 06/06/2012 02:34 AM, Robert Yang wrote: Note: Removed the patch details for PATCH 1/5 and 2/5 since they are too big(bigger than 2M) to send via email, please fetch the patch via the git repo // Robert The following changes since commit df8f55a919b3cc602ce1f1c51630c7edf6e36b55:

[OE-core] [PATCH 1/1] meta-skeleton: add linux-yocto-custom reference recipe

2012-06-15 Thread Bruce Ashfield
Adding a skeleton/refrence recipe for using a subset of the yocto kernel tools against kernel git repositories. Sample/reference configuration fragments, features and a patch are provided and documented in the recipe. >From the recipe itself: Provides an example/minimal kernel recipe that use

[OE-core] [PATCH 0/1] meta-skeleton: add linux-yocto-custom reference recipe

2012-06-15 Thread Bruce Ashfield
Richard/Saul, There have been some korg and custom recipes that use the linux-yocto tools on top of other git repositories in poky-extras for quite some time. To increase the visibility, I've clean linux-yocto-custom and moved it to meta-skeleton. All relevant documentation on how to use this is

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/15/2012 7:36 AM, Richard Purdie wrote: > On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: >> On Thursday, June 14, 2012, Martin Jansa wrote: Hi, >> >> openembedded-core/meta/recipes-connectivity/openssl/openssl.inc >> >> is using perlpath.pl:

Re: [OE-core] [PATCH 1/2] connman: upgrade to 1.0

2012-06-15 Thread Saul Wold
On 06/15/2012 07:58 AM, Ross Burton wrote: Drop all upstreamed or irrelevant patches, remove unused configure arguments, and add compatibility rprovides for what used to be plugins but are now integrated into the core. Signed-off-by: Ross Burton --- meta/recipes-connectivity/connman/connman.in

Re: [OE-core] Proposal: Creating meta-networking

2012-06-15 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/15/2012 8:15 AM, Joe MacDonald wrote: > Hi all, > > We've been talking about this on-and-off at Wind River for a while > now, but it now seems like a reasonable time to bring a proposal to > the OE community at large. We're thinking about creati

[OE-core] Proposal: Creating meta-networking

2012-06-15 Thread Joe MacDonald
Hi all, We've been talking about this on-and-off at Wind River for a while now, but it now seems like a reasonable time to bring a proposal to the OE community at large. We're thinking about creating a new layer to house recipes, etc. for networking packages. I'll try to address what seem to be

Re: [OE-core] [PATCH 2/3] lsbinitscripts: Remove original /etc/init.d/functions when building an lsb image

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 17:30 +0800, xiaofeng@windriver.com wrote: > From: Xiaofeng Yan > > The linking will fail when an original functions exist. So remove the > original functions when building an lsb image and make functions linking to > functions.lsbinitscripts successfully. > > [YOCTO #2

[OE-core] [PATCH 1/2] connman: upgrade to 1.0

2012-06-15 Thread Ross Burton
Drop all upstreamed or irrelevant patches, remove unused configure arguments, and add compatibility rprovides for what used to be plugins but are now integrated into the core. Signed-off-by: Ross Burton --- meta/recipes-connectivity/connman/connman.inc | 26 ++--- ...ange-visibility-t

[OE-core] [PATCH 0/2] V4 connman 1.0 upgrade

2012-06-15 Thread Ross Burton
Our patches went upstream so this patch series is vastly simplified now that we're just shippping upstream releases. Also new is dependency rationalisation in connman-gnome, and lots of squashing. Ross The following changes since commit 4bb7ef94fca392bcd389ed7069280c238f8fe094: directfb: ad

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: > On Thursday, June 14, 2012, Martin Jansa wrote: > Hi, > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > is using perlpath.pl: > > do_configure () { > cd util >

Re: [OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-15 Thread Khem Raj
On Fri, Jun 15, 2012 at 5:55 AM, Richard Purdie wrote: > On Thu, 2012-06-14 at 23:12 -0700, Khem Raj wrote: >> futimes is not available on uclibc so use utimes >> qsort is also not as expected by sat-solver therefore >> for uclibc we resort to using internal version of >> qsort >> >> Signed-off-by

[OE-core] [PATCH] Add perlnative to inherit as to use openembedded perl rather than hosts perl Signed-off-by: Jack Mitchell

2012-06-15 Thread ml
From: Jack Mitchell --- meta/recipes-connectivity/openssl/openssl.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 089b9a4..44d6c4c 100644 --- a/meta/recipes-connectivit

Re: [OE-core] [PATCH 4/9] rpm: Use link time check for libssp

2012-06-15 Thread Khem Raj
On Fri, Jun 15, 2012 at 5:43 AM, Richard Purdie wrote: > On Thu, 2012-06-14 at 23:12 -0700, Khem Raj wrote: >> -fstack-protector needs libssp to link with >> so when checking for this option support we >> need to find if libssp is staged in root file >> system >> >> Signed-off-by: Khem Raj >> ---

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Martin Jansa
On Fri, Jun 15, 2012 at 03:19:34PM +0100, Jack Mitchell wrote: > On 15/06/12 15:15, Khem Raj wrote: > > > > > > On Thursday, June 14, 2012, Martin Jansa wrote: > > > > Hi, > > > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > > > is using perlpath.pl

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Jack Mitchell
On 15/06/12 15:19, Jack Mitchell wrote: On 15/06/12 15:15, Khem Raj wrote: On Thursday, June 14, 2012, Martin Jansa wrote: Hi, openembedded-core/meta/recipes-connectivity/openssl/openssl.inc is using perlpath.pl : do_configure () { cd util

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Jack Mitchell
On 15/06/12 15:15, Khem Raj wrote: On Thursday, June 14, 2012, Martin Jansa wrote: Hi, openembedded-core/meta/recipes-connectivity/openssl/openssl.inc is using perlpath.pl : do_configure () { cd util perl perlpath.pl

Re: [OE-core] [Consolidated Pull 00/17] bug fixes and updates

2012-06-15 Thread Richard Purdie
On Thu, 2012-06-14 at 12:27 -0700, Saul Wold wrote: > Andrei Gherzan (1): > coreutils: Fix a typo in v6.9 (bracket not braket) > > Bogdan Marinescu (1): > libpcre: updated to version 8.30 > > Bruce Ashfield (2): > linux-yocto/3.4: update yaffs2 and drop rc6 > linux-yocto/3.4: create linux

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Khem Raj
On Thursday, June 14, 2012, Martin Jansa wrote: > Hi, > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > is using perlpath.pl: > > do_configure () { > cd util > perl perlpath.pl ${STAGING_BINDIR_NATIVE} I wonder why it's using host perl and not staged perl

Re: [OE-core] [PATCH] core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools from IMAGE_INSTALL list

2012-06-15 Thread Paul Eggleton
On Friday 15 June 2012 16:03:54 Laurentiu Palcu wrote: > On 06/14/2012 08:05 PM, Saul Wold wrote: > >> As module-init-tools package does not exist anymore there's no reason to > >> > have it in the IMAGE_INSTALL package list. If RPM package manager is > >> > used, build will fail with: > >> > > >>

Re: [OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-15 Thread Bernhard Reutner-Fischer
On 15 June 2012 08:12, Khem Raj wrote: > futimes is not available on uclibc so use utimes futimes is non-standard, use futimens instead (or utimes as in this case). > qsort is also not as expected by sat-solver therefore > for uclibc we resort to using internal version of > qsort What does that

Re: [OE-core] [PATCH] core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools from IMAGE_INSTALL list

2012-06-15 Thread Laurentiu Palcu
Hi, On 06/14/2012 08:05 PM, Saul Wold wrote: >> As module-init-tools package does not exist anymore there's no reason to >> > have it in the IMAGE_INSTALL package list. If RPM package manager is >> > used, build will fail with: >> > >> > Unable to find package module-init-tools (module-init-tools)

Re: [OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-15 Thread Richard Purdie
On Thu, 2012-06-14 at 23:12 -0700, Khem Raj wrote: > futimes is not available on uclibc so use utimes > qsort is also not as expected by sat-solver therefore > for uclibc we resort to using internal version of > qsort > > Signed-off-by: Khem Raj > --- > .../sat-solver/sat-solver/futimes.patch

[OE-core] [PATCH 0/2] An upgrade and a fix

2012-06-15 Thread Laurentiu Palcu
Basically, the subject says it all. For puzzles, I did some basic sanity tests in qemu using core-image-sato. Laurentiu Palcu (2): directfb: added missing Upstream-status puzzles: upgrade to r9561 ...ibdirect-remove-include-of-linux-config.h.patch |2 ++ .../puzzles/{puzzles_r9375.bb =>

[OE-core] [PATCH 1/2] directfb: added missing Upstream-status

2012-06-15 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...ibdirect-remove-include-of-linux-config.h.patch |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch b/meta/recipes-graphics/directfb/directfb/libdirect-remove-inc

[OE-core] [PATCH 2/2] puzzles: upgrade to r9561

2012-06-15 Thread Laurentiu Palcu
Minor change in LICENCE file: -This software is copyright (c) 2004-2010 Simon Tatham. +This software is copyright (c) 2004-2012 Simon Tatham. Signed-off-by: Laurentiu Palcu --- .../puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ren

Re: [OE-core] [PATCH 4/9] rpm: Use link time check for libssp

2012-06-15 Thread Richard Purdie
On Thu, 2012-06-14 at 23:12 -0700, Khem Raj wrote: > -fstack-protector needs libssp to link with > so when checking for this option support we > need to find if libssp is staged in root file > system > > Signed-off-by: Khem Raj > --- > .../rpm/rpm/fstack-protector-configure-check.patch | 13 ++

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 10:42 +0300, Marinescu, Bogdan A wrote: > On Fri, Jun 15, 2012 at 12:27 AM, Khem Raj wrote: > > On Thu, Jun 14, 2012 at 5:42 AM, Marinescu, Bogdan A > > wrote: > >> I was able to build strace 4.7 with uclibc succesfully, but I'm unable > >> to build an uclibc image (even cor

Re: [OE-core] meta-toolchain-qte (Openembedded-core Digest, Vol 17, Issue 93)

2012-06-15 Thread Stefano
Il 15/06/2012 10.18, Eric B?nard ha scritto: Le Fri, 15 Jun 2012 10:09:25 +0200, Stefano a ?crit : The meta-toolchain-qte is bugged and don't work with qt creator. Someone can works with me to repair that recipe? what do you mean by "don't work with qt creator" ? Eric I mean there are

[OE-core] [PATCH 3/3] lsbinitscripts: Add the header for functions.patch

2012-06-15 Thread xiaofeng.yan
From: Xiaofeng Yan Add upstream-status and signed-off-by to functions.patch Signed-off-by: Xiaofeng Yan --- .../lsb/lsbinitscripts/functions.patch |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/lsb/lsbinitscripts/functions.patch b/meta/recipes-exte

[OE-core] [PATCH 0/3] lsbinitscripts: support multilib, link function and add the header for patch

2012-06-15 Thread xiaofeng.yan
From: Xiaofeng Yan Add the multilib support for this package and remove the original /etc/init.d/functions and link functions to functions.lsbinitscripts. Add the header for patch. The following changes since commit 3f292735407e50eebb23044fa9f579906a94e800: gcc-configure-target: Fix sysroot

[OE-core] [PATCH 2/3] lsbinitscripts: Remove original /etc/init.d/functions when building an lsb image

2012-06-15 Thread xiaofeng.yan
From: Xiaofeng Yan The linking will fail when an original functions exist. So remove the original functions when building an lsb image and make functions linking to functions.lsbinitscripts successfully. [YOCTO #2133] Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/lsb/lsbinitscripts_9.

[OE-core] [PATCH 1/3] multilib.conf: Add the support of multilib for lsbinitscripts

2012-06-15 Thread xiaofeng.yan
From: Xiaofeng Yan Add the multilib support for this package to multilib.conf because error will appear when building an lib32-core-image-lsb without this patch. [YOCTO #2571] Signed-off-by: Xiaofeng Yan --- meta/conf/multilib.conf |1 + 1 file changed, 1 insertion(+) diff --git a/meta/c

Re: [OE-core] meta-toolchain-qte

2012-06-15 Thread Eric Bénard
Le Fri, 15 Jun 2012 10:09:25 +0200, Stefano a écrit : > The meta-toolchain-qte is bugged and don't work with qt creator. Someone > can works with me to repair that recipe? what do you mean by "don't work with qt creator" ? Eric ___ Openembedded-core

[OE-core] meta-toolchain-qte

2012-06-15 Thread Stefano
The meta-toolchain-qte is bugged and don't work with qt creator. Someone can works with me to repair that recipe? Thank's Stefano ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/li

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-15 Thread Marinescu, Bogdan A
On Fri, Jun 15, 2012 at 12:27 AM, Khem Raj wrote: > On Thu, Jun 14, 2012 at 5:42 AM, Marinescu, Bogdan A > wrote: >> I was able to build strace 4.7 with uclibc succesfully, but I'm unable >> to build an uclibc image (even core-image-minimal) to do an actual >> test due to various compilation erro