Re: [OE-core] [PATCH 37/61] lib/oe/package: Ensure strip breaks hardlinks

2015-02-18 Thread Enrico Scholz
Armin Kuster akuster808-re5jqeeqqe8avxtiumw...@public.gmane.org writes: Normally, strip preserves hardlinks which in the case of the way our hardlink rather than copy functionality works, This breaks stripping of hardlinked files. 'package.bbclass' contains logic to run 'strip' only once per

Re: [OE-core] [PATCH 37/61] lib/oe/package: Ensure strip breaks hardlinks

2015-02-18 Thread Richard Purdie
On Wed, 2015-02-18 at 19:25 +0100, Enrico Scholz wrote: Armin Kuster akuster808-re5jqeeqqe8avxtiumw...@public.gmane.org writes: Normally, strip preserves hardlinks which in the case of the way our hardlink rather than copy functionality works, This breaks stripping of hardlinked files.

[OE-core] [PATCH 37/61] lib/oe/package: Ensure strip breaks hardlinks

2015-02-05 Thread Armin Kuster
From: Richard Purdie richard.pur...@linuxfoundation.org Normally, strip preserves hardlinks which in the case of the way our hardlink rather than copy functionality works, is a disadvantage and leads to non-deterministic builds. This adds a move into place after the strip operation to ensure