From: Mark Hatle <mark.hatle@windriver.com>
To: <poky@lists.pokylinux.org>
Subject: [PATCH 0/4] Addition minor fixes
Date: Thu, 10 Mar 2011 18:03:50 -0600 [thread overview]
Message-ID: <cover.1299801529.git.mark.hatle@windriver.com> (raw)
patch 1/4 has previous been submitted..
patch 2-4 are new works items.
(Patch 2/4) While working on debugging Zypper it was noted that all of
the zypper components ended up in the same directory in /usr/src/debug
on the target. The directory structure was adjusted slightly to ensure
we don't get any conflicts.
(patch 4/4) In addition when debugging C++ components, it's difficult
unless the python helpers are available. Fix the gcc-runtime recipe to
include the helpers.
(patch 3/4) We also fix a race condition where rpm package writing could
occur at the same time that the RPM solvedb is being generated. This
race could cause a failure.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: mhatle/bernard/fixes
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/bernard/fixes
Thanks,
Mark Hatle <mark.hatle@windriver.com>
---
Mark Hatle (4):
gcc-runtime: Ensure that gcc-runtime builds a debug package
package.bbclass: Change the debug directory to avoid conflicts
package_rpm: Fix rootfs generation
gcc-runtime: Fix dbg files
meta/classes/package.bbclass | 10 ++++++++--
meta/classes/package_rpm.bbclass | 8 +++++++-
meta/recipes-devtools/gcc/gcc-package-runtime.inc | 8 ++++++++
meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 2 +-
4 files changed, 24 insertions(+), 4 deletions(-)
--
1.7.3.4
next reply other threads:[~2011-03-11 0:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-11 0:03 Mark Hatle [this message]
2011-03-11 0:03 ` [PATCH 1/4] gcc-runtime: Ensure that gcc-runtime builds a debug package Mark Hatle
2011-03-11 0:03 ` [PATCH 2/4] package.bbclass: Change the debug directory to avoid conflicts Mark Hatle
2011-03-11 0:03 ` [PATCH 3/4] package_rpm: Fix rootfs generation Mark Hatle
2011-03-11 0:03 ` [PATCH 4/4] gcc-runtime: Fix dbg files Mark Hatle
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.1299801529.git.mark.hatle@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@lists.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.