Re: [OE-core] [PATCH 3/3] binutils: remove embedsp

2013-11-06 Thread Phil Blundell
On Wed, 2013-11-06 at 14:02 -0800, Saul Wold wrote: > This is only built for PPC and not needed, so remove it to fix the QA Issue > > ERROR: QA Issue: binutils: Files/directories were installed but not shipped > /usr/bin/embedspu The QA error above talks about "embedspu", but both the subject l

[OE-core] [PATCH] Revert "glib-2.0: Specify libiconv when building on uclibc"

2013-11-06 Thread Khem Raj
This reverts commit 38b6c4df7c215ed7fd6be107fbc2527e66791e2e. Its not needed anymore after upgrade to 2.38 Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb b/meta/recipes-c

[OE-core] [PATCH] systemd: Upgrade 206 -> 208

2013-11-06 Thread Khem Raj
Remove patches accepted upstream Forward-port uclibc patches Create additional packages to bundle zsh and pam.d files Signed-off-by: Khem Raj --- .../0001-use-CAP_MKNOD-ConditionCapability.patch | 32 -- .../systemd/systemd/systemd-pam-fix-msformat.patch | 137 + meta/recipes-core/sys

[OE-core] [PATCH] kbd: Fix stdarg related errors on uclibc

2013-11-06 Thread Khem Raj
It does not get stdarg.h included indirectly as it happens on uclibc due to different include chain Signed-off-by: Khem Raj --- meta/recipes-core/kbd/kbd/uclibc-stdarg.patch | 36 +++ meta/recipes-core/kbd/kbd_2.0.0.bb| 4 ++- 2 files changed, 39 insertions(+

[OE-core] [PATCH] cross-canadian: Let cross-canadian packages build for uclibc

2013-11-06 Thread Khem Raj
Fixes errors like Parsing recipes...ERROR: Building cross-candian powerpc for an unknown TARGET_SYS (powerpc-angstrom-linux-uclibc), please update cross-canadian.bbclass ERROR: Building cross-candian powerpc for an unknown TARGET_SYS (powerpc-angstrom-linux-uclibc), please update cross-canadian.bb

[OE-core] [PATCH V6] expect: Add recipe

2013-11-06 Thread Khem Raj
From: Mihaela Sendrea Nedeed for gcc-runtime tests. Fixed build on multilib and add patch to remove !/depot/path/expect -f which caused rpm to puke on rfs generation Signed-off-by: Mihaela Sendrea Signed-off-by: Khem Raj --- .../expect/expect/0001-configure.in.patch | 108 ++

Re: [OE-core] lib/oe/sstatesig: Ensure packagegroups don't continually rebuild

2013-11-06 Thread Richard Purdie
On Wed, 2013-11-06 at 16:51 -0200, Otavio Salvador wrote: > On Tue, Nov 5, 2013 at 8:15 PM, Richard Purdie > wrote: > > packagegroups are allarch and shouldn't change depending on the target > > or machine selected. In general they should have good stable namespaces > > for their dependencies. As

Re: [OE-core] [PATCH V4] expect: Add recipe

2013-11-06 Thread Richard Purdie
On Wed, 2013-11-06 at 10:58 -0800, Khem Raj wrote:On Wednesday, November 6, 2013, Saul Wold wrote: > On 11/05/2013 08:58 PM, Khem Raj wrote: > > On Nov 5, 2013, at 8:35 PM, Saul Wold > wrote: > > On 1

[OE-core] [PATCH v2] binutils: remove embedspu

2013-11-06 Thread Saul Wold
This is only built for PPC and not needed, so remove it to fix the QA Issue ERROR: QA Issue: binutils: Files/directories were installed but not shipped /usr/bin/embedspu Signed-off-by: Saul Wold --- v2: fix spelling and add powerpc override meta/recipes-devtools/binutils/binutils_2.23.2.bb |

[OE-core] [PATCH] orc: version 0.4.18 migrated from meta-oe

2013-11-06 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta/recipes-devtools/orc/orc.inc | 25 + meta/recipes-devtools/orc/orc_0.4.18.bb | 6 ++ 2 files changed, 31 insertions(+) create mode 100644 meta/recipes-devtools/orc/orc.inc create mode 100644 meta/recipes-devtools/orc

[OE-core] [PATCH 2/3] nspr: Update to 4.10.1

2013-11-06 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/nspr/{nspr_4.10.bb => nspr_4.10.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nspr/{nspr_4.10.bb => nspr_4.10.1.bb} (96%) diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/n

[OE-core] [PATCH 3/3] binutils: remove embedsp

2013-11-06 Thread Saul Wold
This is only built for PPC and not needed, so remove it to fix the QA Issue ERROR: QA Issue: binutils: Files/directories were installed but not shipped /usr/bin/embedspu Signed-off-by: Saul Wold --- meta/recipes-devtools/binutils/binutils_2.23.2.bb | 6 ++ 1 file changed, 6 insertions(+)

[OE-core] [PATCH 1/3] kbd: upgrade to 2.0.1

2013-11-06 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/kbd/{kbd_2.0.0.bb => kbd_2.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/kbd/{kbd_2.0.0.bb => kbd_2.0.1.bb} (87%) diff --git a/meta/recipes-core/kbd/kbd_2.0.0.bb b/meta/recipes-core/kbd/kbd_2.0.1.bb sim

Re: [OE-core] [PATCH V4] expect: Add recipe

2013-11-06 Thread Khem Raj
On Wednesday, November 6, 2013, Saul Wold wrote: > On 11/05/2013 08:58 PM, Khem Raj wrote: > >> >> On Nov 5, 2013, at 8:35 PM, Saul Wold wrote: >> >> On 11/04/2013 07:41 PM, Khem Raj wrote: >>> From: Mihaela Sendrea Nedeed for gcc-runtime tests. >>> i am seeing configur

Re: [OE-core] [PATCH V5] expect: Add recipe

2013-11-06 Thread Saul Wold
On 11/05/2013 08:58 PM, Khem Raj wrote: On Nov 5, 2013, at 8:35 PM, Saul Wold wrote: On 11/04/2013 07:41 PM, Khem Raj wrote: From: Mihaela Sendrea Nedeed for gcc-runtime tests. i am seeing configure fails with this patch configure:2350: checking for correct TEA configuration configure

Re: [OE-core] lib/oe/sstatesig: Ensure packagegroups don't continually rebuild

2013-11-06 Thread Otavio Salvador
On Tue, Nov 5, 2013 at 8:15 PM, Richard Purdie wrote: > packagegroups are allarch and shouldn't change depending on the target > or machine selected. In general they should have good stable namespaces > for their dependencies. As such we can exclude them from rebuilding when > dependency checksums

Re: [OE-core] Request for moving Orc to OE-core

2013-11-06 Thread Saul Wold
On 11/06/2013 10:27 AM, Carlos Rafael Giani wrote: On 2013-11-06 18:53, Saul Wold wrote: On 11/06/2013 07:47 AM, Burton, Ross wrote: On 6 November 2013 14:47, Carlos Rafael Giani wrote: As preparation for upgrading the gstreamer1.0 recipes to 1.2 , I would propose to move Orc into OE-core. Wi

Re: [OE-core] Request for moving Orc to OE-core

2013-11-06 Thread Carlos Rafael Giani
On 2013-11-06 18:53, Saul Wold wrote: On 11/06/2013 07:47 AM, Burton, Ross wrote: On 6 November 2013 14:47, Carlos Rafael Giani wrote: As preparation for upgrading the gstreamer1.0 recipes to 1.2 , I would propose to move Orc into OE-core. Without Orc, key elements of GStreamer (audioconvert,

[OE-core] [PULL] [PATCH 0/1] sqlite3: Add support for column metadata API

2013-11-06 Thread Alex J Lennon
The following changes since commit d6cc7c8ed76c8b1117cf03c7bd4b0742f98f79b3: toolchain-scripts/meta-environment: Further cleanup code duplication (2013-11-06 11:02:27 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ajlennon/sqlite3 http://git.yoctopr

[OE-core] [PATCH 1/1] sqlite3: Add support for column metadata API

2013-11-06 Thread Alex J Lennon
I found that Mono.Data.SQlite has a dependency on the column meta-data API, thus enabling this API enables use of Hibernate / Mono with SQLite and no doubt enables other ORMs / utility libraries. ref: https://bugzilla.xamarin.com/show_bug.cgi?id=6333 The API is present in the used SQLite3 sqlit

Re: [OE-core] Request for moving Orc to OE-core

2013-11-06 Thread Saul Wold
On 11/06/2013 07:47 AM, Burton, Ross wrote: On 6 November 2013 14:47, Carlos Rafael Giani wrote: As preparation for upgrading the gstreamer1.0 recipes to 1.2 , I would propose to move Orc into OE-core. Without Orc, key elements of GStreamer (audioconvert, audioresample, videoconvert, videoscale

Re: [OE-core] [poky] [PULL] [PATCH 0/2] sqlite3: Add support for column metadata API,

2013-11-06 Thread Saul Wold
On 11/06/2013 09:10 AM, Alex J Lennon wrote: I found that Mono.Data.SQlite has a dependency on the column meta-data API, thus enabling this API enables use of Hibernate / Mono with SQLite and no doubt enables other ORMs / utility libraries. ref: https://bugzilla.xamarin.com/show_bug.cgi?id=633

Re: [OE-core] Request for moving Orc to OE-core

2013-11-06 Thread Burton, Ross
On 6 November 2013 14:47, Carlos Rafael Giani wrote: > As preparation for upgrading the gstreamer1.0 recipes to 1.2 , I would > propose to move Orc into OE-core. > Without Orc, key elements of GStreamer (audioconvert, audioresample, > videoconvert, videoscale ..) are much slower. > Currently Orc i

[OE-core] Request for moving Orc to OE-core

2013-11-06 Thread Carlos Rafael Giani
As preparation for upgrading the gstreamer1.0 recipes to 1.2 , I would propose to move Orc into OE-core. Without Orc, key elements of GStreamer (audioconvert, audioresample, videoconvert, videoscale ..) are much slower. Currently Orc is in meta-oe . Its recipe uses the most recent version (0.4.1

[OE-core] [PATCH v2 0/1] flex: fix m4 issue on target

2013-11-06 Thread Laurentiu Palcu
v2: * changed the implementation as per Enrico Scholz's suggestion (thanks); Laurentiu The following changes since commit d6cc7c8ed76c8b1117cf03c7bd4b0742f98f79b3: toolchain-scripts/meta-environment: Further cleanup code duplication (2013-11-06 11:02:27 +) are available in the git repos

[OE-core] [PATCH v2 1/1] flex: fix m4 issue on target

2013-11-06 Thread Laurentiu Palcu
Flex needs m4 to run (see below) and, since the create_wrapper introduces a bash dependency on target, give the path to m4 binary in the configure command line. Snippet from the flex documentation: "The macro processor m4 must be installed wherever flex is installed. <...> m4 is only required at t

Re: [OE-core] [PATCH 1/1] flex: fix m4 issue on target

2013-11-06 Thread Laurentiu Palcu
Hi Enrico, On Tue, Nov 05, 2013 at 05:16:45PM +0100, Enrico Scholz wrote: > > > Laurentiu Palcu > writes: > > > Flex needs m4 to run (see below) and, since the create_wrapper > > introduces a bash dependency, export the right m4 path when /etc/profile > > is sourced by the shell. > > > > Snipp

[OE-core] [PATCH] toolchain-scripts/meta-environment: Further cleanup code duplication

2013-11-06 Thread Richard Purdie
There was still duplicated code in toolchain-scripts, this further cleans up the functions to remove it. The now unused includedir parameter is also dropped. The final scripts do end up reordered slightly and the sysroot is parametrised for the IDE scripts which is an improvement but should have n

Re: [OE-core] SRC_URI computing order

2013-11-06 Thread Andrea Adami
On Mon, Nov 4, 2013 at 11:13 PM, Andrea Adami wrote: > On Mon, Nov 4, 2013 at 12:10 AM, Richard Purdie > wrote: >> On Sun, 2013-11-03 at 23:16 +0100, Andrea Adami wrote: >>> On Sat, Nov 2, 2013 at 9:47 AM, Eric BĂ©nard wrote: >>> > Hi Richard, >>> > >>> > Le Wed, 30 Oct 2013 15:15:12 +, >>> >