Re: [OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-06-10 Thread Darren Hart
On 06/09/2013 05:11 AM, Jonathan Liu wrote: On 8 June 2013 09:31, Darren Hart dvh...@linux.intel.com wrote: On 05/08/2013 08:24 PM, Jonathan Liu wrote: These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if

Re: [OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-06-09 Thread Jonathan Liu
On 8 June 2013 09:31, Darren Hart dvh...@linux.intel.com wrote: On 05/08/2013 08:24 PM, Jonathan Liu wrote: These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe.

Re: [OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-06-07 Thread Darren Hart
On 05/08/2013 08:24 PM, Jonathan Liu wrote: These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe. Nice catch. Would you considering sending a patch against

[OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-05-08 Thread Jonathan Liu
These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/boot-directdisk.bbclass | 25