Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Paul Eggleton
On Friday 14 August 2015 11:47:16 Burton, Ross wrote: On 11 August 2015 at 09:44, Patrick Ohly patrick.o...@intel.com wrote: Installing tar into the sysroot leads to race conditions (tasks which do not depend on tar-replacement-native may already call tar while it's installation is

Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Burton, Ross
On 14 August 2015 at 12:01, Paul Eggleton paul.eggle...@linux.intel.com wrote: Or install the buildtools perhaps. Yes, I had that in my head but someone failed to write it down. There's a fair chance that a host with a sufficiently old tar also needs other updates, and that's when buildtools

Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Paul Eggleton
On Friday 14 August 2015 16:52:08 Patrick Ohly wrote: On Fri, 2015-08-14 at 12:03 +0100, Burton, Ross wrote: On 14 August 2015 at 12:01, Paul Eggleton paul.eggle...@linux.intel.com wrote: Or install the buildtools perhaps. Yes, I had that in my head but someone failed to

Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Patrick Ohly
On Fri, 2015-08-14 at 12:03 +0100, Burton, Ross wrote: On 14 August 2015 at 12:01, Paul Eggleton paul.eggle...@linux.intel.com wrote: Or install the buildtools perhaps. Yes, I had that in my head but someone failed to write it down. There's a fair chance that a host

Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Patrick Ohly
On Fri, 2015-08-14 at 15:56 +0100, Paul Eggleton wrote: On Friday 14 August 2015 16:52:08 Patrick Ohly wrote: On Fri, 2015-08-14 at 12:03 +0100, Burton, Ross wrote: On 14 August 2015 at 12:01, Paul Eggleton paul.eggle...@linux.intel.com wrote: Or install the buildtools

Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Paul Eggleton
On Friday 14 August 2015 17:38:38 Patrick Ohly wrote: On Fri, 2015-08-14 at 15:56 +0100, Paul Eggleton wrote: On Friday 14 August 2015 16:52:08 Patrick Ohly wrote: On Fri, 2015-08-14 at 12:03 +0100, Burton, Ross wrote: On 14 August 2015 at 12:01, Paul Eggleton

Re: [OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-14 Thread Burton, Ross
On 11 August 2015 at 09:44, Patrick Ohly patrick.o...@intel.com wrote: Installing tar into the sysroot leads to race conditions (tasks which do not depend on tar-replacement-native may already call tar while it's installation is incomplete). Avoid those by installing only the tar binary under

[OE-core] [PATCH 1/3] tar-replacement-native: avoid race condition with host tar

2015-08-11 Thread Patrick Ohly
Installing tar into the sysroot leads to race conditions (tasks which do not depend on tar-replacement-native may already call tar while it's installation is incomplete). Avoid those by installing only the tar binary under the name tar-native. Signed-off-by: Patrick Ohly patrick.o...@intel.com