All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] uclibc update and misc fixes.
@ 2012-01-24 17:42 Khem Raj
  2012-01-24 17:42 ` [PATCH 1/7] ltp: Update recipe and fix building on uclibc Khem Raj
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Khem Raj @ 2012-01-24 17:42 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-01-25 15:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 17:42 [PATCH 0/7] uclibc update and misc fixes Khem Raj
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

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.