Re: [OE-core] [PATCH] kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

2012-05-18 Thread Darren Hart
On 05/17/2012 07:58 AM, Koen Kooi wrote: > > Op 17 mei 2012, om 16:46 heeft Darren Hart het volgende geschreven: > >> On 05/15/2012 06:25 PM, Christopher Larson wrote: >>> From: Christopher Larson >>> >>> It's common to provide a non-machine-suffixed link in >>> DEPLOY_DIR_IMAGE, so let's be

Re: [OE-core] [PATCH 0/3] Support additional user-defined package metadata

2012-05-18 Thread Ive Found
Ping. Any comments? Btw, '[PATCH 0/3]' in subject is my accidental mistake. It shoud be '[PATCH 0/2]'. On Sun, May 13, 2012 at 4:28 PM, Leonid Borisenko wrote: > > I'm an owner of Kindle Touch. It's basically a computer with ARM > Cortex-A8 based CPU and Linux. There is a [small] community of >

Re: [OE-core] gold and -flto option

2012-05-18 Thread Khem Raj
On Fri, May 18, 2012 at 8:19 AM, Enrico Scholz wrote: > Hi, > > after enabling gold linker (ld-is-gold DISTRO_FEATURE), the '-flto > -fuse-linker-plugin' build options do not work anymore as with the old > bfd linker.  I am using the toolchain layer of oe-meta. > > Is this expected or just some is

Re: [OE-core] [PATCH 1/1] eglibc: package mtrace separately

2012-05-18 Thread Khem Raj
On Fri, May 18, 2012 at 12:42 AM, Saul Wold wrote: > > A better way to do this is all in the task bb file using an override > MTRACE = "" > MTRACE_libc-eglibc = "eglibc-mtrace" this would be needed if other libc (uclibc) was not providing it but Nitin's patch already changed uclibc to provide dum

[OE-core] gold and -flto option

2012-05-18 Thread Enrico Scholz
Hi, after enabling gold linker (ld-is-gold DISTRO_FEATURE), the '-flto -fuse-linker-plugin' build options do not work anymore as with the old bfd linker. I am using the toolchain layer of oe-meta. Is this expected or just some issue with our gcc? Enrico with ld-is-gold $ arm-linux-g

Re: [OE-core] [PATCH] avahi-systemd: drop postrm, use prerm instead

2012-05-18 Thread Enrico Scholz
Andreas Oberritter writes: > What's the use case for removing packages offline I am developing very much with NFS root filesystems (--> the temporary image directory which is kept by IMAGE_KEEPROOTFS=1). Packaging operations like install, remove or upgrade are common actions to test recipes and

Re: [OE-core] [PATCH 1/1] eglibc: package mtrace separately

2012-05-18 Thread Kamble, Nitin A
> -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Friday, May 18, 2012 12:43 AM > To: Patches and discussions about the oe-core layer > Cc: Kamble, Nitin A > Subject: Re: [OE-core] [PATCH 1/1] eglibc: package mtrace separately > > On 05/18/2012 02:07 AM, nitin.

Re: [OE-core] [PATCH 0/3] linux-yocto/tools: consolidated pull request

2012-05-18 Thread Richard Purdie
On Wed, 2012-05-16 at 23:17 -0400, Bruce Ashfield wrote: > Richard/Saul, > > Just clearing my queue before I head out of the office next week, and I > want all the stable updates + 3.4 introduction to be clear of these > smaller changes. > > These have been cooking for a bit, and are largely conf

Re: [OE-core] [PATCH 0/1] Add test script to re-execute tasks

2012-05-18 Thread Richard Purdie
On Thu, 2012-05-17 at 22:48 +0800, Jiajun Xu wrote: > Hi Richard, > This patch is to address bug 2123. Please help to review it. > It is based on the patch you posted on bugzilla. A similar function is > added into the script to remove sstate files only. > > Thanks, > Jiajun > > The following cha

Re: [OE-core] [PATCH 0/3] Misc fixes for multilib

2012-05-18 Thread Richard Purdie
On Thu, 2012-05-17 at 17:25 +0800, Lianhao Lu wrote: > This patch set added a package QA function to detect the potential incorrected > package dependencies for multilib packages. > > It also fixed the locale related package name in multilib case reported by the > new package QA function. > > The

Re: [OE-core] [PATCH 1/1] sstate.bbclass: Make sure we don't have an empty fixmepath file

2012-05-18 Thread Richard Purdie
On Thu, 2012-05-17 at 15:34 -0500, Mark Hatle wrote: > Jason Wessel noticed that a package without any fixmepath entries would > generate a sed warning about no input files. This patch resolves that > by ensuring that an empty fixmepath file never gets written into the > sstate archive. Also we a

Re: [OE-core] [PATCH 0/1] sanity.bbclass: Fix typo

2012-05-18 Thread Richard Purdie
On Thu, 2012-05-17 at 18:45 -0500, Peter Seebach wrote: > So, somehow in the the cleanup, I dropped the "% tune" following a > %s. Re-added in this patch. And because I know how typo-prone I am, > I tested that this really does produce the right results now. :) > > The following changes since c

Re: [OE-core] [PATCH v4] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-18 Thread Richard Purdie
On Wed, 2012-05-16 at 15:26 -0600, Gary Thomas wrote: > Newer versions of GCC uncovered illegal code practice which can cause > runtime failures in the Xext/xace.c code. This problem has been fixed > upstream: > > http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1

Re: [OE-core] [CONSOLIDATED PULL 0/9] Kernel & Multi-lib updates

2012-05-18 Thread Richard Purdie
On Fri, 2012-05-18 at 17:18 +0300, Saul Wold wrote: > Richard: > > Here are some fixes including the PPC xserver issue > > Sau! > > > The following changes since commit 7163ebd92a799b8f000b2b6f303b20de468b5f90: > > Revert "kmod: Use base_libdir for installing libkmod" (2012-05-17 21:12:33 >

Re: [OE-core] [PATCH v4] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-18 Thread Andrei Gherzan
On Fri, May 18, 2012 at 5:16 PM, Gary Thomas wrote: > On 2012-05-16 15:26, Gary Thomas wrote: > >> Newer versions of GCC uncovered illegal code practice which can cause >> runtime failures in the Xext/xace.c code. This problem has been fixed >> upstream: >> http://cgit.freedesktop.org/**xorg/x

[OE-core] [CONSOLIDATED PULL 9/9] sstate.bbclass: Make sure we don't have an empty fixmepath file

2012-05-18 Thread Saul Wold
From: Mark Hatle Jason Wessel noticed that a package without any fixmepath entries would generate a sed warning about no input files. This patch resolves that by ensuring that an empty fixmepath file never gets written into the sstate archive. Also we avoid a second message by only doing xargs

[OE-core] [CONSOLIDATED PULL 8/9] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-18 Thread Saul Wold
From: Gary Thomas Newer versions of GCC uncovered illegal code practice which can cause runtime failures in the Xext/xace.c code. This problem has been fixed upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1df0cca63bf50c50d93de43 Subject: xace: Inval

[OE-core] [CONSOLIDATED PULL 7/9] linux-yocto: policy cleanups

2012-05-18 Thread Saul Wold
From: Bruce Ashfield Updating the meta SRCREVs to pickup configuration policy cleanups: 49f931b meta/fishriver: remove redundant features and options 51a6d3f meta/emenlow: remove redundant features and options 101dd7f meta/crownbay: remove redundant features and options 4110ecd meta/suga

[OE-core] [CONSOLIDATED PULL 6/9] kern-tools: update LICENSE field to GPLv2

2012-05-18 Thread Saul Wold
From: Bruce Ashfield The LICENSE field for kern-tools was generic and leads to QA warnings from the license classs: "No generic license file exists for: GPL in any provider" Updating to a specific GPL version that matches the source fixes the warning. Signed-off-by: Bruce Ashfield --- .../

[OE-core] [CONSOLIDATED PULL 5/9] linux-yocto: intel BSP config changes

2012-05-18 Thread Saul Wold
From: Bruce Ashfield Updating the meta SRCREV for the following fixes: 1dfd60f meta/fishriver: move smp options from recipe-space 012780a meta/emenlow: move smp options from recipe-space b59b1a5 meta/crownbay: move smp options from recipe-space 74dc6ac meta/sugarbay: remove boot-live

[OE-core] [CONSOLIDATED PULL 3/9] multilib.bbclass: Added multilib specific package QA.

2012-05-18 Thread Saul Wold
From: Lianhao Lu Added a new PACKAGEFUNCS function to check the multilib packages' dependency. Signed-off-by: Lianhao Lu --- meta/classes/multilib.bbclass | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/meta/classes/multilib.bbclass b/met

[OE-core] [CONSOLIDATED PULL 4/9] test-reexec: Add script to address issues when task re-execution

2012-05-18 Thread Saul Wold
From: Jiajun Xu The script is used to address build issues when tasks of different recipes are re-executed. The script goes through all available recipes and their tasks. The test results are saved in ./reexeclogs. Force build logs are saved with prefix "force". Build failure logs are saved with

[OE-core] [CONSOLIDATED PULL 1/9] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-18 Thread Saul Wold
From: Lianhao Lu Added multilib prefix to the locale related package names/dependencies. Signed-off-by: Lianhao Lu --- meta/classes/libc-package.bbclass |4 ++-- meta/classes/package.bbclass |5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/classes/libc

[OE-core] [CONSOLIDATED PULL 2/9] multilib.conf: Added multilib support for kmod.

2012-05-18 Thread Saul Wold
From: Lianhao Lu Signed-off-by: Lianhao Lu --- meta/conf/multilib.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index f60a890..9fc5a90 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -470,6 +

[OE-core] [CONSOLIDATED PULL 0/9] Kernel & Multi-lib updates

2012-05-18 Thread Saul Wold
Richard: Here are some fixes including the PPC xserver issue Sau! The following changes since commit 7163ebd92a799b8f000b2b6f303b20de468b5f90: Revert "kmod: Use base_libdir for installing libkmod" (2012-05-17 21:12:33 +0100) are available in the git repository at: git://git.openembedded.

Re: [OE-core] [PATCH v4] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-18 Thread Gary Thomas
On 2012-05-16 15:26, Gary Thomas wrote: Newer versions of GCC uncovered illegal code practice which can cause runtime failures in the Xext/xace.c code. This problem has been fixed upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1df0cca63bf50c50d93de43

Re: [OE-core] [PATCH 1/1] ncurses: Disable parallel make

2012-05-18 Thread Robert Yang
I've looked into the code, this is a race issue which is caused by install.libs and install.data: 1) install.data needs run tic 2) tic needs libtinfo.so 3) install.libs would regenerate libtinfo.so 4) but install.data doesn't depend on install.libs, and they can run parallelly So there would

Re: [OE-core] [PATCH] Revert "kmod: Use base_libdir for installing libkmod"

2012-05-18 Thread Koen Kooi
Op 18 mei 2012, om 12:29 heeft Richard Purdie het volgende geschreven: > On Fri, 2012-05-18 at 09:52 +0200, Koen Kooi wrote: >> Op 17 mei 2012, om 23:02 heeft Richard Purdie het vo >> Those QA checks are a joke. I can fix the QA warnings by moving all >> kmod binaries to $bindir or $sbindir since

Re: [OE-core] [PATCH] Revert "kmod: Use base_libdir for installing libkmod"

2012-05-18 Thread Richard Purdie
On Fri, 2012-05-18 at 09:52 +0200, Koen Kooi wrote: > Op 17 mei 2012, om 23:02 heeft Richard Purdie het vo > Those QA checks are a joke. I can fix the QA warnings by moving all > kmod binaries to $bindir or $sbindir since binaries in /usr/bin > and /usr/bin are exempt from the checks. That would br

Re: [OE-core] [PATCH] Revert "kmod: Use base_libdir for installing libkmod"

2012-05-18 Thread Koen Kooi
Op 18 mei 2012, om 08:19 heeft Koen Kooi het volgende geschreven: > > Op 17 mei 2012, om 23:02 heeft Richard Purdie het volgende geschreven: > >> On Thu, 2012-05-17 at 22:44 +0200, Koen Kooi wrote: >>> Op 17 mei 2012 om 22:29 heeft Richard Purdie >>> het volgende geschreven: >>> On Tue,

Re: [OE-core] [oe-core][RFCv3] glib-2.0: upgrade to 2.32.3

2012-05-18 Thread Koen Kooi
Op 17 mei 2012, om 09:02 heeft Martin Jansa het volgende geschreven: > Signed-off-by: Martin Jansa Now that I can finally get past udev glib-2.0 is the next breakage and this patch fixes it for me, so: Acked-by: Koen Kooi ___ Openembedded-core mail

Re: [OE-core] [PATCH] Revert "kmod: Use base_libdir for installing libkmod"

2012-05-18 Thread Koen Kooi
Op 17 mei 2012, om 23:02 heeft Richard Purdie het volgende geschreven: > On Thu, 2012-05-17 at 22:44 +0200, Koen Kooi wrote: >> Op 17 mei 2012 om 22:29 heeft Richard Purdie >> het volgende geschreven: >> >>> On Tue, 2012-05-15 at 13:54 -0700, Khem Raj wrote: On Tue, May 15, 2012 at 2:32 A

Re: [OE-core] [PATCH 1/1] eglibc: package mtrace separately

2012-05-18 Thread Saul Wold
On 05/18/2012 02:07 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble add libc-mtrace as dependency for task-core-tools-debug now eglibc-mtrace gets included in an sdk image and not in a non-sdk image. make uclibc recipe lie about providing libc-mtrace to satisfy the dependency This fi

Re: [OE-core] [PATCH 1/1] ncurses: Disable parallel make

2012-05-18 Thread Xiaofeng Yan
On 2012年05月17日 20:02, Jason Wessel wrote: On 05/16/2012 09:01 PM, Xiaofeng Yan wrote: On 2012年05月16日 19:02, Saul Wold wrote: On 05/16/2012 01:10 PM, xiaofeng@windriver.com wrote: From: Xiaofeng Yan Ncurses failure non-gplv3 build by race issue. So disable parallel \ make when building thi