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

2011-04-27 Thread Michael Lippautz
> This isn't a libtool problem, we've patched that problem out in oe-core > (and I think in OE-dev too now). In this case something is adding > "-L/usr/lib" to the compiler arguments and that is the reason things are > failing. I'd suggesting finding out where that is coming from and fixing > it at

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

2011-04-27 Thread Saul Wold
From: Qing He add a new options to set noarch archs as all so platform independent packages can be recognized and installed. fixes [YOCTO #993] Signed-off-by: Qing He --- ...sat-solver_poky.patch => sat-solver_core.patch} | 27 +-- meta/recipes-extended/sat-solver/sat-solver

[OE-core] [PATCH 05/52] gdb: set --without-ust for EXTRA_OEFLAGS

2011-04-27 Thread Saul Wold
From: Saul Wold Disable using UST since there are some compiler errors with the newer version of lttng-ust 0.12, there may be other unknow problems, so wait for upstream fixes. Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-common.inc |5 - 1 files changed, 4 insertions(+),

[OE-core] [PATCH 02/52] quilt: fix test for target build

2011-04-27 Thread Saul Wold
From: Qing He fixes [YOCTO #969] Signed-off-by: Qing He --- .../quilt/quilt/gnu_patch_test_fix_target.patch| 26 meta/recipes-devtools/quilt/quilt_0.48.bb |6 +++- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtoo

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

2011-04-27 Thread Saul Wold
From: Nitin A Kamble This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble --- .../cpio/cpio-2.8/avoid_heap_overflow.patch| 25 meta/recipes-extended/cpio/cpio_2.8.bb |6 +++- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 1006

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../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, 6 insertions(+), 2 deletions(-) rename m

[OE-core] [PATCH 11/52] bluez-hcidump: upgrade to version 2.0

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- ...{bluez-hcidump_1.42.bb => bluez-hcidump_2.0.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/bluez/{bluez-hcidump_1.42.bb => bluez-hcidump_2.0.bb} (69%) diff --git a/meta/recipes-connect

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../libsndfile/libsndfile1/acincludefix.patch | 26 .../libsndfile/libsndfile1/add-cxx.patch | 18 - ...libsndfile1_1.0.23.bb => libsndfile1_1.0.24.bb} |4 +- 3 files changed, 2 insertions(+

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu 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 --- .../recipes-sato/rxvt-unicode/files/makefile.patch | 20

[OE-core] [PATCH 12/52] gupnp-av: upgrade to version 0.8.0

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../gupnp/{gupnp-av_0.7.0.bb => gupnp-av_0.8.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/gupnp/{gupnp-av_0.7.0.bb => gupnp-av_0.8.0.bb} (77%) diff --git a/meta/recipes-connectivity/gupnp

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

2011-04-27 Thread Saul Wold
From: Nitin A Kamble This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble --- .../tar/tar-1.17/avoid_heap_overflow.patch | 22 meta/recipes-extended/tar/tar_1.17.bb |3 +- 2 files changed, 24 insertions(+), 1 deletions(-) create mode 100644

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu 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 --- .../libfm/libfm-0.1.14/use_deprecate_func.patch| 1

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

2011-04-27 Thread Saul Wold
From: Saul Wold Fixes [YOCTO #974] Signed-off-by: Saul Wold --- .../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 b/meta/conf/distro/include/poky-default-revisions.in

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

2011-04-27 Thread Saul Wold
From: Saul Wold 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: git://git.openembedded.org/openembedded-core-c

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- ...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 => gst-fluendo-mpegdemux_0.10.67.bb} (71%) diff --git a

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Add libsamplerate-0.1.7-macro-quoting.patch to fix autoreconf issue Signed-off-by: Dongxiao Xu --- .../libsamplerate-0.1.7-macro-quoting.patch| 22 ...amplerate0_0.1.2.bb => libsamplerate0_0.1.7.bb} | 11 + 2 files changed, 28 insertio

[OE-core] [PATCH 19/52] alsa-utils: upgrade to version 1.0.24.2

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../ncursesfix.patch | 22 ++- ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} |4 +- 2 files changed, 14 insertions(+), 12 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.2

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../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 b/meta/conf/distro/include/distro_tracking_fields

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

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

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- ...macros_20090610.bb => cwautomacros_20110201.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cwautomacros/{cwautomacros_20090610.bb => cwautomacros_20110201.bb} (74%) diff --git a/meta/recipes-e

[OE-core] [PATCH 23/52] libiconv: update from 1.9.2 -> 1.11.1

2011-04-27 Thread Saul Wold
From: Khem Raj 1.11.1 was the last LGPLv2 release shared_preloadable_libiconv_linux.patch is needed to make libtool 2.4 happy Autoconf patch is similarly made to point m4 directory and update to newer autoconf Signed-off-by: Khem Raj --- .../libiconv/libiconv-1.11.1/autoconf.patch|

[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 Signed-off-by: Khem Raj --- 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 insertions(+), 4 deletions(-) diff --git a/meta

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

2011-04-27 Thread Saul Wold
From: Khem Raj * Add -luargp and -lintl to linker flags * __mempcpy is not there on uclibc so define it to mempcpy Signed-off-by: Khem Raj --- .../elfutils/elfutils-0.148/mempcpy.patch | 23 meta/recipes-devtools/elfutils/elfutils_0.148.bb |6 +++- 2 files

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

2011-04-27 Thread Saul Wold
From: Scott Garman Signed-off-by: Scott Garman --- .../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 b/meta/conf/distro/include/distro_tracking_fields.inc in

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

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../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 ++ .../glib-2.0/glib-2.0/glib-gettextize-dir.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 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 --- meta/recipes-kernel/linux/linux-tools.inc | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff

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

2011-04-27 Thread Saul Wold
From: Darren Hart 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 boolean BBDEBUG from local.

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

2011-04-27 Thread Saul Wold
From: Khem Raj It needs -lintl added to LDFLAGS for uclibc inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj --- meta/recipes-support/attr/attr.inc |4 meta/recipes-support/attr/ea-acl.inc |4 +--- 2 files changed, 5 insertions(+), 3 de

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

2011-04-27 Thread Saul Wold
From: Scott Garman * 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 --- .../cdrtools-native/glibc-conflict-rename.

[OE-core] [PATCH 16/52] polkit: upgrade to version 0.101.

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Derive introspection.patch from gobject to fix autoconf issue. Signed-off-by: Dongxiao Xu --- .../polkit/polkit-0.101/introspection.patch| 104 .../polkit/{polkit_0.99.bb => polkit_0.101.bb} | 11 +- 2 files changed, 110 insertions(+), 5 de

[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 Cosmetic change to make syntax highlighters happy Signed-off-by: Khem Raj --- meta/classes/insane.bbclass | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 22a5086..98acf7f 10064

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

2011-04-27 Thread Saul Wold
From: Khem Raj 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 --- meta/classes/insane.bbclass |9 +

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

2011-04-27 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-devtools/perl/perl_5.12.3.bb | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb index 584d643..07b8eac 100644 ---

[OE-core] [PATCH 41/52] gettext_0.17.bb: PROVIDE virtual/gettext and RCONFLICT with proxy-libintl

2011-04-27 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-core/gettext/gettext_0.17.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.17.bb b/meta/recipes-core/gettext/gettext_0.17.bb index bfcb5ea..ce5fc3e 100644 --- a/meta/recipe

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

2011-04-27 Thread Saul Wold
From: Darren Hart 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 time being, all of these

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

2011-04-27 Thread Saul Wold
From: Darren Hart 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 cleaner syntax and

[OE-core] [PATCH 35/52] libsdl: add SRC_URI Checksums

2011-04-27 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../libsdl/libsdl-nativesdk_1.2.11.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb index 2ef

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

2011-04-27 Thread Saul Wold
From: Khem Raj inherit gettext should do it. Signed-off-by: Khem Raj --- 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 b/meta/recipes-core/util-linux/util-linux.inc index 91

[OE-core] [PATCH 29/52] python: add missing cytpes modules

2011-04-27 Thread Saul Wold
From: Saul Wold Contributed by Martin Jansa via OE Fixes [YOCTO #1003] Signed-off-by: Antonio Ospite Signed-off-by: Martin Jansa Signed-off-by: Saul Wold --- .../python/06-ctypes-libffi-fix-configure.patch| 58 meta/recipes-devtools/python/python_2.6.6.bb |

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

2011-04-27 Thread Saul Wold
From: Khem Raj 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 --- meta/recipes-core/gettext/gettext_0.17.bb | 35 +--- 1 files changed, 31 inse

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

2011-04-27 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../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 b/meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb index

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

2011-04-27 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- 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 3ec5e1d..91985b3 100644 --- a/meta/conf/dist

[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 Signed-off-by: Khem Raj --- 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 100644 --- a/meta/classes/autotools.bbclas

[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 Use libc-uclibc override to cover all uclibc cases inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a

[OE-core] [PATCH 43/52] glib-2.0: Inherit gettext should provide right libintl so remove from DEPENDS

2011-04-27 Thread Saul Wold
From: Khem Raj Add no-iconv.patch to provide dummy libiconv in case of uclibc Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib-2.0/no-iconv.patch | 104 meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb |5 +- meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb

[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 Signed-off-by: Saul Wold --- 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 index 2565f87..4ae7650 100644 --- a/meta

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

2011-04-27 Thread Saul Wold
From: Khem Raj 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 recipes Replace us

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

2011-04-27 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../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 files changed, 45 insertions(+), 1 deletions(

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

2011-04-27 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../recipes-graphics/clutter/tidy.inc |0 .../recipes-graphics/clutter/tidy/autofoo.patch|0 .../clutter/tidy/tidy-enable-tests.patch |0 .../recipes-graphics/clutter/tidy_git.bb |0 4 files change

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

2011-04-27 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../recipes-graphics/clutter/table.inc |0 .../recipes-graphics/clutter/table/fixes.patch |0 .../recipes-graphics/clutter/table_git.bb |0 3 files changed, 0 insertions(+), 0 deletions(-) rename {meta => meta-de

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

2011-04-27 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- 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 b/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb index 789b68e..4a

[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 [sgw: cleaned whitespace issue, removed unneeded ;patch=1] Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- .../perl/perl-5.12.3/native-ssp.patch | 16 meta/recipes-devtools/perl/perl_5.12.3.bb | 14 +++--- 2 files changed,

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

2011-04-27 Thread Liping Ke
From: Liping Ke 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 Ke (1): Make bitbake serve

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

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

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

2011-04-27 Thread Liping Ke
From: Liping Ke 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 Ke (1): Make bitbake se

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

2011-04-27 Thread Liping Ke
From: Liping Ke add -t options for configuring bitbake server (xmlrpc, none) Signed-off-by: Liping Ke --- bitbake/bin/bitbake | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 6d05289..9e8d9a1 100755 --- a

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 wrote: > From: Khem Raj > > 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 is not the final version yet

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

2011-04-27 Thread Antonio Ospite
On Wed, 27 Apr 2011 0:29:17 -0700 Saul Wold wrote: > From: Saul Wold > Hi Saul, any particular reason I am in CC on this? I mean my involvement in OE has been quite marginal so far. Anyhow, since I'm in on this one I do have a couple of minor comments, see replies to the corresponding messag

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 wrote: > From: Qing He > > 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 make sense to use an actual URL

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 wrote: > From: Dongxiao Xu > > Signed-off-by: Dongxiao Xu When I see an 'etc' in the short commit message I'd expect it to be _expanded_ in the full commit message. > --- > .../conf/distro/include/distro_tracking_fields.inc | 72 ++-

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 python/config/Makefile (correct?) * since this contains the Makefile that is installed

Re: [OE-core] [PATCH 0/2] Remove machine/distro specific metadata

2011-04-27 Thread Paul Eggleton
Please disregard these patches, a new set with minor additions will be posted shortly. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre (UK) ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.li

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 12:29 AM, Saul Wold wrote: > From: Khem Raj > > 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 when uclibc is being used. Do I have that right? I don't care for

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 >> >> 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 when uclibc

[OE-core] [PATCH 0/2] Remove machine/distro specific metadata v2

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton Remove overrides & files for machines and distros that are not / no longer in oe-core. Since the first patchset, one or two missed items were added and the patches have been rebased on current master. The machine-specific items may be added to other layers where it makes sens

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

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton Signed-off-by: Paul Eggleton --- .../openswan/openswan_2.4.7.bb |3 +- meta/recipes-connectivity/dhcp/dhcp3.inc |4 --- meta/recipes-connectivity/dhcp/dhcp4.inc |4 --- meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |

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 wrote: > > > On 04/27/2011 07:34 AM, Darren Hart wrote: >> On 04/27/2011 12:29 AM, Saul Wold wrote: >>> From: Khem Raj >>> >>> Perf wants elfutils and elfutils on uclibc does not work due to >>> its usage of obstack_printf functionality missing from uc

[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 information

[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 = "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 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 recipes and not >

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

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton 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] http://bugzilla.pokylinux.org/show_bug.cgi?id=997 [2] https://lists.yoctoproje

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

2011-04-27 Thread Paul Eggleton
From: Paul Eggleton 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 [YOCTO #997]. Signed-off-by

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 Wold wrote: From: Saul Wold 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 patch of your from OE-Dev and since you

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 > > 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 f

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 > > add -t options for configuring bitbake server (xmlrpc, none) > > Signed-off-by: Liping Ke > --- > bitbake/bin/bitbake | 18 +- > 1 files changed, 13 insertions(+), 5 deletions(-) > > diff --git a/bitba

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

2011-04-27 Thread Saul Wold
On 04/27/2011 01:17 AM, Antonio Ospite wrote: On Wed, 27 Apr 2011 0:29:21 -0700 Saul Wold wrote: From: Khem Raj 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 Saul Wold
On 04/27/2011 01:24 AM, Antonio Ospite wrote: On Wed, 27 Apr 2011 0:29:19 -0700 Saul Wold wrote: From: Qing He add a new options to set noarch archs as all so platform independent packages can be recognized and installed. fixes [YOCTO #993] Yes this is the Yocto Project Bugzilla, located

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

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 11:23 AM, Saul Wold wrote: > On 04/27/2011 01:17 AM, Antonio Ospite wrote: >> >> On Wed, 27 Apr 2011  0:29:21 -0700 >> Saul Wold  wrote: >> >>> From: Khem Raj >>> >>> Hi >>> >>> This is initial set of patches for testing them out >>> The patches need documentation is pendin

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 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 >> > --- >> >  meta/recipes-core/tasks/task-base.bb |    5 - >> >  1 files changed,

Re: [OE-core] eglibc 2.13 upgrade

2011-04-27 Thread Khem Raj
On Wed, Apr 27, 2011 at 9:44 AM, Koen Kooi 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 need to investigate it be

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 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 --- m

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 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 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

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

2011-04-27 Thread Saul Wold
On 04/27/2011 09:28 AM, Khem Raj wrote: 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

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 Raj wrote: On Tue, Apr 26, 2011 at 12:48 PM, Saul Wold wrote: On 04/25/2011 11:54 AM, Khem Raj wrote: Ensure gettext and gettext-native are removed from DEPENDS when not using NLS Use append instead of += to get

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 wrote: > On 04/26/2011 03:17 PM, Khem Raj wrote: >> >> On Tue, Apr 26, 2011 at 1:02 PM, Khem Raj  wrote: >>> >>> On Tue, Apr 26, 2011 at 12:48 PM, Saul Wold  wrote: On 04/25/2011 11:54 AM, Khem Raj wrote: > > Ensure gettext and gettext-n

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

2011-04-27 Thread Saul Wold
On 04/27/2011 04:59 PM, Khem Raj wrote: On Wed, Apr 27, 2011 at 3:51 PM, Saul Wold wrote: On 04/26/2011 03:17 PM, Khem Raj wrote: On Tue, Apr 26, 2011 at 1:02 PM, Khem Rajwrote: On Tue, Apr 26, 2011 at 12:48 PM, Saul Woldwrote: On 04/25/2011 11:54 AM, Khem Raj wrote: Ensure gett

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 > Sen