Re: [OE-core] [PATCH V2 1/7] targetcontrol.py: make possible dynamical determination of rootfs type

2014-06-08 Thread Stoicescu, CorneliuX
-Original Message- From: Stefan Stanacar [mailto:sst...@gmail.com] Sent: Saturday, June 07, 2014 2:38 PM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH V2 1/7] targetcontrol.py: make possible dynamical determination of rootfs

Re: [OE-core] [PATCH V2 1/7] targetcontrol.py: make possible dynamical determination of rootfs type

2014-06-07 Thread Stefan Stanacar
Hi Corneliu, On Fri, Jun 6, 2014 at 10:14 PM, Corneliu Stoicescu corneliux.stoice...@intel.com wrote: YB: #6375 Added a new method get_image_fstype() that autodetermines what fstype to use for the rootfs file. This method uses a new list variable 'supported_image_fstypes' that contains

[OE-core] [PATCH V2 1/7] targetcontrol.py: make possible dynamical determination of rootfs type

2014-06-06 Thread Corneliu Stoicescu
YB: #6375 Added a new method get_image_fstype() that autodetermines what fstype to use for the rootfs file. This method uses a new list variable 'supported_image_fstypes' that contains image fstypes supported by the target controller. This method is also a classmethod which means outside