]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Preserve hard links!
authorMark Hatle <mark.hatle@windriver.com>
Wed, 9 Feb 2011 03:49:36 +0000 (21:49 -0600)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Feb 2011 22:46:30 +0000 (22:46 +0000)
commit3e6d91ece0556fa1c9c84bef60678d8148b789f4
tree56b7fe19c0c7f00bbadd0f29267352eca9e040d2
parent58ae42cbc386a8cd59f12527d3e47bea82d9b36f
package.bbclass: Preserve hard links!

Hard links were not being preserved in the move from the install image
-> package copy.  Again they were being discarded in the package ->
packages-split copy as well.

By preserving the hard links we have the potential to save a ton of rootfs
space.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package.bbclass