[OE-core] [PATCH 08/52] cpio-2.8 (GPLv2) bug fix

2011-04-27 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../cpio/cpio-2.8/avoid_heap_overflow.patch| 25 meta/recipes-extended/cpio/cpio_2.8.bb |6 +++- 2 files changed,

[OE-core] [PATCH 10/52] valgrind: upgrade to version 3.6.1

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../fix_issue_caused_by_ccache.patch |2 ++ .../fixed-perl-path.patch |2 ++ .../{valgrind_3.6.0.bb = valgrind_3.6.1.bb} |4 ++-- 3 files changed,

[OE-core] [PATCH 13/52] libsndfile1: upgrade to version 1.0.24

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../libsndfile/libsndfile1/acincludefix.patch | 26 .../libsndfile/libsndfile1/add-cxx.patch | 18 - ...libsndfile1_1.0.23.bb = libsndfile1_1.0.24.bb}

[OE-core] [PATCH 09/52] rxvt-unicode: upgrade to version 9.10

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Remove some patches since some logic doesn't exist in upstream. This upgrades fixes CVE: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126 Also it fixes [Yocto #980] Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---

[OE-core] [PATCH 07/52] tar-1.17 (GPLv2) bugfix

2011-04-27 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../tar/tar-1.17/avoid_heap_overflow.patch | 22 meta/recipes-extended/tar/tar_1.17.bb |3 +- 2 files changed, 24

[OE-core] [PATCH 15/52] libfm: Remove the flag of G_DISABLE_DEPRECATED

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Latest glib-2.0 changes some macros and function definitions to be deprecated. However libfm still uses them. Therefore the flag G_DISABLE_DEPRECATED should be removed in libfm's Makefile. Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---

[OE-core] [PATCH 06/52] web: update svn to 131 to fix build issue

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Fixes [YOCTO #974] Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/poky-default-revisions.inc

[OE-core] [PATCH 00/52] Updated Consolidated pull

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Richard, This has been reviewed and build on x86 and ARM, I have worked also to build full world, it's almost there, qemu on the target needs a few more tweaks, it's closer! Please consider these changes. Thanks Sau! Pull URL:

[OE-core] [PATCH 17/52] gst-fluendo-mpegdemux: upgrade to version 0.10.67

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- ...0.10.62.bb = gst-fluendo-mpegdemux_0.10.67.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.62.bb =

[OE-core] [PATCH 18/52] libsamplerate0: upgrade to version 0.1.7

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Add libsamplerate-0.1.7-macro-quoting.patch to fix autoreconf issue Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../libsamplerate-0.1.7-macro-quoting.patch| 22 ...amplerate0_0.1.2.bb = libsamplerate0_0.1.7.bb} |

[OE-core] [PATCH 21/52] distro_tracking_fields: cwautomacros, valgrind, etc

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 72 ++- 1 files changed, 38 insertions(+), 34 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [PATCH 22/52] sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weak

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Distributions can then override this variable if needed useful e.g. when building uclibc/eglibc both using same tmpdir Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH 20/52] cwautomacros: upgrade to version 20110201

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- ...macros_20090610.bb = cwautomacros_20110201.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cwautomacros/{cwautomacros_20090610.bb =

[OE-core] [PATCH 26/52] xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directly

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb |4 +++- meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb |4 ++-- meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb |3 ++- 3 files changed, 7

[OE-core] [PATCH 24/52] elfutils_0.148.bb: Fix compilation issues on uclibc

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com * Add -luargp and -lintl to linker flags * __mempcpy is not there on uclibc so define it to mempcpy Signed-off-by: Khem Raj raj.k...@gmail.com --- .../elfutils/elfutils-0.148/mempcpy.patch | 23

[OE-core] [PATCH 31/52] distro_tracking_fields.inc: add cdrtools recipe

2011-04-27 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [PATCH 14/52] glib-2.0: upgrade to version 2.28.6

2011-04-27 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../60_wait-longer-for-threads-to-die.patch|2 ++ .../glib-2.0/glib-2.0/configure-libtool.patch |2 ++ .../glib-2.0/glib-2.0/g_once_init_enter.patch |2 ++

[OE-core] [PATCH 28/52] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf functionality missing from uclibc. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-kernel/linux/linux-tools.inc | 17 + 1 files changed, 13

[OE-core] [PATCH 33/52] logging: remove unused BBDEBUG from local.conf.sample

2011-04-27 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com The boolean BBDEBUG described in local.conf.sample is no longer referenced by any other sources. It also conflicts with the OS environment variable of the same name which maps to the debug log level also specified by the -D[D[D]] argument. Remove the

[OE-core] [PATCH 27/52] attr: Fix compilation on uclibc

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com It needs -lintl added to LDFLAGS for uclibc inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-support/attr/attr.inc |4 meta/recipes-support/attr/ea-acl.inc |4 +--- 2

[OE-core] [PATCH 30/52] cdrtools: recipe and patch cleanup

2011-04-27 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com * Recipe cleanup, added missing metadata fields and fixed whitespace issues * Added Upstream-Status to patches * Confirmed that CVE-2003-0655 does not apply to this recipe as rscsi is not packaged Signed-off-by: Scott Garman

[OE-core] [PATCH 37/52] insane.bbclass: Move code to add function to tasks toward the end

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Cosmetic change to make syntax highlighters happy Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/insane.bbclass | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta/classes/insane.bbclass

[OE-core] [PATCH 38/52] insane.bbclass: Checking for NLS too when checking gettext dependency

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Checking for gettext is not needed when --disable-nls is used Let user know what variant of gettext is missing e.g. gettext-native, gettext-nativesdk etc, reveals a bit more for user Check for virtual/gettext Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 34/52] logging: add bb* logging mechanisms for bash recipe functions

2011-04-27 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com The following logging mechanisms are to be used in bash functions of recipes. They are intended to map one to one in intention and output format with the python recipe logging functions of a similar naming convention: bb.plain(), bb.note(), etc. For the

[OE-core] [PATCH 32/52] logging: fix oedebug loglevel test

2011-04-27 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com When the existing test for loglevel fails, the syntax used results in the recipe exiting with a silent failure. Performing any bash command after the test block resolves the problem, such as shift or echo ''. Rewriting with 'if []; then' blocks provides a

[OE-core] [PATCH 44/52] util-linux.inc: remove virtual/libintl from DEPENDS

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com inherit gettext should do it. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/util-linux/util-linux.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc

[OE-core] [PATCH 40/52] gettext: Divide packaging into gettext-runtime and rest

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com This helps in footprint on space constrained systems e.g. uclibc based systems where packaging full gettext just for libintl can be waste of space. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/gettext/gettext_0.17.bb | 35

[OE-core] [PATCH 47/52] clutter-box2d: add DEPENDS for clutter-1.6

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../clutter/clutter-box2d-1.6_0.10.0.bb|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb

[OE-core] [PATCH 42/52] poky-default.inc: Weakly assign gettext to provide virtual/gettext

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/distro/include/poky-default.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc index

[OE-core] [PATCH 39/52] autotools.bbclass: Copy gettext files only if --disable-nls is not set

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/autotools.bbclass | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 7ebf833..cbd2e96

[OE-core] [PATCH 46/52] alsa-utils_1.0.23.bb: Fix compilation for uclibc targets

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Use libc-uclibc override to cover all uclibc cases inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |9 - 1 files changed, 4

[OE-core] [PATCH 51/52] world-broken: add older clutters since we don't want clutter confusion

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/distro/include/world-broken.inc |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc

[OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Ensure gettext and gettext-native are removed from DEPENDS when not using NLS Use append instead of += to get gettext dependecies processed correctly in all cases Dont remove gettext-native for native recipes as ENABLE_NLS is only for target and not for native

[OE-core] [PATCH 52/52] qemu: Fix non-sdl/opengl build

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../qemu/qemu-0.14.0/opengl-sdl-fix.patch | 41 meta/recipes-devtools/qemu/qemu.inc|2 + meta/recipes-devtools/qemu/qemu_0.14.0.bb |3 +- 3

[OE-core] [PATCH 49/52] tidy: move old clutter demo to meta-demoapps

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../recipes-graphics/clutter/tidy.inc |0 .../recipes-graphics/clutter/tidy/autofoo.patch|0 .../clutter/tidy/tidy-enable-tests.patch |0

[OE-core] [PATCH 48/52] table: move old clutter demo to meta-demoapps

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../recipes-graphics/clutter/table.inc |0 .../recipes-graphics/clutter/table/fixes.patch |0 .../recipes-graphics/clutter/table_git.bb |0 3 files changed, 0

[OE-core] [PATCH 50/52] alsa-tools: Add checksums

2011-04-27 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb

[OE-core] [PATCH 45/52] perl_5.12.2.bb: Undefine features not found in uclibc

2011-04-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com [sgw: cleaned whitespace issue, removed unneeded ;patch=1] Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../perl/perl-5.12.3/native-ssp.patch | 16

[OE-core] [PATCH 0/1] Image-creator: Make bitbake server type configuration (xmlrpc, none)

2011-04-27 Thread Liping Ke
From: Liping Ke liping...@intel.com Add -t parameters for configuring xmlrpc or none server. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: lke/server_type Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/server_type Thanks, Liping Ke liping...@intel.com

[OE-core] [PATCH 1/1] Image Creator: Make bitbake server type configuration (xmlrpc, none)

2011-04-27 Thread Liping Ke
From: Liping Ke liping...@intel.com Add -t parameters for configuring xmlrpc or none server. Signed-off-by: Liping Ke liping...@intel.com --- bitbake/bin/bitbake | 20 +++- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/bitbake/bin/bitbake

[OE-core] [PATCH 0/1] Image Creator: Make bitbake servertype configurable

2011-04-27 Thread Liping Ke
From: Liping Ke liping...@intel.com add -t options for configuring bitbake server (xmlrpc, none) Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: lke/server_type Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/server_type Thanks, Liping Ke liping...@intel.com

[OE-core] [PATCH 1/1] Image Creator: Make bitbake servertype configurable

2011-04-27 Thread Liping Ke
From: Liping Ke liping...@intel.com add -t options for configuring bitbake server (xmlrpc, none) Signed-off-by: Liping Ke liping...@intel.com --- bitbake/bin/bitbake | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/bitbake/bin/bitbake

Re: [OE-core] [PATCH 1/1] Image Creator: Make bitbake server type configuration (xmlrpc, none)

2011-04-27 Thread Ke, Liping
Hi, Josh Saul I have resent the patch for removing the left debugging line. Please look@ the newer email:) Thanks a lot for your help! criping -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf

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

