From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [danny][PATCH 00/17] fix toolchain relocation issues
Date: Mon, 11 Mar 2013 19:04:24 +0800 [thread overview]
Message-ID: <cover.1362985569.git.hongxu.jia@windriver.com> (raw)
1, fix toolchain relocation issues for danny which has be done in 1.4 master.
2, there are several other defects on the way to fix toolchain relocation
issues, so cherry-pick a set of related patches from 1.4 master and merge to
danny.
[Yocto #3069]
[Yocto #3100]
[YOCTO #3325]
[Yocto #3338]
[YOCTO #3401]
[YOCTO #3839]
[YOCTO #3984]
The following changes since commit e89f812a0af56beda951c1dce6113a61d6db8cda:
bitbake: knotty.py: fix unknown event bb.event.DiskFull (2013-03-04 10:17:20 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/fix-toolchain-relocation-danny
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-toolchain-relocation-danny
Hongxu Jia (17):
toolchain-scripts.bbclass:add PYTHONHOME variable to
environment-setup
autoconf:fix autoreconf run failed on x86-64 gmae-toolchain
perl-rdepends_5.14.2.inc: update dependencies among modules
perl-rdepends_5.14.2.inc:fix perl File::Glob module is broken
perl-rdepends_5.14.2.inc:update dependency creating script
perl-rdepends_5.14.2.inc:be more strict in multiline comment
perl_5.14.2.bb: fix dependecies
perl_5.14.2.bb: use PACKAGES_DYNAMIC as regexp
perl_5.14.2.bb:Fix support strict/vars/config/warnings modules
perl_5.14.2.bb:fix autoreconf run failed on gmae-toolchain
generate-sh.patch:fix autoreconf run failed on gmae-toolchain
perl_5.14.2.bb:fix errors if configure is reattempted
automake_1.12.3.bb: update dependencies
nativesdk-ncurses 5.9: fix files were installed but not shipped
populate_sdk_base: tarball installer: SDK overwrite warning
perl_5.14.2.bb:fix toolchain relocation issues
populate_sdk_base.bbclass:fix toolchain relocation issues
meta/classes/populate_sdk_base.bbclass | 22 +-
meta/classes/toolchain-scripts.bbclass | 2 +
meta/recipes-core/ncurses/ncurses.inc | 4 +-
meta/recipes-devtools/autoconf/autoconf.inc | 18 +-
meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 +-
meta/recipes-devtools/automake/automake_1.12.3.bb | 20 +-
.../perl/perl-5.14.2/generate-sh.patch | 16 +-
.../recipes-devtools/perl/perl-rdepends_5.14.2.inc | 2686 ++++++++++++++++++--
meta/recipes-devtools/perl/perl_5.14.2.bb | 32 +-
9 files changed, 2552 insertions(+), 250 deletions(-)
--
1.7.10.4
next reply other threads:[~2013-03-11 11:21 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 11:04 Hongxu Jia [this message]
2013-03-11 11:04 ` [PATCH 01/17] toolchain-scripts.bbclass:add PYTHONHOME variable to environment-setup Hongxu Jia
2013-03-11 11:04 ` [PATCH 02/17] autoconf:fix autoreconf run failed on x86-64 gmae-toolchain Hongxu Jia
2013-03-11 11:04 ` [PATCH 03/17] perl-rdepends_5.14.2.inc: update dependencies among modules Hongxu Jia
2013-03-11 11:04 ` [PATCH 04/17] perl-rdepends_5.14.2.inc:fix perl File::Glob module is broken Hongxu Jia
2013-03-11 11:04 ` [PATCH 05/17] perl-rdepends_5.14.2.inc:update dependency creating script Hongxu Jia
2013-03-11 11:04 ` [PATCH 06/17] perl-rdepends_5.14.2.inc:be more strict in multiline comment Hongxu Jia
2013-03-11 11:04 ` [PATCH 07/17] perl_5.14.2.bb: fix dependecies Hongxu Jia
2013-03-11 11:04 ` [PATCH 08/17] perl_5.14.2.bb: use PACKAGES_DYNAMIC as regexp Hongxu Jia
2013-03-11 11:04 ` [PATCH 09/17] perl_5.14.2.bb:Fix support strict/vars/config/warnings modules Hongxu Jia
2013-03-11 11:04 ` [PATCH 10/17] perl_5.14.2.bb:fix autoreconf run failed on gmae-toolchain Hongxu Jia
2013-03-11 11:04 ` [PATCH 11/17] generate-sh.patch:fix " Hongxu Jia
2013-03-11 11:04 ` [PATCH 12/17] perl_5.14.2.bb:fix errors if configure is reattempted Hongxu Jia
2013-03-11 11:04 ` [PATCH 13/17] automake_1.12.3.bb: update dependencies Hongxu Jia
2013-03-11 11:04 ` [PATCH 14/17] nativesdk-ncurses 5.9: fix files were installed but not shipped Hongxu Jia
2013-03-11 11:04 ` [PATCH 15/17] populate_sdk_base: tarball installer: SDK overwrite warning Hongxu Jia
2013-03-11 11:04 ` [PATCH 16/17] perl_5.14.2.bb:fix toolchain relocation issues Hongxu Jia
2013-03-11 11:04 ` [PATCH 17/17] populate_sdk_base.bbclass:fix " Hongxu Jia
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.1362985569.git.hongxu.jia@windriver.com \
--to=hongxu.jia@windriver.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