]> code.ossystems Code Review - openembedded-core.git/commit
targetcontrol.py: make possible dynamical determination of rootfs type
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Fri, 6 Jun 2014 19:14:32 +0000 (22:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 11:51:37 +0000 (12:51 +0100)
commit39d5aa5c9f2916700f81d15adc220a30c6b120d1
treed1631f67bfa0992624c5f9950390ad3c72a4dc29
parentc8722b510f779cd20757477a7f7a7a2a35b9a9c5
targetcontrol.py: make possible dynamical determination of rootfs type

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 scripts can get the image fstype.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/targetcontrol.py