* [CONSOLIDATED REQUEST (v2) 00/22] Fixes for 1.3 RC2 (no cover letter)
@ 2012-09-21 5:22 Saul Wold
2012-09-21 13:57 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2012-09-21 5:22 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [CONSOLIDATED REQUEST (v2) 00/22] Fixes for 1.3 RC2 (no cover letter)
2012-09-21 5:22 [CONSOLIDATED REQUEST (v2) 00/22] Fixes for 1.3 RC2 (no cover letter) Saul Wold
@ 2012-09-21 13:57 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-21 13:57 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
On Thu, 2012-09-20 at 22:22 -0700, Saul Wold wrote:
> 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.
I merged this apart from the above fix which really needs to be made to
autotools.bbclass and shouldn't be difficult to fix there. I've sent a
separate email.
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-21 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 5:22 [CONSOLIDATED REQUEST (v2) 00/22] Fixes for 1.3 RC2 (no cover letter) Saul Wold
2012-09-21 13:57 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox