From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED REQUEST (v2) 00/22] Fixes for 1.3 RC2 (no cover letter)
Date: Thu, 20 Sep 2012 22:22:49 -0700 [thread overview]
Message-ID: <cover.1348204894.git.sgw@linux.intel.com> (raw)
Richard,
This contains a set of fixes that have been tested against the
build.
I have included the GDB update, which I know is late in the game,
but I think it important tool to be updated.
I also included Wenzong's TMPDIR fix, if you read the chain of emails
this seems to be the only way to fix this give the number of m4 macro
files included and the fact that we really can't patch the host aclocal.
This also adds Laurentiu's SDK/ADT-Installer patches.
Sau!
The following changes since commit 9db6ea4981fe22dd430c13d9f5a838ad92d1afe6:
gtk+: enable gtk+-native (2012-09-20 13:21:59 +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):
linux-yocto/3.4: use profiling and latencytop features in yocto bsps
Constantin Musca (1):
intltool: include intltool.m4 and add missing rdepends
Cristian Iorga (2):
qemux86: Support for KVM, paravirt and virtio added
qemux86-64: Support for KVM, paravirt and virtio added
Darren Hart (1):
mkefidisk.sh: Add script to do an EFI install on the host
Khem Raj (1):
gdb: Upgrade 7.4 -> 7.5
Laurentiu Palcu (6):
adt-installer: fix package installation issue
SDK: fix installation into symlinked directories
adt-installer: ensure directory exists before copying/removing
SDK: remove references to Poky distro from tarball installer
SDK: relocate symlinks too
SDK: allow toolchain installation from another directory
Martin Jansa (3):
opkg: replace local patches with git patches submitted upstream
opkg: add patch to fix SIGSEGV when printing status file
opkg-nogpg: drop SRCREV
Radu Moisan (1):
insane.bbclass: add library dir sanity check
Robert Yang (3):
rpm 5.4.9: DEPENDS on bison-native
opkg 0.1.8: remove it since it doesn't work
opkg svn: respect to the arch priority
Ross Burton (1):
librsvg: make the libcroco dependency a PACKAGECONFIG option
Scott Garman (1):
runqemu: show bitbake errors to user
Wenzong Fan (1):
coreutils: fix do_configure error with long TMPDIR
meta/classes/insane.bbclass | 39 ++-
meta/classes/populate_sdk_base.bbclass | 21 +-
meta/recipes-core/coreutils/coreutils_8.14.bb | 4 +-
meta/recipes-devtools/gdb/gdb-common.inc | 11 +-
...canadian_7.4.1.bb => gdb-cross-canadian_7.5.bb} | 0
.../gdb/{gdb-cross_7.4.1.bb => gdb-cross_7.5.bb} | 0
meta/recipes-devtools/gdb/gdb.inc | 1 -
meta/recipes-devtools/gdb/gdb/no-werror.patch | 80 ----
.../gdb/gdb/renesas-sh-native-support.patch | 194 +++++-----
meta/recipes-devtools/gdb/gdb/siginfo_t.patch | 403 --------------------
.../gdb/{gdb_7.4.1.bb => gdb_7.5.bb} | 0
.../installer/adt-installer/adt_installer | 6 +-
.../adt-installer/scripts/adt_installer_internal | 61 ++--
meta/recipes-devtools/intltool/intltool.inc | 9 +-
meta/recipes-devtools/intltool/intltool_0.50.0.bb | 2 +-
.../opkg/opkg-0.1.8/headerfix.patch | 19 -
meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb | 10 -
meta/recipes-devtools/opkg/opkg-nogpg_svn.bb | 2 -
.../0001-add-opkg_compare_versions-function.patch | 54 +++
...e-the-uname-gname-fields-when-extracting.patch} | 31 +-
...ix-dependency-issues-for-preinst-scripts.patch} | 66 ++--
...nst-script-is-not-fatal-with-conf-offlin.patch} | 76 +++--
...ot-read-etc-opkg-.conf-if-f-is-specified.patch} | 12 +-
...tch => 0006-detect-circular-dependencies.patch} | 82 +++--
...g-provides-even-when-oldpkg-provides-exis.patch | 49 +++
.../opkg/opkg/0008-select_higher_version.patch | 102 +++++
meta/recipes-devtools/opkg/opkg/add_vercmp.patch | 36 --
meta/recipes-devtools/opkg/opkg_0.1.8.bb | 11 -
meta/recipes-devtools/opkg/opkg_svn.bb | 16 +-
meta/recipes-devtools/rpm/rpm_5.4.9.bb | 4 +-
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 10 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 6 +-
scripts/contrib/mkefidisk.sh | 255 +++++++++++++
scripts/runqemu | 28 ++-
scripts/runqemu-internal | 18 +-
36 files changed, 887 insertions(+), 833 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.4.1.bb => gdb-cross-canadian_7.5.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.4.1.bb => gdb-cross_7.5.bb} (100%)
delete mode 100644 meta/recipes-devtools/gdb/gdb/no-werror.patch
delete mode 100644 meta/recipes-devtools/gdb/gdb/siginfo_t.patch
rename meta/recipes-devtools/gdb/{gdb_7.4.1.bb => gdb_7.5.bb} (100%)
delete mode 100644 meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
create mode 100644 meta/recipes-devtools/opkg/opkg/0001-add-opkg_compare_versions-function.patch
rename meta/recipes-devtools/opkg/opkg/{add_uname_support.patch => 0002-Ensure-we-use-the-uname-gname-fields-when-extracting.patch} (69%)
rename meta/recipes-devtools/opkg/opkg/{fix_installorder.patch => 0003-Fix-dependency-issues-for-preinst-scripts.patch} (81%)
rename meta/recipes-devtools/opkg/opkg/{offline_postinstall.patch => 0004-Failed-postinst-script-is-not-fatal-with-conf-offlin.patch} (50%)
rename meta/recipes-devtools/opkg/opkg/{conf_override.patch => 0005-Do-not-read-etc-opkg-.conf-if-f-is-specified.patch} (88%)
rename meta/recipes-devtools/opkg/opkg/{track_parents.patch => 0006-detect-circular-dependencies.patch} (58%)
create mode 100644 meta/recipes-devtools/opkg/opkg/0007-merge-newpkg-provides-even-when-oldpkg-provides-exis.patch
create mode 100644 meta/recipes-devtools/opkg/opkg/0008-select_higher_version.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/add_vercmp.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg_0.1.8.bb
create mode 100755 scripts/contrib/mkefidisk.sh
--
1.7.7.6
next reply other threads:[~2012-09-21 5:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 5:22 Saul Wold [this message]
2012-09-21 13:57 ` [CONSOLIDATED REQUEST (v2) 00/22] Fixes for 1.3 RC2 (no cover letter) 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.1348204894.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox