All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Tian <kevin.tian@intel.com>
To: poky@pokylinux.org
Subject: [PATCH 0/4] fix some relocation issues for sstate
Date: Wed, 05 Jan 2011 19:41:42 +0800	[thread overview]
Message-ID: <b9dded$hinogg@orsmga002.jf.intel.com> (raw)

This series fix relocation issues of some sstate packages, which either encode
original staging path in binaries, or depend on default sysroot option of the 
toolchain which also point to original staging paths. Those links, to original
staging path where sstate packages are generated, are bogus to cause build
failures when sstate packages are used in a new build environment.

I've not finished the whole debug process yet, and there may be more to come.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: tk/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/master

Thanks,
    Kevin Tian <kevin.tian@intel.com>
---


Kevin Tian (4):
  binutils: use default ${CC} instead of defining it own
  flex-native: create a wrapper script for sstate installation
  bison-native: create a wrapper script for sstate installation
  perl: use ${CCLD} instead of its own LD definition

 meta/recipes-devtools/binutils/binutils.inc       |    2 --
 meta/recipes-devtools/binutils/binutils_2.20.1.bb |    2 +-
 meta/recipes-devtools/bison/bison_2.4.3.bb        |   10 +++++++++-
 meta/recipes-devtools/flex/flex.inc               |    6 ++++++
 meta/recipes-devtools/flex/flex_2.5.35.bb         |    2 +-
 meta/recipes-devtools/perl/perl_5.8.8.bb          |    4 ++--
 6 files changed, 19 insertions(+), 7 deletions(-)



                 reply	other threads:[~2011-01-05 11:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='b9dded$hinogg@orsmga002.jf.intel.com' \
    --to=kevin.tian@intel.com \
    --cc=poky@pokylinux.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.