All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/9 V3] rpm compilation on uclibc
Date: Mon, 18 Jun 2012 09:48:20 -0700	[thread overview]
Message-ID: <4FDF5BD4.3040707@linux.intel.com> (raw)
In-Reply-To: <cover.1339740433.git.raj.khem@gmail.com>

On 06/14/2012 11:12 PM, Khem Raj wrote:
>
> This patch now can compile a uclibc sato image using rpm as packaging backend
> fixes libzypp, zypper, sat-solver builds on uclibc
> Upgrades uclibc-0.9.33 to latest on branch since we need
> the fixes for glib-2.32.x to work correctly.
> Fix glib-2.32.x build failure on x86_64/uclibc by caching
> the relevant config variables (guint32/guint64) same patch was
> applied to other architecture site files recently.
>
> The following changes since commit ba380813c0198f95b1e786aa7f49b80c68cfe9b9:
>
>    gcc-configure-target: Fix sysroot option breakage I introduced (sorry) (2012-06-14 19:48:07 +0100)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib kraj/misc-updates
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-updates
>
> 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
>
>   meta/recipes-core/uclibc/uclibc_0.9.33.bb          |    4 +-
>   .../rpm/rpm/fstack-protector-configure-check.patch |   13 ++++
>   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 ++-
>   .../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 +
>   meta/site/x86_64-linux-uclibc                      |    3 +
>   12 files changed, 245 insertions(+), 5 deletions(-)
>   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
>

Merged Updated set into OE-Core

Thanks
	Sau!



      parent reply	other threads:[~2012-06-18 16:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15  6:12 [PATCH 0/9 V3] rpm compilation on uclibc Khem Raj
2012-06-15  6:12 ` [PATCH 1/9] uclibc_0.9.33.bb: Upgrade to latest git Khem Raj
2012-06-15  6:12 ` [PATCH 2/9] site/x86_64-linux-uclibc: Cache definitions of guint32/guint64 Khem Raj
2012-06-15  6:12 ` [PATCH 3/9] rpm: Fix compilation on uclibc Khem Raj
2012-06-15  6:12 ` [PATCH 4/9] rpm: Use link time check for libssp Khem Raj
2012-06-15 12:43   ` Richard Purdie
2012-06-15 14:34     ` Khem Raj
2012-09-24 20:36   ` McClintock Matthew-B29882
2012-09-24 21:18     ` Khem Raj
2012-09-24 22:30       ` McClintock Matthew-B29882
2012-06-15  6:12 ` [PATCH 5/9] sat-solver: Fix build on uclibc Khem Raj
2012-06-15 12:55   ` Richard Purdie
2012-06-15 14:35     ` Khem Raj
2012-06-15 13:07   ` Bernhard Reutner-Fischer
2012-06-15  6:12 ` [PATCH 6/9] libzypp: Fix build with uclibc Khem Raj
2012-06-15  6:12 ` [PATCH 7/9] rpm: pass lrt and lpthread to link step explicitly for uclibc Khem Raj
2012-06-15  6:12 ` [PATCH 8/9] zypper: Fix build on uclibc Khem Raj
2012-06-15  6:12 ` [PATCH 9/9] libzypp: Define OECMAKE_CXX_LINK_FLAGS when compiling for uclibc Khem Raj
2012-06-18 16:48 ` Saul Wold [this message]

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=4FDF5BD4.3040707@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.