[OE-core] [PATCH 00/50] Major Update for Uclibc and gcc4.5.1

2011-07-20 Thread Saul Wold
Richard, I have done a basic review of these patches, and built both uclibc/oe-core along with yocto based x86 and arm builds with these changes. There is some additional multilib support from Dongxiao and Ke This mostly gets us caught up. Thanks Sau! The following changes since comm

[OE-core] [PATCH 01/50] alsa-tools: Fix recipe build error.

2011-07-20 Thread Saul Wold
From: Dongxiao Xu Remove some elements in alsa-tools to avoid build error and further dependency on new recipes. [YOCTO #1038] Signed-off-by: Dongxiao Xu --- .../alsa/alsa-tools-1.0.24.1/autotools.patch | 34 .../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb |

[OE-core] [PATCH 02/50] Revert "libiconv: add version 1.13.1"

2011-07-20 Thread Saul Wold
From: Khem Raj This reverts commit bd1e627bef29830f9346b4b984905fd8fcf2e716. Signed-off-by: Khem Raj --- .../{files => libiconv-1.11.1}/autoconf.patch |2 - .../shared_preloadable_libiconv_linux.patch|2 - meta/recipes-support/libiconv/libiconv_1.13.1.bb | 29 -

[OE-core] [PATCH 04/50] scripts/contrib: add build time regression test script

2011-07-20 Thread Saul Wold
From: Paul Eggleton test_build_time.sh is a bash script intended to be used in conjunction with "git bisect run" in order to find regressions in build time, however it can also be used independently. It cleans out the build output directories, runs a specified worker script (an example is test_bu

[OE-core] [PATCH 05/50] libpng: upgrade to v1.2.46

2011-07-20 Thread Saul Wold
From: Scott Garman This addresses the following security advisories: * CVE-2011-2690 * CVE-2011-2692 This fixes bug [YOCTO #1255] The LICENSE and png.h checksum changes were due to trivial changes in the files. Signed-off-by: Scott Garman --- .../libpng/{libpng_1.2.44.bb => libpng_1.2.46.bb

[OE-core] [PATCH 06/50] distro-tracking: update libpng

2011-07-20 Thread Saul Wold
From: Scott Garman Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc inde

[OE-core] [PATCH 07/50] xcb-proto: add multilib support.

2011-07-20 Thread Saul Wold
From: Dongxiao Xu There is hardcode of /usr/lib dir for some python files. Fix it to support multilib. Signed-off-by: Dongxiao Xu --- .../xcb/xcb-proto-1.6/aclocal.patch| 22 meta/recipes-graphics/xcb/xcb-proto.inc|3 +- meta/recipes-graph

[OE-core] [PATCH 08/50] pciutils: Change the hardcoded /usr/lib to support multilib.

2011-07-20 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../pciutils/pciutils-3.1.7/makefile.patch | 14 ++ meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-bsp/pciutils/pciutils-3.

[OE-core] [PATCH 10/50] perl: revise the RRECOMMENDS_perl-modules for multilib case

2011-07-20 Thread Saul Wold
From: Yu Ke current RRECOMMENDS_perl-modules replace the hardcode "perl-dbg", "perl-misc" etc. which does not work in multilib case. Instead, it should replace the "lib64-perl-dbg", "lib-64-perl-misc". without doing this, current code will produce RRECOMMENDS=lib64-lib64-xxx etc This patch revis

[OE-core] [PATCH 09/50] udev: Change hard coded /usr/lib to support multilib

2011-07-20 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- meta/recipes-core/udev/udev-164/makefile.patch | 16 meta/recipes-core/udev/udev-new.inc|1 + meta/recipes-core/udev/udev_164.bb |2 +- 3 files changed, 18 insertions(+), 1 deletions(-) create m

[OE-core] [PATCH 13/50] metacity: Add gnome-doc-utils to DEPENDS

2011-07-20 Thread Saul Wold
From: Tom Rini Signed-off-by: Tom Rini --- meta/recipes-gnome/gnome/metacity_2.30.3.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index 44e21c9..92ddd68 100644 --- a/meta/

[OE-core] [PATCH 16/50] btrfs-tools: Add util-linux to DEPENDS

2011-07-20 Thread Saul Wold
From: Tom Rini This needs libuuid bits in order to build. Signed-off-by: Tom Rini --- .../btrfs-tools/btrfs-tools_git.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrf

[OE-core] [PATCH 15/50] iptuils: Add sgmlspl-native to DEPENDS

2011-07-20 Thread Saul Wold
From: Tom Rini This is 4fc7d465d684d4952c52adafc1e7032b63039e53 in oe.dev. Signed-off-by: Tom Rini --- meta/recipes-extended/iputils/iputils_s20101006.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/iputils/iputils_s20101006.bb b/meta/recip

[OE-core] [PATCH 19/50] tune-ppce500v2: Add a tune file for PowerPC e500v2 cores

2011-07-20 Thread Saul Wold
From: Kumar Gala Signed-off-by: Kumar Gala --- meta/conf/machine/include/tune-ppce500v2.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-ppce500v2.inc diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/mach

[OE-core] [PATCH 18/50] tclibc-*libc: Utilize TARGET_FPU for gnuspe setting

2011-07-20 Thread Saul Wold
From: Kumar Gala Its possible that BASE_PACKAGE_ARCH isn't set to ppce500 or ppce500v2 when we build native toolchains. So we can utilize TARGET_FPU being set to 'ppc-efd' or 'ppc-efs' to determine if we should enable the gnuspe ABI. Signed-off-by: Kumar Gala --- meta/conf/distro/include/tcli

[OE-core] [PATCH 23/50] gcc_4.5.1: fix arm_bswapsi2.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Acoording to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392 correct fix should be TARGET_EITHER && (arm_arch6 || !optimize_size) not TARGET_EITHER && (arm_arch6 && !optimize_size) Signed-off-by: Ilya Yanok --- .../gcc/gcc-4.5.1/arm-bswapsi2.patch |2 +- 1

[OE-core] [PATCH 24/50] gcc_4.5.1: add pr43810.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Add fix for PR43810 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810 Building on powerpc-eabi* with --enable-target-optspace still fails for me though. Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devto

[OE-core] [PATCH 25/50] gcc_4.5.1: add pr44290.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Add fix for PR44290 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr44290.patch | 119 + 2 files changed, 120 i

[OE-core] [PATCH 21/50] flac: fix build issues with e500v2 (gnuspe) toolchain

2011-07-20 Thread Saul Wold
From: Kumar Gala For a PPC target flac will try to build with altivec optimizations. Altivec and SPE are mutually exclusive options. Between flac's configure choices and the ppce500v2 tune file options we'd end up with a compile invocation with the following arguments: -mabi=spe -mspe -mabi=alt

[OE-core] [PATCH 50/50] pseudo: fix uninitialised variable in realpath_fix.patch

2011-07-20 Thread Saul Wold
From: Joshua Lock Several users reported issues with pseudo on CentOS 5.x hosts, Matthew McClintock tracked the issue to the realpath_fix.patch and Mark Hatle supplied the included fix. CC: Matthew McClintock CC: Mark Hatle Signed-off-by: Joshua Lock --- .../pseudo/pseudo/realpath_fix.patch

[OE-core] [PATCH 28/50] gcc_4.5.1: add pr45052.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Add fix for PR45052 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45052 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45052.patch | 30 + 2 files changed, 31 in

[OE-core] [PATCH 20/50] openssl: Add handling for linux-gnuspe-powerpc

2011-07-20 Thread Saul Wold
From: Kumar Gala If trying to build for an e500v2 target openssl will fail to build since the configure script didn't know how to handle a 'gnuspe' target. Signed-off-by: Kumar Gala --- meta/recipes-connectivity/openssl/openssl.inc |3 +++ .../recipes-connectivity/openssl/openssl_0.9.

[OE-core] [PATCH 29/50] gcc_4.5.1: add pr45886.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Add fix for PR45886 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45886 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45886.patch | 55 + 2 files changed, 56 in

[OE-core] [PATCH 32/50] autotools.bbclass: Add help2man-native to the main DEPENDS tree

2011-07-20 Thread Saul Wold
From: Tom Rini With help2man no longer being required by sanity.bbclass we need to make sure that if we are going to build autotools stuff that help2man will be there as it's a frequent implicit dependency. Signed-off-by: Tom Rini --- meta/classes/autotools.bbclass |4 ++-- 1 files changed

[OE-core] [PATCH 31/50] help2man-native: Add 1.38.2

2011-07-20 Thread Saul Wold
From: Tom Rini This is a 'side port' of current oe.dev versions. PR is kept in sync but we drop out the target recipes in order to punt on potential perl problems. Here we do re-configure as we don't have a dance with perl-native to deal with. Now that we can build it, don't require it. Signe

[OE-core] [PATCH 26/50] gcc_4.5.1: add pr44606.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Add fix for PR44606 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr44606.patch | 106 + 2 files changed, 107 i

[OE-core] [PATCH 33/50] default-distrovars: Add largefile and argp to DISTRO_FEATURES

2011-07-20 Thread Saul Wold
From: Khem Raj This is needed for packages that go into core-image-minimal and core-image-sato highlighted by uclibc Signed-off-by: Khem Raj --- meta/conf/distro/include/default-distrovars.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/d

[OE-core] [PATCH 34/50] acl, attr: Fix build failures when NLS is disabled on uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj Disable gettext support when NLS is not enabled Signed-off-by: Khem Raj --- meta/recipes-support/attr/acl_2.2.51.bb |2 +- meta/recipes-support/attr/attr.inc |4 meta/recipes-support/attr/attr_2.4.46.bb |2 +- meta/recipes-support/attr/ea-acl.inc |

[OE-core] [PATCH 37/50] tzcode,tzdata: Update tzdata to 2011h

2011-07-20 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../recipes-extended/tzcode/tzcode-native_2011g.bb |7 +++ .../tzdata/{tzdata_2011g.bb => tzdata_2011h.bb}|8 2 files changed, 7 insertions(+), 8 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2011g.bb => tzdata_2011

[OE-core] [PATCH 36/50] libxdamage, libxft, libxrandr: Add missing dependency on virtual/libx11

2011-07-20 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb |4 ++-- meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |4 ++-- meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 39/50] uclibc_0.9.32: Implement sync_file_range2.

2011-07-20 Thread Saul Wold
From: Khem Raj On some arches e.g. arm, ppc sync_file_range2 is used instead of sync_file_range so we should consider that Signed-off-by: Khem Raj --- .../uclibc/uclibc-0.9.32/sync_file_range2.patch| 40 meta/recipes-core/uclibc/uclibc_0.9.32.bb |3 +- 2

[OE-core] [PATCH 38/50] task-core-x11-sato: Add empty NETWORK_MANAGER for uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj conman needs some features from libresolv e.g. ns_initparse which are missing in uclibc. Signed-off-by: Khem Raj --- meta/recipes-sato/tasks/task-core-x11-sato.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11-sato

[OE-core] [PATCH 43/50] binutils: Fix build when compiling target binutils recipe with gcc 4.6

2011-07-20 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../binutils/binutils/clone-shadow.patch | 79 meta/recipes-devtools/binutils/binutils_2.21.1.bb |3 +- 2 files changed, 81 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-devtools/binutils/binutils/

[OE-core] [PATCH 40/50] oprofile: Fix build when query_module is not there

2011-07-20 Thread Saul Wold
From: Khem Raj on 2.6 kernels we do not have query_module so warn about it Signed-off-by: Khem Raj --- .../oprofile/oprofile-no-query-modules.patch | 29 meta/recipes-kernel/oprofile/oprofile_0.9.6.bb |3 +- 2 files changed, 31 insertions(+), 1 deletions(-)

[OE-core] [PATCH 46/50] mesa-xlib: Dont use locales with uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../mesa/mesa-xlib/uclibc_locale.patch | 31 meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb |3 +- 2 files changed, 33 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-graphics/mesa/mesa-xlib/ucl

[OE-core] [PATCH 42/50] pimlico/dates: Fix build on uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj uclibc does not have NL_TIME_FIRST_WEEKDAY Signed-off-by: Khem Raj --- meta/recipes-sato/pimlico/dates.inc|2 +- .../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch | 37 meta/recipes-sato/pimlico/dates_git.bb |6 ++- 3 f

[OE-core] [PATCH 44/50] clutter-box2d: Replace use of finite macro with C99 compliant isfinite()

2011-07-20 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../clutter/clutter-box2d-1.6_0.10.0.bb|6 -- .../clutter/clutter-box2d/isfinite.patch | 19 +++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/clutter/clutter

[OE-core] [PATCH 48/50] task-core-tools: Exclude systemtap for uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj systemtap needs full fledged elfutils which cant be built on uclibc therefore we live without systemtap on uclibc Signed-off-by: Khem Raj --- meta/recipes-core/tasks/task-core-tools.bb | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH 30/50] bitbake.conf, sanity.bbclass: Drop mercurial-native

2011-07-20 Thread Saul Wold
From: Tom Rini We have no hg URIs in the metadata, so don't require and don't ASSUME_PROVIDED it either. meta-oe has a mercurial-native recipe if hg URIs are added in a recipe later. Signed-off-by: Tom Rini --- meta/classes/sanity.bbclass |2 +- meta/conf/bitbake.conf |1 - 2 fil

[OE-core] [PATCH 47/50] mesa-dri: Fix build on uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj We do not enable locales with uclibc in oe Imported from oe.dev rev f2253e23c7fbbf2bfa1a0d1b47342800755e71c6 Signed-off-by: Khem Raj --- meta/recipes-graphics/mesa/mesa-dri/uclibc.patch | 26 ++ meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb|6 +++-

[OE-core] [PATCH 41/50] powertop: Add lintl to linker commandline on uclibc

2011-07-20 Thread Saul Wold
From: Khem Raj intl support is not inbuilt into libc like glibc so we have to link it explicitly Signed-off-by: Khem Raj --- meta/recipes-kernel/powertop/powertop_1.13.bb | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/powertop/powertop_1.

[OE-core] [PATCH 35/50] classes/gettext: Do not disable nls for non target recipes

2011-07-20 Thread Saul Wold
From: Khem Raj nls disabling is target specific but USE_NLS=no will disable nls even for other kind of recipes. We should let them build with nls Signed-off-by: Khem Raj --- meta/classes/gettext.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/gett

[OE-core] [PATCH 49/50] site/x86_64-linux-uclibc: Cache lf_cv_sane_realloc

2011-07-20 Thread Saul Wold
From: Khem Raj If left to configure, it tried to run the testcase to determine this and that fails on cross compile e.g. compiling startup-notification-0.12 Signed-off-by: Khem Raj --- meta/site/x86_64-linux-uclibc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta

[OE-core] [PATCH 14/50] gnome-doc-utils: Package up python site packages, bump PR

2011-07-20 Thread Saul Wold
From: Tom Rini Add python-dir to the inherits list so we can grab the python site packages files as well. This fixes a 'installed but not packaged' QA problem with the python site package files. Signed-off-by: Tom Rini --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |4 ++-- meta/r

[OE-core] [PATCH 17/50] gcc: Add gcc configure for PowerPC e500v2/SPE embedded floating point ABI

2011-07-20 Thread Saul Wold
From: Kumar Gala The e500v2 core utilizes a unique floating point programming model / ABI. We utilize TARGET_FPU = "ppc-efd" to distinguish this choice (Embedded scalar single-precision floating-point). When building the toolchain for this ABI we need configure gcc with --enable-e500_double. Si

[OE-core] [PATCH 11/50] uclibc: improve packaging granularity

2011-07-20 Thread Saul Wold
From: Phil Blundell Put each of the libraries into its own package rather than dumping them all into libc0. This saves ~300kB on the installed size of an i586 micro-base-image and avoids the need to set the hated LEAD_SONAME. Signed-off-by: Phil Blundell --- meta/recipes-core/uclibc/uclibc.i

[OE-core] [PATCH 27/50] gcc_4.5.1: add pr45094.patch

2011-07-20 Thread Saul Wold
From: Ilya Yanok Add fix for PR45094 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45094 Signed-off-by: Ilya Yanok --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45094.patch | 75 + 2 files changed, 76 in

[OE-core] [PATCH 12/50] gdk-pixbuf(-native): Fix build by disabling introspection

2011-07-20 Thread Saul Wold
From: Andreas Mueller Error message was: | /home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/g-ir-compiler --includedir=. GdkPixbuf-2.0.gir -o GdkPixbuf-2.0.typelib | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: er

[OE-core] [PATCH 22/50] tune-ppce500mc: Add a tune file for PowerPC e500mc core

2011-07-20 Thread Saul Wold
From: Kumar Gala Signed-off-by: Kumar Gala --- meta/conf/machine/include/tune-ppce500mc.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-ppce500mc.inc diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b/meta/conf/mach

[OE-core] [PATCH 45/50] sysprof: Define NT_GNU_BUILD_ID if undefined

2011-07-20 Thread Saul Wold
From: Khem Raj This is needed on uclibc which does not have all GNU extentions Signed-off-by: Khem Raj --- .../sysprof/files/define-NT_GNU_BUILD_ID.patch | 22 meta/recipes-kernel/sysprof/sysprof_git.bb |5 ++- 2 files changed, 25 insertions(+), 2 deletio

[OE-core] [PATCH 1/2] lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib

2011-07-20 Thread Mei Lei
Signed-off-by: Mei Lei --- meta/recipes-extended/lsb/lsbsetup_1.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb b/meta/recipes-extended/lsb/lsbsetup_1.0.bb index 4295805..03f8012 100644 --- a/meta/recipes-extended/lsb/lsbse

[OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-20 Thread Mei Lei
The perl-dynloader.patch can't support /usr/lib64, change the regular expression to support multilib. Signed-off-by: Mei Lei --- .../perl/perl-5.12.3/perl-dynloader.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-5.12.3/pe

[OE-core] [PATCH 0/2]multilib: Change hard coded /usr/lib path

2011-07-20 Thread Mei Lei
This pull request fixes some hard coded /usr/lib path issues when building poky-lsb on qemux86-64, please review it. Thanks, Lei The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70: Darren Hart (1): bb-matrix: correct BB and PM number canonicalization are avail

Re: [OE-core] [PATCH 39/50] uclibc_0.9.32: Implement sync_file_range2.

2011-07-20 Thread Phil Blundell
On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote: > --- /dev/null > +++ b/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch > @@ -0,0 +1,40 @@ > +Index: git/libc/sysdeps/linux/common/sync_file_range.c This new patch seems to be missing Signed-off-by and Upstream-Status. Functionally

Re: [OE-core] [PATCH 42/50] pimlico/dates: Fix build on uclibc

2011-07-20 Thread Phil Blundell
On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote: > From: Khem Raj > > uclibc does not have NL_TIME_FIRST_WEEKDAY > > Signed-off-by: Khem Raj > --- > meta/recipes-sato/pimlico/dates.inc|2 +- > .../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch | 37 > +

Re: [OE-core] [PATCH 2/2] libiconv: Add recipes for 1.13.1

2011-07-20 Thread Henning Heinold
On Wed, Jul 20, 2011 at 12:26:49AM +0100, Richard Purdie wrote: > On Tue, 2011-07-19 at 11:30 -0700, Khem Raj wrote: > > Import 1.13.1 recipes from meta-oe > > share common code through libiconv.inc > > The big question this triggers for me is "why"? > > Deleting libtool.m4 certainly looks neater

[OE-core] libiconv checksum wrong

2011-07-20 Thread Phil Blundell
Since updating this morning I'm getting | ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has md5 checksum 7ab33ebd26687c744a37264a330bbe9a when d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL: 'ftp://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz')' failed NOTE: package

[OE-core] [PATCH] libgcc: correct mode on libgcc_s.so.1 to ensure it gets stripped

2011-07-20 Thread Phil Blundell
If the library is installed without execute permission then package.bbclass will not consider it for stripping. This is particularly unfortunate because there seems to be a bug somewhere else which is causing all DSOs to end up with a NEEDED dependency on libgcc_s, even if they don't actually re

Re: [OE-core] [PATCH 46/50] mesa-xlib: Dont use locales with uclibc

2011-07-20 Thread Phil Blundell
On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote: > +We disable locale on uclibc in OE therefore we do not use it if building for > uclibc > + > +Signed-off-by: Khem Raj > +Upstream-Status: Inappropriate > + > + { > +-#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) >

Re: [OE-core] libiconv checksum wrong

2011-07-20 Thread Frans Meulenbroeks
2011/7/20 Phil Blundell > Since updating this morning I'm getting > > | ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has > md5 checksum 7ab33ebd26687c744a37264a330bbe9a when > d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL: > 'ftp://ftp.gnu.org/gnu/libiconv/libiconv-1

[OE-core] lzo build failure

2011-07-20 Thread Kumar Gala
I'm trying to build lzo for a powerpc64 target and I'm getting: configure: configure: Your compiler failed the ACC conformance test - for details see configure: `config.log'. Please check that log file and consider sending configure: a patch or bug-report to . configure: Thanks for your support.

[OE-core] sudo build failure

2011-07-20 Thread Kumar Gala
Trying to build a powerpc64 target rootfs and I'm getting the following build failures on sudo. Wondering if anyone has seen anything similar: http://pastebin.com/MeqPn46Q - k ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.or

Re: [OE-core] sudo build failure

2011-07-20 Thread Phil Blundell
On Wed, 2011-07-20 at 07:16 -0500, Kumar Gala wrote: > Trying to build a powerpc64 target rootfs and I'm getting the following build > failures on sudo. Wondering if anyone has seen anything similar: > > http://pastebin.com/MeqPn46Q There was a bug like that a few months ago which was caused by

Re: [OE-core] lzo build failure

2011-07-20 Thread Phil Blundell
On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote: > I'm trying to build lzo for a powerpc64 target and I'm getting: > > configure: > configure: Your compiler failed the ACC conformance test - for details see > configure: `config.log'. Please check that log file and consider sending > configur

Re: [OE-core] lzo build failure

2011-07-20 Thread Kumar Gala
On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote: > On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote: >> I'm trying to build lzo for a powerpc64 target and I'm getting: >> >> configure: >> configure: Your compiler failed the ACC conformance test - for details see >> configure: `config.log'.

Re: [OE-core] lzo build failure

2011-07-20 Thread Phil Blundell
On Wed, 2011-07-20 at 07:51 -0500, Kumar Gala wrote: > On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote: > > > On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote: > >> configure: > >> configure: Your compiler failed the ACC conformance test - for details see > >> configure: `config.log'. Please

Re: [OE-core] lzo build failure

2011-07-20 Thread Kumar Gala
On Jul 20, 2011, at 7:55 AM, Phil Blundell wrote: > On Wed, 2011-07-20 at 07:51 -0500, Kumar Gala wrote: >> On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote: >> >>> On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote: configure: configure: Your compiler failed the ACC conformance test

Re: [OE-core] libiconv checksum wrong

2011-07-20 Thread Khem Raj
On 07/20/2011 04:55 AM, Frans Meulenbroeks wrote: 2011/7/20 Phil Blundell Since updating this morning I'm getting | ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has md5 checksum 7ab33ebd26687c744a37264a330bbe9a when d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL: '

Re: [OE-core] [PATCH 46/50] mesa-xlib: Dont use locales with uclibc

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 11:14 +0100, Phil Blundell wrote: > On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote: > > +We disable locale on uclibc in OE therefore we do not use it if building > > for uclibc > > + > > +Signed-off-by: Khem Raj > > +Upstream-Status: Inappropriate > > + > > + { > > +-#i

Re: [OE-core] [PATCH 03/50] libiconv: Add recipes for 1.13.1

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 01:27 -0700, Saul Wold wrote: > From: Khem Raj > > Import 1.13.1 recipes from meta-oe > share common code through libiconv.inc > > Signed-off-by: Khem Raj > --- > .../libiconv/libiconv-1.13.1/autoconf.patch|16018 > > meta/recipes-support/lib

Re: [OE-core] libiconv checksum wrong

2011-07-20 Thread Frans Meulenbroeks
2011/7/20 Khem Raj > On 07/20/2011 04:55 AM, Frans Meulenbroeks wrote: > >> 2011/7/20 Phil Blundell >> >> Since updating this morning I'm getting >>> >>> | ERROR: Function 'File: '/home/pb/sources/libiconv-1.**13.1.tar.gz' has >>> md5 checksum 7ab33ebd26687c744a37264a330bbe**9a when >>> d42b97f6

Re: [OE-core] [PATCH 00/50] Major Update for Uclibc and gcc4.5.1

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 01:27 -0700, Saul Wold wrote: > Richard, > > I have done a basic review of these patches, and built both > uclibc/oe-core along with yocto based x86 and arm builds with > these changes. > > There is some additional multilib support from Dongxiao and Ke > > This mostly gets

Re: [OE-core] [PATCH] libgcc: correct mode on libgcc_s.so.1 to ensure it gets stripped

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 11:07 +0100, Phil Blundell wrote: > If the library is installed without execute permission then package.bbclass > will not consider it for stripping. This is particularly unfortunate because > there seems to be a bug somewhere else which is causing all DSOs to end up > with

Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote: > The perl-dynloader.patch can't support /usr/lib64, change the regular > expression to support multilib. > > Signed-off-by: Mei Lei > --- > .../perl/perl-5.12.3/perl-dynloader.patch |2 +- > 1 files changed, 1 insertions(+), 1 dele

Re: [OE-core] [PATCH 09/50] udev: Change hard coded /usr/lib to support multilib

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 01:27 -0700, Saul Wold wrote: > From: Dongxiao Xu > > Signed-off-by: Dongxiao Xu > --- > meta/recipes-core/udev/udev-164/makefile.patch | 16 > meta/recipes-core/udev/udev-new.inc|1 + > meta/recipes-core/udev/udev_164.bb |

Re: [OE-core] libiconv checksum wrong

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 10:41 +0100, Phil Blundell wrote: > Since updating this morning I'm getting > > | ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has > md5 checksum 7ab33ebd26687c744a37264a330bbe9a when > d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL: > 'ftp://ftp.

Re: [OE-core] libiconv checksum wrong

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 16:26 +0200, Frans Meulenbroeks wrote > there is already patch sent to fix it. > http://patches.openembedded.org/patch/7933/ > libiconv is not default provider of virtual/libiconv on > eglibc/glibc based systems and sometimes that can trip you >

Re: [OE-core] [PATCH 1/2] lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote: > Signed-off-by: Mei Lei > --- > meta/recipes-extended/lsb/lsbsetup_1.0.bb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb > b/meta/recipes-extended/lsb/lsbsetup_1.0.bb > i

Re: [OE-core] Performance datapoint - impact of static libs

2011-07-20 Thread Richard Purdie
On Fri, 2011-07-15 at 14:37 +0100, Phil Blundell wrote: > > So static libs add an extra ~30mins of processing (7%) and ~5 mins to > > the overall build time. Not as much of a gain as I'd have liked but > > interesting none the less. > > Do you know how many packages actually respect the --disable-

[OE-core] [PATCH] insane: improve diagnostic for redundant rpath

2011-07-20 Thread Koen Kooi
From: Phil Blundell Make it more obvious which file, and which recipe, are at issue. Signed-off-by: Phil Blundell Signed-off-by: Koen Kooi --- meta/classes/insane.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/ins

Re: [OE-core] [PATCH 3/3] siteinfo.bbclass: Port over oe.dev logic for site files

2011-07-20 Thread Richard Purdie
Hi Tom, I had a chance to look at this in more detail now, I just have a couple of things to look at... On Wed, 2011-07-13 at 12:06 -0700, Tom Rini wrote: > In oe.dev we have a sets to pick out hostos/hostarch/etc site > files out of and include things like a common-linux site file. > This should

Re: [OE-core] [PATCH v2] insane: make GNU_HASH check slightly more robust (avoids false negatives with gold); add check for useless rpaths

2011-07-20 Thread Richard Purdie
On Fri, 2011-07-15 at 12:21 +0100, Phil Blundell wrote: > On Thu, 2011-07-14 at 21:26 +0200, Koen Kooi wrote: > > The new rpath warning is nice, but a bit too terse: > > Yes, agreed. Try this patch and see if the situation improves. > Merged to master, thanks. Richard ___

Re: [OE-core] sudo build failure

2011-07-20 Thread Tom Rini
On 07/20/2011 05:42 AM, Phil Blundell wrote: > On Wed, 2011-07-20 at 07:16 -0500, Kumar Gala wrote: >> Trying to build a powerpc64 target rootfs and I'm getting the following >> build failures on sudo. Wondering if anyone has seen anything similar: >> >> http://pastebin.com/MeqPn46Q > > There wa

Re: [OE-core] kernels

2011-07-20 Thread Bruce Ashfield
On Fri, Jul 15, 2011 at 11:36 AM, Bruce Ashfield wrote: > On Fri, Jul 15, 2011 at 11:02 AM, Phil Blundell wrote: >> On Fri, 2011-07-15 at 09:51 -0400, Bruce Ashfield wrote: >>> On Fri, Jul 15, 2011 at 9:21 AM, Phil Blundell wrote: >>> > The other day I was working on a BSP layer for a fairly gen

Re: [OE-core] kernels

2011-07-20 Thread Koen Kooi
Op 20 jul 2011, om 17:42 heeft Bruce Ashfield het volgende geschreven: > On Fri, Jul 15, 2011 at 11:36 AM, Bruce Ashfield > wrote: >> On Fri, Jul 15, 2011 at 11:02 AM, Phil Blundell wrote: >>> On Fri, 2011-07-15 at 09:51 -0400, Bruce Ashfield wrote: On Fri, Jul 15, 2011 at 9:21 AM, Phil Bl

Re: [OE-core] sudo build failure

2011-07-20 Thread Kumar Gala
On Jul 20, 2011, at 10:19 AM, Tom Rini wrote: > On 07/20/2011 05:42 AM, Phil Blundell wrote: >> On Wed, 2011-07-20 at 07:16 -0500, Kumar Gala wrote: >>> Trying to build a powerpc64 target rootfs and I'm getting the following >>> build failures on sudo. Wondering if anyone has seen anything simi

Re: [OE-core] libiconv checksum wrong

2011-07-20 Thread Saul Wold
On 07/20/2011 07:42 AM, Richard Purdie wrote: On Wed, 2011-07-20 at 16:26 +0200, Frans Meulenbroeks wrote there is already patch sent to fix it. http://patches.openembedded.org/patch/7933/ libiconv is not default provider of virtual/libiconv on eglibc/glibc ba

Re: [OE-core] [PATCH] gdk-pixbuf(-native): Fix build by disabling introspection

2011-07-20 Thread Saul Wold
On 07/16/2011 03:48 PM, Andreas Mueller wrote: Error message was: | /home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/g-ir-compiler --includedir=. GdkPixbuf-2.0.gir -o GdkPixbuf-2.0.typelib | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-

Re: [OE-core] [PATCH 0/1 v2][PULL] alsa-tools: fix recipe build error.

2011-07-20 Thread Saul Wold
On 07/18/2011 05:37 PM, Dongxiao Xu wrote: Hi Richard and Saul, This is the second version of alsa-tools build fix, please help to review and pull. Changes from v1: Remove some sub-components to avoid further dependency on gtk+ and fltk. Thanks, Dongxiao The following changes since commit fa

Re: [OE-core] [PATCH 0/1] build time regression script

2011-07-20 Thread Saul Wold
On 07/19/2011 07:55 AM, Paul Eggleton wrote: This is a script I've been using to test build times together with "git bisect run". I realise it has some similarities with the script that Darren recently posted (bb-matrix); they both evolved at around the same time although they are used for quite

Re: [OE-core] [PATCH 0/7] Fixes to some gcc 4.5.1 bugs

2011-07-20 Thread Saul Wold
On 07/18/2011 06:00 PM, Ilya Yanok wrote: Hi everybody, It seems like everybody are using GCC 4.6 already but as support for GCC 4.5.1 is still here I'd like to publish the changes we've done to GCC 4.5.1 recipe some time ago. We've incorporated the patches for some know GCC 4.5.1 problems: P

Re: [OE-core] [PATCH 0/4] Misc fixes, July 19

2011-07-20 Thread Saul Wold
On 07/19/2011 08:34 AM, Tom Rini wrote: Hey all, As part of doing some "fix builds in very long paths" builds of world I've hit a few DEPENDS problems. The following series is mostly adding DEPENDS where they're missing today. While I was fixing up gnome-doc-utils-native I noticed it has the i

Re: [OE-core] [PATCH 0/2] libpng upgrade

2011-07-20 Thread Saul Wold
On 07/19/2011 09:29 AM, Scott Garman wrote: Hello, This upgrade to libpng addresses some security vulnerabilities. It has been build tested on all five of our qemu MACHINEs. The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70: bb-matrix: correct BB and PM number cano

Re: [OE-core] [PATCH 0/4][PULL] Resend: multilib: change hard coded /usr/lib path.

2011-07-20 Thread Saul Wold
On 07/17/2011 11:13 PM, Dongxiao Xu wrote: Hi Richard, (Please ignore the previous pull request which doesn't contain the latest code.) This pull request fixes some hard coded /usr/lib path in recipes within minimal image. Please help to review and pull. Thanks, Dongxiao The following changes

Re: [OE-core] [PATCH v2 0/5] Add support for PowerPC e500v2/SPE

2011-07-20 Thread Saul Wold
On 07/19/2011 10:41 AM, Kumar Gala wrote: The majority of support for the PowerPC e500v2/SPE target already exists. However some minor cleans are required to get things working completely. The e500v2 utilizes a unique floating point programming model / ABI from other PowerPC targets and thus re

Re: [OE-core] [PATCH] tune-ppce500mc: Add a tune file for PowerPC e500mc core

2011-07-20 Thread Saul Wold
On 07/19/2011 10:42 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala --- meta/conf/machine/include/tune-ppce500mc.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-ppce500mc.inc diff --git a/meta/conf/machine/include/tune-ppce

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-20 Thread Khem Raj
On 07/18/2011 05:30 PM, Xu, Dongxiao wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Mark Hatle Sent: Monday, July 18, 2011 11:30 PM To: openembedded-core@lists.openembedded.org Subject

Re: [OE-core] [PATCH] uclibc: improve packaging granularity

2011-07-20 Thread Saul Wold
On 07/19/2011 09:01 AM, Phil Blundell wrote: Put each of the libraries into its own package rather than dumping them all into libc0. This saves ~300kB on the installed size of an i586 micro-base-image and avoids the need to set the hated LEAD_SONAME. Signed-off-by: Phil Blundell --- meta/rec

Re: [OE-core] [PATCH 00/16] Make core-image-minimal core-image-sato buildable with uclibc

2011-07-20 Thread Saul Wold
On 07/18/2011 05:17 PM, Khem Raj wrote: This patch is V3 of the recents posts I have been doing from kraj/uclibc-oecore branch. With this patchset now core-image-minimal is buildable and bootable for all arches in oe-core. Core-image-sato is buildable but I have not tried to boot it first attemp

Re: [OE-core] [PATCH 0/1] Fix Pseudo on hosts with older compilers

2011-07-20 Thread Saul Wold
On 07/19/2011 04:57 PM, Joshua Lock wrote: The realpath_fix patch included an unitialised variable which modern GCC cleverly optimises away, however hosts with older GCC like CentOS 5.x weren't so lucky and... BOOM. See http://git.yoctoproject.org/cgit/cgit.cgi/pseudo/commit/?id=4a646c8bbe73ca8

  1   2   >