Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] Update uclibc to latest git and drop 0.9.33
Date: Sun, 30 Jun 2013 21:02:21 -0700	[thread overview]
Message-ID: <cover.1372651136.git.raj.khem@gmail.com> (raw)

Tested booting on all supported qemu machines
uclibc git is needed for supporting systemd reliably

The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42:

  classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:05 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-update
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-update

Khem Raj (3):
  uclibc: Update to latest git/master version
  uclibc: Remove 0.9.33 recipes
  bison: Delete unused patch

 meta/recipes-core/uclibc/uclibc-0.9.33.inc         |   23 -
 .../uclibc/uclibc-0.9.33/argp-headers.patch        |  583 ---
 .../uclibc/uclibc-0.9.33/argp-support.patch        | 5192 --------------------
 .../uclibc-0.9.33/compile-arm-fork-with-O2.patch   |   21 -
 .../uclibc-0.9.33/define-MSG_CMSG_CLOEXEC.patch    |   25 -
 meta/recipes-core/uclibc/uclibc-0.9.33/dup3.patch  |   37 -
 ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch |   27 -
 .../libc_symbols_include_bits_uclibc_config.patch  |   23 -
 .../uclibc/uclibc-0.9.33/mount.h-update.patch      |   83 -
 .../uclibc/uclibc-0.9.33/orign_path.patch          |  185 -
 .../uclibc/uclibc-0.9.33/posix_fallocate.patch     |  407 --
 .../uclibc/uclibc-0.9.33/powerpc_copysignl.patch   |  113 -
 .../remove_attribute_optimize_Os.patch             |  179 -
 .../uclibc/uclibc-0.9.33/uClibc.distro             |  190 -
 .../uclibc/uclibc-0.9.33/uClibc.machine            |   14 -
 .../uclibc/uclibc-0.9.33/uclibc-execvpe.patch      |  163 -
 .../uclibc-0.9.33/uclibc_enable_log2_test.patch    |   35 -
 meta/recipes-core/uclibc/uclibc-config.inc         |   12 +
 meta/recipes-core/uclibc/uclibc-git.inc            |    8 +-
 .../0001-add-posix_fadvise-for-arm.patch           |   68 +
 .../0001-i386-sysdep.h-Remove-STABS_-macros.patch  |   71 -
 ...-Move-aeabi_read_tp-to-uclibc_nonshared.a.patch |    9 +-
 meta/recipes-core/uclibc/uclibc-git/locale.cfg     |    3 +
 meta/recipes-core/uclibc/uclibc-git/obstack.cfg    |    1 +
 .../uclibc/uclibc-git/powerpc_copysignl.patch      |   10 +-
 meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb  |   36 -
 meta/recipes-core/uclibc/uclibc.inc                |    6 +-
 meta/recipes-core/uclibc/uclibc_0.9.33.bb          |   22 -
 .../recipes-devtools/bison/bison/remove-gets.patch |   20 -
 29 files changed, 102 insertions(+), 7464 deletions(-)
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33.inc
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/argp-headers.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/argp-support.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/compile-arm-fork-with-O2.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/define-MSG_CMSG_CLOEXEC.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/dup3.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/libc_symbols_include_bits_uclibc_config.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/mount.h-update.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/orign_path.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/posix_fallocate.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/powerpc_copysignl.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/remove_attribute_optimize_Os.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/uClibc.distro
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/uClibc.machine
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/uclibc-execvpe.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/uclibc_enable_log2_test.patch
 create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-add-posix_fadvise-for-arm.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-i386-sysdep.h-Remove-STABS_-macros.patch
 create mode 100644 meta/recipes-core/uclibc/uclibc-git/locale.cfg
 create mode 100644 meta/recipes-core/uclibc/uclibc-git/obstack.cfg
 delete mode 100644 meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb
 delete mode 100644 meta/recipes-core/uclibc/uclibc_0.9.33.bb
 delete mode 100644 meta/recipes-devtools/bison/bison/remove-gets.patch

-- 
1.7.9.5



             reply	other threads:[~2013-07-01  4:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01  4:02 Khem Raj [this message]
2013-07-01  4:02 ` [PATCH 1/3] uclibc: Update to latest git/master version Khem Raj
2013-07-01  4:02 ` [PATCH 2/3] uclibc: Remove 0.9.33 recipes Khem Raj
2013-07-01  4:02 ` [PATCH 3/3] bison: Delete unused patch Khem Raj

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.1372651136.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox