[OE-core] [PATCH 06/33] libgpg-error: Upgrade to 1.10 (from 1.9)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../pkgconfig.patch|2 ++ .../{libgpg-error_1.9.bb => libgpg-error_1.10.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error-1.9 => libgpg-

[OE-core] [PATCH 08/33] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-22 Thread Saul Wold
From: =?UTF-8?q?Petr=20=C5=A0tetiar?= In the current state, udev init script is loaded as 3rd and modutils.sh as 20th, so udevadm called in udev init script loads all kernel modules in some unpredictable order, not honoring in any way specified order of modules in /etc/modules. This causes some t

[OE-core] [PATCH 07/33] jpeg: Upgrade to 8c (from 8b)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{jpeg-8b => jpeg-8c}/debian-libjpeg7_7-1.diff |4 meta/recipes-core/jpeg/{jpeg_8b.bb => jpeg_8c.bb} |8 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-core/jpeg/{jpeg-8b => jpeg-8c}/debian-libjpeg7

[OE-core] [PATCH 01/33] slang: Fix host contamination issue

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-extended/slang/slang_2.2.4.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 2b000a4..4257b05 100644 --- a/meta/re

[OE-core] [PATCH 03/33] tasks: Upgrade to 0.19 (from 0.18)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-sato/pimlico/tasks/tasks-owl.diff |5 + .../pimlico/{tasks_0.18.bb => tasks_0.19.bb} |4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) rename meta/recipes-sato/pimlico/{tasks_0.18.bb => tasks_0.19.bb} (78

[OE-core] [PATCH 02/33] cdrtools: upgrade to v3.00

2011-04-22 Thread Saul Wold
From: Scott Garman * Addresses CVE-2003-0655 * Fixes [YOCTO #976] Note that the license has changed to the CDDL for most utilities. Note the following discussion of distribution issues with mixing GPL and CDDL licenses: http://lwn.net/Articles/195167/ This should not impact us at this is a -n

[OE-core] [PATCH 12/33] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-22 Thread Saul Wold
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 18/33] lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38

2011-04-22 Thread Saul Wold
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 13/33] preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-files

2011-04-22 Thread Saul Wold
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 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble --- .../python/python-pycairo_1.8.10.bb|8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb b/meta/recipes-devtools/p

[OE-core] [PATCH 24/33] pcmciautils: Upgrade 017 -> 018

2011-04-22 Thread Saul Wold
From: Khem Raj version workaround is done in recipe itself by adding PV to CFLAGS Since we define LIBC and pcmciutils use it too which hinders build when we define LIBC in environment. Its not used in the builds anyway so we get rid of depending on it Signed-off-by: Khem Raj --- .../pcmciauti

[OE-core] [PATCH 33/33] qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helper

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../qemu/qemu-helper-nativesdk_1.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index 15f8

[OE-core] [PATCH 22/33] linux-tools.inc: turn off newt and dwarf for perf

2011-04-22 Thread Saul Wold
From: Tom Zanussi Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/linux/linux-tools.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-

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

2011-04-22 Thread Saul Wold
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 10/33] qemu: disable sdl for target build

2011-04-22 Thread Saul Wold
From: Saul Wold This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. Signed-off-by: Saul Wold --- meta/recipes-devtools/qemu/qemu.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devto

[OE-core] [PATCH 23/33] ofono: add bluze to DEPENDS list

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-connectivity/ofono/ofono.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 9089670..ee3bc3e 100644 --- a/meta/recipe

[OE-core] [PATCH 30/33] cpan.bbclass: export PERLHOSTLIB for perl modules

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This makes sure that native perl .so can get loaded at the buildtime, and avoids following kind of errors while building perl modules: Nitin A Kamble 2011/04/20 + perl Makefile.PL EXPATLIBPATH=/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib EXPATINCPATH=/disk0/pokybui

[OE-core] [PATCH 25/33] mpfr: upgrade from 3.0.0 to 3.0.1

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} (70%) diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb

[OE-core] [PATCH 15/33] liburcu: upgrade from 0.5.2 to 0.5.4

2011-04-22 Thread Saul Wold
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 19/33] distro_tracking_fields.inc: update the info for the following recipes

2011-04-22 Thread Saul Wold
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 29/33] perl-5.12.2: use of PERLHOSTLIB var fix

2011-04-22 Thread Saul Wold
From: Nitin A Kamble PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl module. Signed-off-by:

[OE-core] [PATCH 05/33] consolekit: Upgrade to 0.4.4 (from 0.4.3)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{consolekit_0.4.3.bb => consolekit_0.4.4.bb} | 10 ++ .../consolekit/files/nopolkit.patch|2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-support/consolekit/{consolekit_0.4.3.bb => co

[OE-core] [PATCH 00/33] Consolidated Pull request for OE-Core & Poky/master

2011-04-22 Thread Saul Wold
From: Saul Wold Richard Here is a batch of Update from the Community and the Yotco Metadata team, I have tested these on x86 and ARM full and incremental builds. These patches address both Updates, CVEs and build related issues. Pull URL: git://git.openembedded.org/openembedded-core-contrib

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

2011-04-22 Thread Saul Wold
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] [PATCH 04/33] avahi: Upgrade to 0.6.30 (from 0.6.28)

2011-04-22 Thread Saul Wold
From: Zhai Edwin This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. Signed-off-by: Zhai Edwin --- meta/recipes-connectivity/avahi/avahi.inc |2 +- .../ava

[OE-core] [PATCH 32/33] distro_tracking: recipe information update

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc ind

[OE-core] [PATCH 27/33] git: upgrade from 1.7.3.4 to 1.7.4.3

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/git/files/autotools.patch|2 ++ .../git/{git_1.7.3.4.bb => git_1.7.4.3.bb} |4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.7.3.4.bb => git_1.7.4.3.

[OE-core] [PATCH 26/33] python-gst: upgrade from 0.10.19 to 0.10.21

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../python/python-gst/python-path.patch|2 ++ ...python-gst_0.10.19.bb => python-gst_0.10.21.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-gst_0.10.19.bb =>

[OE-core] [PATCH 21/33] puzzles: Upgrade to svn r9151 (from r9084)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../puzzles/files/oh-puzzles-owl-menu.patch|5 + .../puzzles/{puzzles_r9084.bb => puzzles_r9151.bb} |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9084.bb => puzzles_r9151.bb}

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

2011-04-22 Thread Saul Wold
From: Dexuan Cui lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] Signed-off-by: Dexuan Cui Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-core-tools.bb |8 meta/recipes-gnome/tasks/task-core-sdk-gmae.bb |4 ++-- .../t

[OE-core] [PATCH 31/33] libxml-parser-perl: upgrade from 2.36 to 2.40

2011-04-22 Thread Saul Wold
From: Nitin A Kamble --- ...e_2.36.bb => libxml-parser-perl-native_2.40.bb} |0 ...ser-perl_2.36.bb => libxml-parser-perl_2.40.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl-native_2.36.bb => libxml-parser-perl-na

[OE-core] [PATCH 09/33] Control over when package init scripts are run

2011-04-22 Thread Saul Wold
From: Gary Thomas When a package is built, some installation scripts must be performed on the target. In the case of a complete image, these scripts are run by a separate step at init time, but only during the first boot (other package install scripts can just be run when the package is installe

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

2011-04-22 Thread Saul Wold
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] [FIX] update mtd-utils to 1.4.4

2011-04-22 Thread Andrea Adami
Hello, mtd-utils_1.4.1 is broken, in fact whole 1.4.X serie was plagued by mtd alignment bug until 1.4.4. See: http://lists.infradead.org/pipermail/linux-mtd/2011-April/034599.html Updated in oe-dev with commit f8e1b7793ff5b02fd27ce886b34a57c6c2358239. Regards Andrea _

Re: [OE-core] [PATCH 02/33] cdrtools: upgrade to v3.00