2011-04-27 Thread Antonio Ospite
On Wed, 27 Apr 2011 0:29:21 -0700 Saul Wold s...@linux.intel.com wrote: From: Khem Raj raj.k...@gmail.com Hi This is initial set of patches for testing them out The patches need documentation is pending Some patches especially uclibc related are not needed they must be dropped. This

Re: [OE-core] [PATCH 01/52] sat-solver: fix arch=all packages

2011-04-27 Thread Antonio Ospite
On Wed, 27 Apr 2011 0:29:19 -0700 Saul Wold s...@linux.intel.com wrote: From: Qing He qing...@intel.com add a new options to set noarch archs as all so platform independent packages can be recognized and installed. fixes [YOCTO #993] This is a question rather than a comment: would it

Re: [OE-core] [PATCH 21/52] distro_tracking_fields: cwautomacros, valgrind, etc

2011-04-27 Thread Antonio Ospite
On Wed, 27 Apr 2011 0:29:41 -0700 Saul Wold s...@linux.intel.com wrote: From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com When I see an 'etc' in the short commit message I'd expect it to be _expanded_ in the full commit message. ---

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

2011-04-27 Thread Michael Lippautz
[usually not answering myself, but:] The culprit is: * distutils.bbclass tries to make python recognize staged libs by setting STAGING_LIBDIR (correct) * distutils recognizes STAGING_LIBDIR and tries to load pythonpyver/config/Makefile (correct?) * since this contains the Makefile that is

Re: [OE-core] [PATCH 28/52] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-27 Thread Darren Hart
On 04/27/2011 07:34 AM, Darren Hart wrote: On 04/27/2011 12:29 AM, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf functionality missing from uclibc. This appears to silently not build perf

[OE-core] [PATCH 2/2] Remove distro-specific metadata for distros not in oe-core

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../openswan/openswan_2.4.7.bb |3 +- meta/recipes-connectivity/dhcp/dhcp3.inc |4 --- meta/recipes-connectivity/dhcp/dhcp4.inc |4

Re: [OE-core] [PATCH 28/52] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 7:37 AM, Darren Hart dvh...@linux.intel.com wrote: On 04/27/2011 07:34 AM, Darren Hart wrote: On 04/27/2011 12:29 AM, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf

[OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Khem Raj
Hi I have eglibc 2.13 upgrade done locally and has been building fine for all architectures. I have added 2.13 recipes and not deleted the 2.12, This works ok except when setting the SRCREV. Since we have a single file called conf/distro/include/poky-default-revisions.inc to store this

[OE-core] [PATCH] recipes: Replace gconf-dbus with gconf

2011-04-27 Thread Khem Raj
Some distributions e.g. angstrom do not support gconf-dbus anymore since its now provided by gconf and in oe-core we have PREFERRED_PROVIDER_gconf tunable, here we replace all dependencies on gconf-dbus with gconf, which should work in both cases where poky defines PREFERRED_PROVIDER-gconf =

Re: [OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Koen Kooi
Why not move those srcrevs into the recipe? IIRC these ones aren't affected by RPs concerns Op 27 apr. 2011 om 18:21 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: Hi I have eglibc 2.13 upgrade done locally and has been building fine for all architectures. I have added 2.13

[OE-core] [PATCH 0/1] initscripts: remove -i from halt/reboot arguments and allow override

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com Removes -i from halt/reboot arguments to fix shutdown/reboot with NFS root, and allows halt/reboot arguments to be overridden using a new HALTARGS variable. Refer to bug [1] and discussion [2]. [1]

[OE-core] [PATCH 1/1] initscripts: remove -i from halt/reboot arguments and allow override

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com Introduces a variable HALTARGS which specifies the arguments sent to halt and reboot, and sets the default value to -d -f, dropping the previous -i (shut down all network interfaces before halt/reboot, which causes a freeze with NFS root.) Fixes

Re: [OE-core] [PATCH 00/52] Updated Consolidated pull

2011-04-27 Thread Saul Wold
On 04/27/2011 01:17 AM, Antonio Ospite wrote: On Wed, 27 Apr 2011 0:29:17 -0700 Saul Wolds...@linux.intel.com wrote: From: Saul Wolds...@linux.intel.com Hi Saul, any particular reason I am in CC on this? I mean my involvement in OE has been quite marginal so far. Antonio, I pulled in a

Re: [OE-core] [poky] [PATCH 1/1] initscripts: remove -i from halt/reboot arguments and allow override

2011-04-27 Thread Darren Hart
On 04/27/2011 09:49 AM, Paul Eggleton wrote: From: Paul Eggleton paul.eggle...@linux.intel.com Introduces a variable HALTARGS which specifies the arguments sent to halt and reboot, and sets the default value to -d -f, dropping the previous -i (shut down all network interfaces before

Re: [OE-core] [PATCH 1/1] Image Creator: Make bitbake servertype configurable

2011-04-27 Thread Joshua Lock
On Wed, 2011-04-27 at 15:53 +0800, Liping Ke wrote: From: Liping Ke liping...@intel.com add -t options for configuring bitbake server (xmlrpc, none) Signed-off-by: Liping Ke liping...@intel.com --- bitbake/bin/bitbake | 18 +- 1 files changed, 13 insertions(+), 5

Re: [OE-core] [PATCH 01/52] sat-solver: fix arch=all packages

2011-04-27 Thread Saul Wold
On 04/27/2011 01:24 AM, Antonio Ospite wrote: On Wed, 27 Apr 2011 0:29:19 -0700 Saul Wolds...@linux.intel.com wrote: From: Qing Heqing...@intel.com add a new options to set noarch archs as all so platform independent packages can be recognized and installed. fixes [YOCTO #993] Yes this

Re: [OE-core] [PATCH 3/4] task-base: allow distribution to define apm provider

2011-04-27 Thread Khem Raj
On Mon, Apr 18, 2011 at 1:45 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Apr 18, 2011 at 09:34:55AM +0100, Richard Purdie wrote: On Mon, 2011-04-18 at 10:00 +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  meta/recipes-core/tasks/task-base.bb |  

Re: [OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooi k...@dominion.thruhere.net wrote: Why not move those srcrevs into the recipe? IIRC these ones aren't affected by RPs concerns I am ok doing that but here http://lists.linuxtogo.org/pipermail/openembedded-core/2011-April/001536.html it seems we still

Re: [OE-core] [PATCH 3/4] task-base: allow distribution to define apm provider

2011-04-27 Thread Koen Kooi
Op 27 apr 2011, om 22:08 heeft Khem Raj het volgende geschreven: On Mon, Apr 18, 2011 at 1:45 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Apr 18, 2011 at 09:34:55AM +0100, Richard Purdie wrote: On Mon, 2011-04-18 at 10:00 +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa

Re: [OE-core] [PATCH 3/4] task-base: allow distribution to define apm provider

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 1:46 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 27 apr 2011, om 22:08 heeft Khem Raj het volgende geschreven: On Mon, Apr 18, 2011 at 1:45 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Apr 18, 2011 at 09:34:55AM +0100, Richard Purdie wrote: On Mon,

Re: [OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-27 Thread Saul Wold
On 04/26/2011 03:17 PM, Khem Raj wrote: On Tue, Apr 26, 2011 at 1:02 PM, Khem Rajraj.k...@gmail.com wrote: On Tue, Apr 26, 2011 at 12:48 PM, Saul Wolds...@linux.intel.com wrote: On 04/25/2011 11:54 AM, Khem Raj wrote: Ensure gettext and gettext-native are removed from DEPENDS when not

Re: [OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 3:51 PM, Saul Wold s...@linux.intel.com wrote: On 04/26/2011 03:17 PM, Khem Raj wrote: On Tue, Apr 26, 2011 at 1:02 PM, Khem Rajraj.k...@gmail.com  wrote: On Tue, Apr 26, 2011 at 12:48 PM, Saul Wolds...@linux.intel.com  wrote: On 04/25/2011 11:54 AM, Khem Raj wrote:

Re: [OE-core] [PATCH 1/1] Image Creator: Make bitbake server type configuration (xmlrpc, none)

2011-04-27 Thread Ke, Liping
Hi, Josh Thanks for the feedback! I will resend the patch today seems I use the wrong patch. Thanks a lot! criping -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Ke, Liping Sent: