Re: [OE-core] [v3 PATCH 8/9] boot-directdisk.bbclass: Fix media generation problems with vmdk

2013-09-17 Thread Darren Hart
On Tue, 2013-09-17 at 08:32 -0500, Jason Wessel wrote: > The various populate methods need to accept a path as an argument vs > using hard expanded variables. In the case of the boot-directdisk > class it uses a different path for HDDDIR but it gets eclipsed by the > the class definition at the po

[OE-core] [v3 PATCH 8/9] boot-directdisk.bbclass: Fix media generation problems with vmdk

2013-09-17 Thread Jason Wessel
The various populate methods need to accept a path as an argument vs using hard expanded variables. In the case of the boot-directdisk class it uses a different path for HDDDIR but it gets eclipsed by the the class definition at the point in time ${HDDDIR} gets expanded. The logical fix is to pas