2011-04-22 Thread Scott Garman
On 04/22/2011 12:24 AM, Saul Wold wrote: From: Scott Garman * Addresses CVE-2003-0655 * Fixes [YOCTO #976] Note that the license has changed to the CDDL for most utilities. Note the following discussion of distribution issues with mixing GPL and CDDL licenses: http://lwn.net/Articles/195167/

Re: [OE-core] [PATCH 02/33] cdrtools: upgrade to v3.00

2011-04-22 Thread Koen Kooi
Op 22 apr 2011, om 12:00 heeft Scott Garman het volgende geschreven: > On 04/22/2011 12:24 AM, Saul Wold wrote: >> From: Scott Garman >> >> * Addresses CVE-2003-0655 >> * Fixes [YOCTO #976] >> >> Note that the license has changed to the CDDL for most utilities. >> >> Note the following discuss

Re: [OE-core] [poky] OE-Core Rebranding Phase 1

2011-04-22 Thread Rifenbark, Scott M
I grep'd all the XML files in the documentation directory and got three hits: * 'meta/recipes-sata/tasks/task-poky.bb' appears in the Poky Reference manual * '$ bitbake -c clean task-boot task-base task-poky' appears in the Poky Reference manual * 'local.conf.sample' appears in the Poky Refere

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

2011-04-22 Thread Cui, Dexuan
Saul Wold 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} (79%) > > d

Re: [OE-core] [RFC] Working toward a GNOME layer

2011-04-22 Thread Joshua Lock
On Thu, 2011-04-21 at 20:12 +0200, Koen Kooi wrote: > Op 21 apr 2011, om 19:41 heeft Joshua Lock het volgende geschreven: > > > On Thu, 2011-04-21 at 19:29 +0200, Koen Kooi wrote: > >> Op 21 apr 2011, om 18:40 heeft Joshua Lock het volgende geschreven: > >> > >>> On Thu, 2011-04-21 at 16:05 +0100

Re: [OE-core] [RFC] Working toward a GNOME layer

2011-04-22 Thread Joshua Lock
On Thu, 2011-04-21 at 20:23 +0100, Richard Purdie wrote: > On Thu, 2011-04-21 at 09:40 -0700, Joshua Lock wrote: > > On Thu, 2011-04-21 at 16:05 +0100, Paul Eggleton wrote: > > > On Thursday 21 April 2011 15:02:49 Koen Kooi wrote: > > > > and possibly more. I would like to create a meta-gnome layer

Re: [OE-core] [poky] OE-Core Rebranding Phase 1

2011-04-22 Thread Joshua Lock
On Fri, 2011-04-22 at 07:16 -0700, Rifenbark, Scott M wrote: > I grep'd all the XML files in the documentation directory and got three hits: > > * 'meta/recipes-sata/tasks/task-poky.bb' appears in the Poky Reference manual > * '$ bitbake -c clean task-boot task-base task-poky' appears in the Pok

Re: [OE-core] [PATCH 24/33] pcmciautils: Upgrade 017 -> 018

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > From: Khem Raj > > version workaround is done in recipe itself > by adding PV to CFLAGS > > Since we define LIBC and pcmciutils use it too > which hinders build when we define LIBC in > environment. Its not used in the builds anyway > so we get

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > From: Nitin A Kamble > > This fixes Bug [YOCTO #477] > > Signed-off-by: Nitin A Kamble > --- >  .../python/python-pycairo_1.8.10.bb                |    8 +++- >  1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/meta/recipe

Re: [OE-core] [PATCH 23/33] ofono: add bluze to DEPENDS list

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > From: Saul Wold > > Signed-off-by: Saul Wold there is a typo in commit message > --- >  meta/recipes-connectivity/ofono/ofono.inc |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-connectivity/ofono/

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Koen Kooi
Op 22 apr 2011, om 19:16 heeft Khem Raj het volgende geschreven: > On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: >> From: Nitin A Kamble >> >> This fixes Bug [YOCTO #477] >> >> Signed-off-by: Nitin A Kamble >> --- >> .../python/python-pycairo_1.8.10.bb|8 +++- >>

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 10:25 AM, Koen Kooi wrote: > > Op 22 apr 2011, om 19:16 heeft Khem Raj het volgende geschreven: > >> On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: >>> From: Nitin A Kamble >>> >>> This fixes Bug [YOCTO #477] >>> >>> Signed-off-by: Nitin A Kamble >>> --- >>>  .../pyt

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Graeme Gregory
On Fri, Apr 22, 2011 at 10:27:31AM -0700, Khem Raj wrote: > On Fri, Apr 22, 2011 at 10:25 AM, Koen Kooi > wrote: > > > > Op 22 apr 2011, om 19:16 heeft Khem Raj het volgende geschreven: > > > >> On Fri, Apr 22, 2011 at 12:24 AM, Saul Wold wrote: > >>> From: Nitin A Kamble > >>> > >>> This fixes

Re: [OE-core] [RFC] Working toward a GNOME layer

2011-04-22 Thread Koen Kooi
Op 22 apr 2011, om 18:23 heeft Joshua Lock het volgende geschreven: > On Thu, 2011-04-21 at 20:12 +0200, Koen Kooi wrote: >> Op 21 apr 2011, om 19:41 heeft Joshua Lock het volgende geschreven: >> >>> On Thu, 2011-04-21 at 19:29 +0200, Koen Kooi wrote: Op 21 apr 2011, om 18:40 heeft Joshua L

Re: [OE-core] [PATCH 1/3] distutils-common-base.bbclass: Prepend STAGING_LIBDIR to linker library search path.

2011-04-22 Thread Khem Raj
On (18/04/11 07:57), Richard Purdie wrote: > On Mon, 2011-04-18 at 07:54 +0200, Martin Jansa wrote: > > On Thu, Mar 31, 2011 at 03:26:39PM +0100, Richard Purdie wrote: > > > On Thu, 2011-03-31 at 12:40 +0200, Martin Jansa wrote: > > > > * This was done generically in bitbake.conf this should be don

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Kamble, Nitin A
> >  # cairo >= 1.8.8 > >  DEPENDS = "cairo" > > -PR = "ml0" > > +PR = "r1" > > any reason not to use mlX The r1 kind of notation makes it consistent with rest of the recipes. Thanks, Nitin ___ Openembedded-core mailing list Openembedded-core@lists.op

Re: [OE-core] [RFC] meta-handheld

2011-04-22 Thread Andrea Adami
snip >> >> If people agree that this is a good idea, the next question would be >> >> where to >> >> host it - is this something that could be within the meta-oe repository? >> >> >> > Grabbing all of these barely supported machines into their own layer sounds >> > like a good plan to me. >> > >>

Re: [OE-core] RFC: Layer tooling brainstorming

2011-04-22 Thread Jeremy Puhlman
> * Maybe need to split into "bootstrap" steps (e.g where pseduo is > established, layers downloaded etc) So for the most part, the last product we shipped was largely arranged in this manner. We were using collections, but in many cases layers is just a reimplementation at a lower level(which i

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 10:32 AM, Graeme Gregory wrote: > On Fri, Apr 22, 2011 at 10:27:31AM -0700, Khem Raj wrote: >> On Fri, Apr 22, 2011 at 10:25 AM, Koen Kooi >> wrote: >> > >> > Op 22 apr 2011, om 19:16 heeft Khem Raj het volgende geschreven: >> > >> >> On Fri, Apr 22, 2011 at 12:24 AM, Sau

[OE-core] Technical Steering Committee Minutes, F2F meeting April 10 2011

2011-04-22 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee Minutes, F2F meeting April 10 2011 12:00pm - 5:00pm OE-TSC Attendees: Tom Rini (Tartarus) Richard Purdie (RP) Khem Raj (khem) Koen Kooi (koen) Mark Hatle (fray) Other Attendees: Denys Dmytriyenko (denix) - OE board Jeff Osier-Mixon (jefro) - secretary __

[OE-core] [PATCH 01/37] slang: Fix host contamination issue

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-extended/slang/slang_2.2.4.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 2b000a4..4257b05 100644 --- a/meta/re

[OE-core] [PATCH 05/37] libgpg-error: Upgrade to 1.10 (from 1.9)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../pkgconfig.patch|2 ++ .../{libgpg-error_1.9.bb => libgpg-error_1.10.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error-1.9 => libgpg-

Re: [OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Khem Raj
On Fri, Apr 22, 2011 at 3:28 PM, Kamble, Nitin A wrote: >> >  # cairo >= 1.8.8 >> >  DEPENDS = "cairo" >> > -PR = "ml0" >> > +PR = "r1" >> >> any reason not to use mlX > > The r1 kind of notation makes it consistent with rest of the recipes. It does, I was just curious about 'ml' > > Thanks, > N

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

2011-04-22 Thread Saul Wold
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 16/37] task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM

2011-04-22 Thread Saul Wold
From: Dexuan Cui lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] Signed-off-by: Dexuan Cui Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-core-tools.bb |8 meta/recipes-gnome/tasks/task-core-sdk-gmae.bb |4 ++-- .../t

[OE-core] [PATCH 20/37] linux-tools.inc: turn off newt and dwarf for perf

2011-04-22 Thread Saul Wold
From: Tom Zanussi Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/linux/linux-tools.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-

[OE-core] [PATCH 21/37] ofono: add bluez4 to DEPENDS list

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-connectivity/ofono/ofono.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 9089670..ee3bc3e 100644 --- a/meta/recipe

[OE-core] [PATCH 08/37] Control over when package init scripts are run

2011-04-22 Thread Saul Wold
From: Gary Thomas When a package is built, some installation scripts must be performed on the target. In the case of a complete image, these scripts are run by a separate step at init time, but only during the first boot (other package install scripts can just be run when the package is installe

[OE-core] [PATCH 23/37] python-gst: upgrade from 0.10.19 to 0.10.21

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../python/python-gst/python-path.patch|2 ++ ...python-gst_0.10.19.bb => python-gst_0.10.21.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-gst_0.10.19.bb =>

[OE-core] [PATCH 30/37] qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helper

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../qemu/qemu-helper-nativesdk_1.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index 15f8

[OE-core] [PATCH 35/37] task-base: allow distribution to define apm provider

2011-04-22 Thread Saul Wold
From: Martin Jansa Signed-off-by: Martin Jansa --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 599fa4b..af49153 100644 --- a/meta/recipes-core

[OE-core] [PATCH 28/37] libxml-parser-perl: upgrade from 2.36 to 2.40

2011-04-22 Thread Saul Wold
From: Nitin A Kamble --- ...e_2.36.bb => libxml-parser-perl-native_2.40.bb} |0 ...ser-perl_2.36.bb => libxml-parser-perl_2.40.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl-native_2.36.bb => libxml-parser-perl-na

[OE-core] [PATCH 22/37] mpfr: upgrade from 3.0.0 to 3.0.1

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} (70%) diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb

[OE-core] [PATCH 14/37] liburcu: upgrade from 0.5.2 to 0.5.4

2011-04-22 Thread Saul Wold
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 24/37] git: upgrade from 1.7.3.4 to 1.7.4.3

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/git/files/autotools.patch|2 ++ .../git/{git_1.7.3.4.bb => git_1.7.4.3.bb} |4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.7.3.4.bb => git_1.7.4.3.

[OE-core] [PATCH 26/37] perl-5.12.2: use of PERLHOSTLIB var fix

2011-04-22 Thread Saul Wold
From: Nitin A Kamble PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl module. Signed-off-by:

[OE-core] [PATCH 31/37] lsbsetup: add some workaround for LSB tests

2011-04-22 Thread Saul Wold
From: Kang Kai Add some workaround for LSB libstdcpp and tcl tests. Recreate locales for libstdcpp test, and resolve localhost is for tcl test [Yocto 898] Bump PR, update LICENSE information and installed file mode Signed-off-by: Kang Kai --- meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh |

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

2011-04-22 Thread Saul Wold
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 34/37] xf86-video-omapfb: add SRCREV to recipe

2011-04-22 Thread Saul Wold
From: Martin Jansa * taken from meta/conf/distro/include/poky-default-revisions.inc for those who want xf86-video-omapfb and are not using poky Signed-off-by: Martin Jansa --- .../xorg-driver/xf86-video-omapfb_git.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[OE-core] [PATCH 19/37] puzzles: Upgrade to svn r9151 (from r9084)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../puzzles/files/oh-puzzles-owl-menu.patch|5 + .../puzzles/{puzzles_r9084.bb => puzzles_r9151.bb} |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9084.bb => puzzles_r9151.bb}

[OE-core] [PATCH 27/37] cpan.bbclass: export PERLHOSTLIB for perl modules

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This makes sure that native perl .so can get loaded at the buildtime, and avoids following kind of errors while building perl modules: Nitin A Kamble 2011/04/20 + perl Makefile.PL EXPATLIBPATH=/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib EXPATINCPATH=/disk0/pokybui

[OE-core] [PATCH 37/37] create-lsb-image:Rename creat-lsb-image and fix some bugs

2011-04-22 Thread Saul Wold
From: Xiaofeng Yan Rename creat-lsb-image to create-lsb-image Fix some fuctions for more practical --- scripts/creat-lsb-image | 198 scripts/create-lsb-image | 228 ++ 2 files changed, 228 insertions(+), 198

[OE-core] [PATCH 33/37] gconf-dbus: add SRCREV to recipe

2011-04-22 Thread Saul Wold
From: Martin Jansa * taken from meta/conf/distro/include/poky-default-revisions.inc for those who want gconf-dbus and are not using poky Signed-off-by: Martin Jansa --- meta/recipes-gnome/gnome/gconf-dbus_svn.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/re

[OE-core] [PATCH 25/37] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble --- .../python/python-pycairo_1.8.10.bb|8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb b/meta/recipes-devtools/p

[OE-core] [PATCH 03/37] avahi: Upgrade to 0.6.30 (from 0.6.28)

2011-04-22 Thread Saul Wold
From: Zhai Edwin This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. Signed-off-by: Zhai Edwin --- meta/recipes-connectivity/avahi/avahi.inc |2 +- .../ava

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

2011-04-22 Thread Saul Wold
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 13/37] mdadm: upgrade from 3.1.4 to the latest version 3.2.1

2011-04-22 Thread Saul Wold
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] [PATCH 09/37] qemu: disable sdl for target build

2011-04-22 Thread Saul Wold
From: Saul Wold This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. Signed-off-by: Saul Wold --- meta/recipes-devtools/qemu/qemu.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devto

[OE-core] [PATCH 11/37] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-22 Thread Saul Wold
From: Dexuan Cui removed xaw.patch since it's not used by any recipe now. Signed-off-by: Dexuan Cui --- .../xorg-util/util-macros/xaw.patch| 14 -- ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) d

[OE-core] [PATCH 04/37] consolekit: Upgrade to 0.4.4 (from 0.4.3)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{consolekit_0.4.3.bb => consolekit_0.4.4.bb} | 10 ++ .../consolekit/files/nopolkit.patch|2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-support/consolekit/{consolekit_0.4.3.bb => co

[OE-core] [PATCH 36/37] librsvg 2.32.1: fix postinst script

2011-04-22 Thread Saul Wold
From: Koen Kooi The symptom: root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst g_module_open() failed for /home/root/--update-cache: /home/root/--update-cache.so: cannot open shared object file: No such file or directory root@pandaboard-core:~# the gdk-pixbuf-query-loaders

[OE-core] [PATCH 29/37] distro_tracking: recipe information update

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc ind

[OE-core] [PATCH 06/37] jpeg: Upgrade to 8c (from 8b)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{jpeg-8b => jpeg-8c}/debian-libjpeg7_7-1.diff |4 meta/recipes-core/jpeg/{jpeg_8b.bb => jpeg_8c.bb} |8 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-core/jpeg/{jpeg-8b => jpeg-8c}/debian-libjpeg7