Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-20 Thread Kamble, Nitin A
Met 1st build failure with gcc4.6.6. I think it is not a gcc issue, but the recipe code issue; And Tom/Darren can take care of it. Thanks, Nitin | PERF_VERSION = 2.6.37.5.308.g69cfbd^M | make: Leaving directory `/build_disk/poky_build/build_gcc_4.6.0/tmp/work/qemux86_64-poky-linux/linux-yocto-

[OE-core] [RFC] Request for your comment on package report system

2011-04-20 Thread Mei, Lei
Hi all, This is a description for package report system, please help to review and give your comments on this system. Thanks a lot! The system link is below: http://packages.yoctoproject.org/ Yocto package report system is a tool/website which could help people to check the latest pack

Re: [OE-core] [PATCH 2/9] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-20 Thread Cui, Dexuan
Saul Wold wrote: > On 04/20/2011 12:30 AM, Dexuan Cui wrote: >> ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> rename meta/recipes-graphics/xorg-util/{util-macros_1.11.0.bb => >> util-macros_1.13.0.bb} (79%) > I will pu

Re: [OE-core] [PATCH 2/4] xf86-video-omapfb: add SRCREV to recipe

2011-04-20 Thread Martin Jansa
On Mon, Apr 18, 2011 at 10:03:05AM +0200, Koen Kooi wrote: > > Op 18 apr 2011, om 10:00 heeft Martin Jansa het volgende geschreven: > > > * taken from meta/conf/distro/include/poky-default-revisions.inc for > > those who want xf86-video-omapfb and are not using poky > > Use the one in meta-oe :

[OE-core] [PATCH 5/9] liburcu: upgrade from 0.5.2 to 0.5.4

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Add arm into COMPATIBLE_HOST since liburcu started to support pre-ARMv7 from 0.5.3 on. Signed-off-by: Dexuan Cui --- .../liburcu/{liburcu_0.5.2.bb => liburcu_0.5.4.bb} | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-support/liburcu/{li

[OE-core] [PATCH 3/9] preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-files

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../distro/include/preferred-xorg-versions.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 23

[OE-core] [PATCH 0/9] upgrades for libx11 libx, sdk-tools

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Most of the changes are about filename/chksum. Also removed unnecessary patches from SRC_URI since the new versions have integrated them. Updated task-poky-tools.bb and task-sdk-gmae.inc to enable lttng-ust for ARM since lttng-ust can build on ARM from 0.12 on. Tested on qemux

[OE-core] [PATCH 6/9] lttng-ust: upgrade from 0.11 to the latest version 0.12

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Updated LIC_FILES_CHKSUM as a new Copyright holder was added. Removed the patch since 0.12 has integrated that. Added arm into COMPATIBLE_HOST as 0.12 can build on arm now. Signed-off-by: Dexuan Cui --- ...remove_ppc_specific_time_reading_function.patch | 85

[OE-core] [PATCH 1/9] libxfixes: upgrade from 4.0.5 to the latest version 5.0

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{libxfixes_4.0.5.bb => libxfixes_5.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_4.0.5.bb => libxfixes_5.0.bb} (79%) diff --git a/meta/recipes-graphics/xorg-lib/lib

[OE-core] [PATCH 8/9] lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...g-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{lttng-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} (85%) diff --git a/meta/recipes-kernel/lttng

[OE-core] [PATCH 2/9] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.11.0.bb => util-macros_1.13.0.bb} (79%) diff --git a/meta/recipes-graphics/xor

[OE-core] [PATCH 9/9] distro_tracking_fields.inc: update the info for the following recipes

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui --- .../conf/distro/include/distro_tracking_fields.inc | 65 ++-- 1 files changed, 33 insertions(+), 32 deletions(-) diff --git a/meta/conf

[OE-core] [PATCH 7/9] task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui lttng-ust can build on ARM from 0.12 on. Fixes [YOCTO #856] Signed-off-by: Dexuan Cui --- meta/recipes-core/tasks/task-poky-tools.bb |7 --- meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb |2 +- .../tasks/task-poky-standalone-gmae-sdk-target.bb |2

[OE-core] [PATCH 4/9] mdadm: upgrade from 3.1.4 to the latest version 3.2.1

2011-04-20 Thread Dexuan Cui
From: Dexuan Cui removed fix-z-now.patch since 3.2.1 has integrated it. Signed-off-by: Dexuan Cui --- meta/recipes-extended/mdadm/files/fix-z-now.patch | 15 --- .../mdadm/{mdadm_3.1.4.bb => mdadm_3.2.1.bb} |9 - 2 files changed, 4 insertions(+), 20 deletions(-

[OE-core] Mailman refusing multipart/signed Content-Type

2011-04-20 Thread Martin Jansa
Hi, mailman always refuse gpg signed e-mails from me when I forgot to disable default sign. Complete header is: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline Mailman message is: The message's conte

Re: [OE-core] Mailman refusing multipart/signed Content-Type

2011-04-20 Thread Koen Kooi
Op 20 apr 2011, om 11:15 heeft Martin Jansa het volgende geschreven: > Hi, > > mailman always refuse gpg signed e-mails from me when I forgot to > disable default sign. > > Complete header is: > Content-Type: multipart/signed; micalg=pgp-sha1; > protocol="application/pgp-signature"; boundary=

Re: [OE-core] Mailman refusing multipart/signed Content-Type

2011-04-20 Thread Martin Jansa
On Wed, Apr 20, 2011 at 11:41:03AM +0200, Koen Kooi wrote: > > Op 20 apr 2011, om 11:15 heeft Martin Jansa het volgende geschreven: > > > Hi, > > > > mailman always refuse gpg signed e-mails from me when I forgot to > > disable default sign. > > > > Complete header is: > > Content-Type: multip

Re: [OE-core] [PATCH 2/9] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-20 Thread Saul Wold
On 04/20/2011 12:30 AM, Dexuan Cui wrote: From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.11.0.bb => util-macros_1.13.0.bb

Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-20 Thread Kamble, Nitin A
> >> Hi Khem, > >> Great to have these patches. And thanks for getting them out early > :) I will check them out and give you feedback on them. Are they > available in a tree format or tar.gz so that I can try them with Yocto > easily? > >> Thanks& Regards, > >> Nitin > >> > > Nitin, > > > > you

Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-20 Thread Khem Raj
On Wed, Apr 20, 2011 at 9:51 AM, Koen Kooi wrote: > > Op 20 apr 2011, om 18:48 heeft Saul Wold het volgende geschreven: > >> On 04/20/2011 08:42 AM, Kamble, Nitin A wrote: >>> Hi Khem, >>>   Great to have these patches. And thanks for getting them out early :) I >>> will check them out and give y

Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-20 Thread Kamble, Nitin A
Khem, Good news. All the gcc recipes built without any errors for arm, ppc, mips, x86, x86-64. Now I am trying to build the poky-image-sato-sdk image for each architecture. Will keep you posted. Thanks & Regards, Nitin ___ Openembedded-core mailing

[OE-core] OE-Core Rebranding Phase 1

2011-04-20 Thread Richard Purdie
Hi, At the face to face OE TSC meeting we talked over the "branding" issues on OE-Core and what we were going to do about removing many of the poky references. This email represents a turning point for OE-Core as it marks the first pass of rebranding and is based on decisions the TSC made at that