From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/50] Major Update for Uclibc and gcc4.5.1
Date: Wed, 20 Jul 2011 01:27:47 -0700 [thread overview]
Message-ID: <cover.1311150183.git.sgw@linux.intel.com> (raw)
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 commit 6ca80453618fa308cc2d6329450aaf5dfdf2d610:
Fixed concurrency problem for ZIP packed recipes. (2011-07-19 18:03:04 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Andreas Mueller (1):
gdk-pixbuf(-native): Fix build by disabling introspection
Dongxiao Xu (4):
alsa-tools: Fix recipe build error.
xcb-proto: add multilib support.
pciutils: Change the hardcoded /usr/lib to support multilib.
udev: Change hard coded /usr/lib to support multilib
Ilya Yanok (7):
gcc_4.5.1: fix arm_bswapsi2.patch
gcc_4.5.1: add pr43810.patch
gcc_4.5.1: add pr44290.patch
gcc_4.5.1: add pr44606.patch
gcc_4.5.1: add pr45094.patch
gcc_4.5.1: add pr45052.patch
gcc_4.5.1: add pr45886.patch
Joshua Lock (1):
pseudo: fix uninitialised variable in realpath_fix.patch
Khem Raj (19):
Revert "libiconv: add version 1.13.1"
libiconv: Add recipes for 1.13.1
default-distrovars: Add largefile and argp to DISTRO_FEATURES
acl,attr: Fix build failures when NLS is disabled on uclibc
classes/gettext: Do not disable nls for non target recipes
libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11
tzcode,tzdata: Update tzdata to 2011h
task-core-x11-sato: Add empty NETWORK_MANAGER for uclibc
uclibc_0.9.32: Implement sync_file_range2.
oprofile: Fix build when query_module is not there
powertop: Add lintl to linker commandline on uclibc
pimlico/dates: Fix build on uclibc
binutils: Fix build when compiling target binutils recipe with gcc
4.6
clutter-box2d: Replace use of finite macro with C99 compliant
isfinite()
sysprof: Define NT_GNU_BUILD_ID if undefined
mesa-xlib: Dont use locales with uclibc
mesa-dri: Fix build on uclibc
task-core-tools: Exclude systemtap for uclibc
site/x86_64-linux-uclibc: Cache lf_cv_sane_realloc
Kumar Gala (6):
gcc: Add gcc configure for PowerPC e500v2/SPE embedded floating point
ABI
tclibc-*libc: Utilize TARGET_FPU for gnuspe setting
tune-ppce500v2: Add a tune file for PowerPC e500v2 cores
openssl: Add handling for linux-gnuspe-powerpc
flac: fix build issues with e500v2 (gnuspe) toolchain
tune-ppce500mc: Add a tune file for PowerPC e500mc core
Paul Eggleton (1):
scripts/contrib: add build time regression test script
Phil Blundell (1):
uclibc: improve packaging granularity
Scott Garman (2):
libpng: upgrade to v1.2.46
distro-tracking: update libpng
Tom Rini (7):
metacity: Add gnome-doc-utils to DEPENDS
gnome-doc-utils: Package up python site packages, bump PR
iptuils: Add sgmlspl-native to DEPENDS
btrfs-tools: Add util-linux to DEPENDS
bitbake.conf, sanity.bbclass: Drop mercurial-native
help2man-native: Add 1.38.2
autotools.bbclass: Add help2man-native to the main DEPENDS tree
Yu Ke (1):
perl: revise the RRECOMMENDS_perl-modules for multilib case
meta/classes/autotools.bbclass | 4 +-
meta/classes/gettext.bbclass | 2 +-
meta/classes/sanity.bbclass | 2 +-
meta/conf/bitbake.conf | 1 -
meta/conf/distro/include/default-distrovars.inc | 3 +-
.../conf/distro/include/distro_tracking_fields.inc | 10 +-
meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
meta/conf/distro/include/tclibc-glibc.inc | 2 +-
meta/conf/distro/include/tclibc-uclibc.inc | 1 +
meta/conf/machine/include/tune-ppce500mc.inc | 4 +
meta/conf/machine/include/tune-ppce500v2.inc | 4 +
.../pciutils/pciutils-3.1.7/makefile.patch | 14 +
meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 5 +-
meta/recipes-connectivity/openssl/openssl.inc | 3 +
.../recipes-connectivity/openssl/openssl_0.9.8r.bb | 2 +-
meta/recipes-core/tasks/task-core-tools.bb | 11 +-
.../uclibc/uclibc-0.9.32/sync_file_range2.patch | 40 +
meta/recipes-core/uclibc/uclibc.inc | 31 +-
meta/recipes-core/uclibc/uclibc_0.9.32.bb | 3 +-
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 +-
.../binutils/binutils/clone-shadow.patch | 79 +
meta/recipes-devtools/binutils/binutils_2.21.1.bb | 3 +-
.../btrfs-tools/btrfs-tools_git.bb | 3 +-
meta/recipes-devtools/gcc/gcc-4.5.1.inc | 6 +
.../gcc/gcc-4.5.1/arm-bswapsi2.patch | 2 +-
meta/recipes-devtools/gcc/gcc-4.5.1/pr43810.patch | 57 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr44290.patch | 119 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr44606.patch | 106 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr45052.patch | 30 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr45094.patch | 75 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr45886.patch | 55 +
meta/recipes-devtools/gcc/gcc-4.6.inc | 2 +-
meta/recipes-devtools/gcc/gcc-common.inc | 2 +
.../help2man/help2man-native_1.38.2.bb | 25 +
meta/recipes-devtools/perl/perl_5.12.3.bb | 2 +-
.../pseudo/pseudo/realpath_fix.patch | 2 +-
meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 2 +-
meta/recipes-extended/iputils/iputils_s20101006.bb | 4 +-
.../recipes-extended/tzcode/tzcode-native_2011g.bb | 7 +-
.../tzdata/{tzdata_2011g.bb => tzdata_2011h.bb} | 8 +-
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb | 3 +-
meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 +-
meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 +-
meta/recipes-gnome/gnome/metacity_2.30.3.bb | 4 +-
.../clutter/clutter-box2d-1.6_0.10.0.bb | 6 +-
.../clutter/clutter-box2d/isfinite.patch | 19 +
meta/recipes-graphics/mesa/mesa-dri/uclibc.patch | 26 +
meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb | 6 +-
.../mesa/mesa-xlib/uclibc_locale.patch | 31 +
meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb | 3 +-
.../xcb/xcb-proto-1.6/aclocal.patch | 22 +
meta/recipes-graphics/xcb/xcb-proto.inc | 3 +-
meta/recipes-graphics/xcb/xcb-proto_1.6.bb | 2 +-
meta/recipes-graphics/xcb/xcb-proto_git.bb | 2 +-
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 +-
.../oprofile/oprofile-no-query-modules.patch | 29 +
meta/recipes-kernel/oprofile/oprofile_0.9.6.bb | 3 +-
meta/recipes-kernel/powertop/powertop_1.13.bb | 11 +-
.../sysprof/files/define-NT_GNU_BUILD_ID.patch | 22 +
meta/recipes-kernel/sysprof/sysprof_git.bb | 5 +-
.../alsa/alsa-tools-1.0.24.1/autotools.patch | 34 +
.../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | 7 +-
.../flac/flac-1.2.1/0001-No-AltiVec-on-SPE.patch | 74 +
meta/recipes-multimedia/flac/flac_1.2.1.bb | 5 +-
.../libpng/{libpng_1.2.44.bb => libpng_1.2.46.bb} | 11 +-
meta/recipes-sato/pimlico/dates.inc | 2 +-
.../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch | 37 +
meta/recipes-sato/pimlico/dates_git.bb | 6 +-
meta/recipes-sato/tasks/task-core-x11-sato.bb | 2 +
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 | 3 +
.../{files => libiconv-1.11.1}/autoconf.patch | 2 -
.../shared_preloadable_libiconv_linux.patch | 2 -
.../libiconv/libiconv-1.13.1/autoconf.patch |16018 ++++++++++++++++++++
meta/recipes-support/libiconv/libiconv.inc | 18 +
meta/recipes-support/libiconv/libiconv_1.11.1.bb | 24 +-
meta/recipes-support/libiconv/libiconv_1.13.1.bb | 39 +-
meta/site/x86_64-linux-uclibc | 3 +
scripts/contrib/test_build_time.sh | 237 +
scripts/contrib/test_build_time_worker.sh | 37 +
86 files changed, 17390 insertions(+), 146 deletions(-)
create mode 100644 meta/conf/machine/include/tune-ppce500mc.inc
create mode 100644 meta/conf/machine/include/tune-ppce500v2.inc
create mode 100644 meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch
create mode 100644 meta/recipes-core/udev/udev-164/makefile.patch
create mode 100644 meta/recipes-devtools/binutils/binutils/clone-shadow.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr43810.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr44290.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr44606.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr45052.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr45094.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/pr45886.patch
create mode 100644 meta/recipes-devtools/help2man/help2man-native_1.38.2.bb
rename meta/recipes-extended/tzdata/{tzdata_2011g.bb => tzdata_2011h.bb} (96%)
create mode 100644 meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch
create mode 100644 meta/recipes-graphics/mesa/mesa-dri/uclibc.patch
create mode 100644 meta/recipes-graphics/mesa/mesa-xlib/uclibc_locale.patch
create mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/aclocal.patch
create mode 100644 meta/recipes-kernel/oprofile/oprofile/oprofile-no-query-modules.patch
create mode 100644 meta/recipes-kernel/sysprof/files/define-NT_GNU_BUILD_ID.patch
create mode 100644 meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch
create mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/0001-No-AltiVec-on-SPE.patch
rename meta/recipes-multimedia/libpng/{libpng_1.2.44.bb => libpng_1.2.46.bb} (55%)
create mode 100644 meta/recipes-sato/pimlico/dates/uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch
rename meta/recipes-support/libiconv/{files => libiconv-1.11.1}/autoconf.patch (98%)
rename meta/recipes-support/libiconv/{files => libiconv-1.11.1}/shared_preloadable_libiconv_linux.patch (98%)
create mode 100644 meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch
create mode 100644 meta/recipes-support/libiconv/libiconv.inc
create mode 100755 scripts/contrib/test_build_time.sh
create mode 100755 scripts/contrib/test_build_time_worker.sh
--
1.7.3.4
next reply other threads:[~2011-07-20 8:32 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-20 8:27 Saul Wold [this message]
2011-07-20 8:27 ` [PATCH 01/50] alsa-tools: Fix recipe build error Saul Wold
2011-07-20 8:27 ` [PATCH 02/50] Revert "libiconv: add version 1.13.1" Saul Wold
2011-07-20 8:27 ` [PATCH 03/50] libiconv: Add recipes for 1.13.1 Saul Wold
2011-07-20 14:14 ` Richard Purdie
2011-07-20 18:06 ` Khem Raj
2011-07-20 8:27 ` [PATCH 04/50] scripts/contrib: add build time regression test script Saul Wold
2011-07-20 8:27 ` [PATCH 05/50] libpng: upgrade to v1.2.46 Saul Wold
2011-07-20 8:27 ` [PATCH 06/50] distro-tracking: update libpng Saul Wold
2011-07-20 8:27 ` [PATCH 07/50] xcb-proto: add multilib support Saul Wold
2011-08-03 4:27 ` Kumar Gala
2011-07-20 8:27 ` [PATCH 08/50] pciutils: Change the hardcoded /usr/lib to support multilib Saul Wold
2011-07-20 8:27 ` [PATCH 09/50] udev: Change hard coded " Saul Wold
2011-07-20 14:27 ` Richard Purdie
2011-07-20 8:27 ` [PATCH 10/50] perl: revise the RRECOMMENDS_perl-modules for multilib case Saul Wold
2011-07-20 8:27 ` [PATCH 11/50] uclibc: improve packaging granularity Saul Wold
2011-07-20 8:27 ` [PATCH 12/50] gdk-pixbuf(-native): Fix build by disabling introspection Saul Wold
2011-07-20 8:28 ` [PATCH 13/50] metacity: Add gnome-doc-utils to DEPENDS Saul Wold
2011-07-20 8:28 ` [PATCH 14/50] gnome-doc-utils: Package up python site packages, bump PR Saul Wold
2011-07-20 8:28 ` [PATCH 15/50] iptuils: Add sgmlspl-native to DEPENDS Saul Wold
2011-07-20 8:28 ` [PATCH 16/50] btrfs-tools: Add util-linux " Saul Wold
2011-07-20 8:28 ` [PATCH 17/50] gcc: Add gcc configure for PowerPC e500v2/SPE embedded floating point ABI Saul Wold
2011-07-20 8:28 ` [PATCH 18/50] tclibc-*libc: Utilize TARGET_FPU for gnuspe setting Saul Wold
2011-07-20 8:28 ` [PATCH 19/50] tune-ppce500v2: Add a tune file for PowerPC e500v2 cores Saul Wold
2011-07-20 8:28 ` [PATCH 20/50] openssl: Add handling for linux-gnuspe-powerpc Saul Wold
2011-07-20 8:28 ` [PATCH 21/50] flac: fix build issues with e500v2 (gnuspe) toolchain Saul Wold
2011-07-20 8:28 ` [PATCH 22/50] tune-ppce500mc: Add a tune file for PowerPC e500mc core Saul Wold
2011-07-20 8:28 ` [PATCH 23/50] gcc_4.5.1: fix arm_bswapsi2.patch Saul Wold
2011-07-20 8:28 ` [PATCH 24/50] gcc_4.5.1: add pr43810.patch Saul Wold
2011-07-20 8:28 ` [PATCH 25/50] gcc_4.5.1: add pr44290.patch Saul Wold
2011-07-20 8:28 ` [PATCH 26/50] gcc_4.5.1: add pr44606.patch Saul Wold
2011-07-20 8:28 ` [PATCH 27/50] gcc_4.5.1: add pr45094.patch Saul Wold
2011-07-20 8:28 ` [PATCH 28/50] gcc_4.5.1: add pr45052.patch Saul Wold
2011-07-20 8:28 ` [PATCH 29/50] gcc_4.5.1: add pr45886.patch Saul Wold
2011-07-20 8:28 ` [PATCH 30/50] bitbake.conf, sanity.bbclass: Drop mercurial-native Saul Wold
2011-07-20 8:28 ` [PATCH 31/50] help2man-native: Add 1.38.2 Saul Wold
2011-07-20 8:28 ` [PATCH 32/50] autotools.bbclass: Add help2man-native to the main DEPENDS tree Saul Wold
2011-07-20 8:28 ` [PATCH 33/50] default-distrovars: Add largefile and argp to DISTRO_FEATURES Saul Wold
2011-07-20 8:28 ` [PATCH 34/50] acl, attr: Fix build failures when NLS is disabled on uclibc Saul Wold
2011-07-20 8:28 ` [PATCH 35/50] classes/gettext: Do not disable nls for non target recipes Saul Wold
2011-07-20 8:28 ` [PATCH 36/50] libxdamage, libxft, libxrandr: Add missing dependency on virtual/libx11 Saul Wold
2011-07-20 8:28 ` [PATCH 37/50] tzcode,tzdata: Update tzdata to 2011h Saul Wold
2011-07-20 8:28 ` [PATCH 38/50] task-core-x11-sato: Add empty NETWORK_MANAGER for uclibc Saul Wold
2011-07-20 8:28 ` [PATCH 39/50] uclibc_0.9.32: Implement sync_file_range2 Saul Wold
2011-07-20 9:04 ` Phil Blundell
2011-07-20 8:28 ` [PATCH 40/50] oprofile: Fix build when query_module is not there Saul Wold
2011-07-20 8:28 ` [PATCH 41/50] powertop: Add lintl to linker commandline on uclibc Saul Wold
2011-07-20 8:28 ` [PATCH 42/50] pimlico/dates: Fix build " Saul Wold
2011-07-20 9:06 ` Phil Blundell
2011-07-20 8:28 ` [PATCH 43/50] binutils: Fix build when compiling target binutils recipe with gcc 4.6 Saul Wold
2011-07-20 8:28 ` [PATCH 44/50] clutter-box2d: Replace use of finite macro with C99 compliant isfinite() Saul Wold
2011-07-20 8:28 ` [PATCH 45/50] sysprof: Define NT_GNU_BUILD_ID if undefined Saul Wold
2011-07-20 8:28 ` [PATCH 46/50] mesa-xlib: Dont use locales with uclibc Saul Wold
2011-07-20 10:14 ` Phil Blundell
2011-07-20 14:15 ` Richard Purdie
2011-07-20 18:07 ` Khem Raj
2011-07-20 8:28 ` [PATCH 47/50] mesa-dri: Fix build on uclibc Saul Wold
2011-07-20 8:28 ` [PATCH 48/50] task-core-tools: Exclude systemtap for uclibc Saul Wold
2011-07-20 8:28 ` [PATCH 49/50] site/x86_64-linux-uclibc: Cache lf_cv_sane_realloc Saul Wold
2011-07-20 8:28 ` [PATCH 50/50] pseudo: fix uninitialised variable in realpath_fix.patch Saul Wold
2011-07-20 14:28 ` [PATCH 00/50] Major Update for Uclibc and gcc4.5.1 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1311150183.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox