From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] uclibc update and misc fixes.
Date: Tue, 24 Jan 2012 09:42:49 -0800 [thread overview]
Message-ID: <cover.1327426808.git.raj.khem@gmail.com> (raw)
Hi
Follwing patches have been tested on uclibc using all qemu
machines.
The following changes since commit a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9:
gcc-common.inc: Fix comment (2012-01-24 14:38:31 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/misc-fixes
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-fixes
Khem Raj (7):
ltp: Update recipe and fix building on uclibc
gdb-common: Drop elfutils from DEPENDS
task-core-tools: Divide it into 3 recipes
uclibc: Dont package all .a in uclibc-dev
eglibc-2.15: Add upstream status for x86_fenv.patch
uclibc-git: Update to latest RC
util-linux: Change SRC_URI to a fetchable location
.../conf/distro/include/distro_tracking_fields.inc | 26 ++-
meta/conf/multilib.conf | 4 +-
.../recipes-core/eglibc/eglibc-2.15/x86_fenv.patch | 7 +
meta/recipes-core/tasks/task-core-tools-debug.bb | 26 +++
...sk-core-tools.bb => task-core-tools-profile.bb} | 81 +++------
.../recipes-core/tasks/task-core-tools-testapps.bb | 46 +++++
.../uclibc/uclibc-git/argp-headers.patch | 2 +
.../uclibc/uclibc-git/argp-support.patch | 3 +
.../uclibc-git/compile-arm-fork-with-O2.patch | 2 +-
.../uclibc/uclibc-git/cross_compile_check.patch | 13 --
.../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 83 ---------
.../uclibc/uclibc-git/orign_path.patch | 185 ++++++++++++++++++++
.../uclibc-git/remove_attribute_optimize_Os.patch | 12 --
.../uclibc/uclibc-git/uclibc-arm-ftruncate64.patch | 18 --
meta/recipes-core/uclibc/uclibc.inc | 3 +-
meta/recipes-core/uclibc/uclibc_git.bb | 8 +-
meta/recipes-core/util-linux/util-linux.inc | 2 +-
meta/recipes-devtools/gdb/gdb-common.inc | 6 +-
.../ltp/ltp/uclibc-getcontext.patch | 78 ++++++++
.../ltp/{ltp_20110915.bb => ltp_20120104.bb} | 10 +-
20 files changed, 408 insertions(+), 207 deletions(-)
create mode 100644 meta/recipes-core/tasks/task-core-tools-debug.bb
rename meta/recipes-core/tasks/{task-core-tools.bb => task-core-tools-profile.bb} (48%)
create mode 100644 meta/recipes-core/tasks/task-core-tools-testapps.bb
delete mode 100644 meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
delete mode 100644 meta/recipes-core/uclibc/uclibc-git/fix_libdl.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/orign_path.patch
delete mode 100644 meta/recipes-core/uclibc/uclibc-git/uclibc-arm-ftruncate64.patch
create mode 100644 meta/recipes-extended/ltp/ltp/uclibc-getcontext.patch
rename meta/recipes-extended/ltp/{ltp_20110915.bb => ltp_20120104.bb} (93%)
--
1.7.8.3
next reply other threads:[~2012-01-24 17:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 17:42 Khem Raj [this message]
2012-01-24 17:42 ` [PATCH 1/7] ltp: Update recipe and fix building on uclibc Khem Raj
2012-01-24 17:42 ` [PATCH 2/7] gdb-common: Drop elfutils from DEPENDS Khem Raj
2012-01-25 12:32 ` Richard Purdie
2012-01-25 14:58 ` Khem Raj
2012-01-24 17:42 ` [PATCH 3/7] task-core-tools: Divide it into 3 recipes Khem Raj
2012-01-25 1:08 ` Saul Wold
2012-01-25 1:26 ` Khem Raj
2012-01-25 10:20 ` Paul Eggleton
2012-01-24 17:42 ` [PATCH 4/7] uclibc: Dont package all .a in uclibc-dev Khem Raj
2012-01-24 17:42 ` [PATCH 5/7] eglibc-2.15: Add upstream status for x86_fenv.patch Khem Raj
2012-01-24 17:43 ` [PATCH 6/7] uclibc-git: Update to latest RC Khem Raj
2012-01-24 17:43 ` [PATCH 7/7] util-linux: Change SRC_URI to a fetchable location Khem Raj
2012-01-25 14:36 ` [PATCH 0/7] uclibc update and misc fixes 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.1327426808.git.raj.khem@gmail.com \
--to=raj.khem@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.