All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Addition minor fixes
@ 2011-03-11  0:03 Mark Hatle
  2011-03-11  0:03 ` [PATCH 1/4] gcc-runtime: Ensure that gcc-runtime builds a debug package Mark Hatle
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mark Hatle @ 2011-03-11  0:03 UTC (permalink / raw)
  To: poky

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-11  0:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11  0:03 [PATCH 0/4] Addition minor fixes Mark Hatle
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

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.