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
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
>
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
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
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
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
> -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.
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
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
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
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
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
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
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
>
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
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
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
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
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
---
.../
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
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
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
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
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 +
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.
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
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
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
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
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,
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
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
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
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
34 matches
Mail list logo