All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Preserve hard links
@ 2011-02-09  5:51 Mark Hatle
  2011-02-09  5:51 ` [PATCH 1/2] package.bbclass: Preserve hard links! Mark Hatle
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mark Hatle @ 2011-02-09  5:51 UTC (permalink / raw)
  To: poky

While working on another part of the system, I noticed that Poky didn't appear
to be preserving any hard links in the system.  This change not only
preserves hardlinks during packaging, but also shrinks the overall
disk space required for a build.  In my poky-image-minimal my required
footprint shank by 200+ MB.

The second part of this patch I took a guess as to the right components to
modify.  It has passed the testing I've performed so far, but I'm not
100% sure that it's correct.  I believe a bit of additional review may be
necessary.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: mhatle/hardlink
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/hardlink

Thanks,
    Mark Hatle <mark.hatle@windriver.com>
---


Mark Hatle (2):
  package.bbclass: Preserve hard links!
  Misc hard link fixes

 meta/classes/libc-package.bbclass     |   12 ++++++------
 meta/classes/package.bbclass          |   18 +++++++++++++++++-
 meta/classes/populate_sdk_deb.bbclass |    2 +-
 meta/classes/sourcepkg.bbclass        |    2 +-
 meta/classes/staging.bbclass          |    2 +-
 5 files changed, 26 insertions(+), 10 deletions(-)

-- 
1.7.3.4



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

end of thread, other threads:[~2011-02-09 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09  5:51 [PATCH 0/2] Preserve hard links Mark Hatle
2011-02-09  5:51 ` [PATCH 1/2] package.bbclass: Preserve hard links! Mark Hatle
2011-02-09  5:51 ` [PATCH 2/2] Misc hard link fixes Mark Hatle
2011-02-09 12:20 ` [PATCH 0/2] Preserve hard links Richard Purdie
2011-02-09 13:10   ` Richard Purdie

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.