image_fstypes in the configuration has been changed into a string rather than
a list. Here we correct it in __init__() of class Configuration. At other places,
image_fstypes are all strings.
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
self.lconf_version = params["lconf_version"]
self.extra_setting = {}
self.toolchain_build = False
- self.image_fstypes = params["image_fstypes"].split()
+ self.image_fstypes = params["image_fstypes"]
# bblayers.conf
self.layers = params["layer"].split()
# image/recipes/packages