From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [Consolidated Pull 00/23] uClibc/RPM Updates & Other fixes
Date: Sat, 16 Jun 2012 22:39:44 -0700 [thread overview]
Message-ID: <cover.1339911478.git.sgw@linux.intel.com> (raw)
Richard,
Been tested on the ab over the weekend, reviewed.
Autobuild turned up a latent dependency issue with mdadm!
Sau!
The following changes since commit 63d1ae1c2828cda03828b4c3fdde037d7a23f1e4:
directfb: added missing Upstream-status (2012-06-15 15:41:11 +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
Bruce Ashfield (1):
meta-skeleton: add linux-yocto-custom reference recipe
Kang Kai (4):
cleanup-workdir: update the way to check obsolete dirs
cleanup-workdir: replace commands with subprocess
cleanup-workdir: only deal dirs related to current arch
cleanup-workdir: update help text
Khem Raj (9):
uclibc_0.9.33.bb: Upgrade to latest git
site/x86_64-linux-uclibc: Cache definitions of guint32/guint64
rpm: Fix compilation on uclibc
rpm: Use link time check for libssp
sat-solver: Fix build on uclibc
libzypp: Fix build with uclibc
rpm: pass lrt and lpthread to link step explicitly for uclibc
zypper: Fix build on uclibc
libzypp: Define OECMAKE_CXX_LINK_FLAGS when compiling for uclibc
Laurentiu Palcu (2):
core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools
from IMAGE_INSTALL list
puzzles: upgrade to r9561
Mark Hatle (1):
busybox: Fix syslog configuration file
Robert Yang (1):
gcc-cross: argument list too long when do_install
Saul Wold (3):
directfb: fix Upstream-status -> Upstream-Status
curl: Use gnutls for target and openssl for native
mdadm: add binutils to DEPENDS
Xiaofeng Yan (2):
multilib.conf: Add the support of multilib for lsbinitscripts
lsbinitscripts: Add the header for functions.patch
.../recipes-kernel/linux/linux-yocto-custom.bb | 46 +++++++
.../0001-linux-version-tweak.patch | 26 ++++
.../linux/linux-yocto-custom/feature.scc | 1 +
.../linux/linux-yocto-custom/smp.cfg | 1 +
meta/conf/multilib.conf | 1 +
meta/recipes-core/busybox/busybox.inc | 1 +
meta/recipes-core/busybox/busybox_1.19.4.bb | 2 +-
meta/recipes-core/uclibc/uclibc_0.9.33.bb | 4 +-
meta/recipes-devtools/gcc/gcc-4.6.inc | 1 +
.../gcc/gcc-4.6/gcc-argument-list-too-long.patch | 33 +++++
meta/recipes-devtools/gcc/gcc-4.7.inc | 1 +
.../gcc/gcc-4.7/gcc-argument-list-too-long.patch | 33 +++++
.../rpm/rpm/fstack-protector-configure-check.patch | 21 +++
meta/recipes-devtools/rpm/rpm/rpmatch.patch | 42 +++++++
meta/recipes-devtools/rpm/rpm/uclibc-support.patch | 63 ++++++++++
meta/recipes-devtools/rpm/rpm_5.4.9.bb | 7 +-
meta/recipes-extended/libzypp/libzypp/cstdio.patch | 49 ++++++++
meta/recipes-extended/libzypp/libzypp_git.bb | 9 +-
.../lsb/lsbinitscripts/functions.patch | 3 +
meta/recipes-extended/mdadm/mdadm_3.2.5.bb | 1 +
.../sat-solver/sat-solver/futimes.patch | 32 +++++
meta/recipes-extended/sat-solver/sat-solver_git.bb | 3 +
meta/recipes-extended/zypper/zypper/rpmatch.patch | 23 ++++
meta/recipes-extended/zypper/zypper_git.bb | 2 +
...ibdirect-remove-include-of-linux-config.h.patch | 2 +-
.../images/core-image-gtk-directfb.bb | 3 +-
meta/recipes-qt/images/qt4e-demo-image.bb | 3 +-
.../puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} | 6 +-
meta/recipes-support/curl/curl_7.24.0.bb | 13 +-
meta/site/x86_64-linux-uclibc | 3 +
scripts/cleanup-workdir | 128 +++++++++++++-------
31 files changed, 496 insertions(+), 67 deletions(-)
create mode 100644 meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
create mode 100644 meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
create mode 100644 meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc
create mode 100644 meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg
create mode 100644 meta/recipes-devtools/gcc/gcc-4.6/gcc-argument-list-too-long.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/gcc-argument-list-too-long.patch
create mode 100644 meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch
create mode 100644 meta/recipes-devtools/rpm/rpm/rpmatch.patch
create mode 100644 meta/recipes-devtools/rpm/rpm/uclibc-support.patch
create mode 100644 meta/recipes-extended/libzypp/libzypp/cstdio.patch
create mode 100644 meta/recipes-extended/sat-solver/sat-solver/futimes.patch
create mode 100644 meta/recipes-extended/zypper/zypper/rpmatch.patch
rename meta/recipes-sato/puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} (88%)
--
1.7.7.6
next reply other threads:[~2012-06-17 5:50 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-17 5:39 Saul Wold [this message]
2012-06-17 5:39 ` [Consolidated Pull 01/23] gcc-cross: argument list too long when do_install Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 02/23] core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools from IMAGE_INSTALL list Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 03/23] busybox: Fix syslog configuration file Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 04/23] uclibc_0.9.33.bb: Upgrade to latest git Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 05/23] site/x86_64-linux-uclibc: Cache definitions of guint32/guint64 Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 06/23] rpm: Fix compilation on uclibc Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 07/23] rpm: Use link time check for libssp Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 08/23] sat-solver: Fix build on uclibc Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 09/23] libzypp: Fix build with uclibc Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 10/23] rpm: pass lrt and lpthread to link step explicitly for uclibc Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 11/23] zypper: Fix build on uclibc Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 12/23] libzypp: Define OECMAKE_CXX_LINK_FLAGS when compiling for uclibc Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 13/23] puzzles: upgrade to r9561 Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 14/23] multilib.conf: Add the support of multilib for lsbinitscripts Saul Wold
2012-06-17 5:39 ` [Consolidated Pull 15/23] lsbinitscripts: Add the header for functions.patch Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 16/23] meta-skeleton: add linux-yocto-custom reference recipe Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 17/23] cleanup-workdir: update the way to check obsolete dirs Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 18/23] cleanup-workdir: replace commands with subprocess Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 19/23] cleanup-workdir: only deal dirs related to current arch Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 20/23] cleanup-workdir: update help text Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 21/23] directfb: fix Upstream-status -> Upstream-Status Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 22/23] curl: Use gnutls for target and openssl for native Saul Wold
2012-06-17 5:40 ` [Consolidated Pull 23/23] mdadm: add binutils to DEPENDS Saul Wold
2012-06-17 8:59 ` Richard Purdie
2012-06-18 5:35 ` Saul Wold
2012-06-18 12:38 ` [Consolidated Pull 00/23] uClibc/RPM Updates & Other 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.1339911478.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 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.