generic-poky/scripts/lib/wic
Chen Qi 9cacf8488c wic: improve error message
When using `wic create mkefidisk -e core-image-minimal', the following
error message appeared.

  Please bake it with 'bitbake parted-native' and try again.

However, following this command doesn't do any help. The same problem
still appeared.

The problem is that when we 'bitbake parted-native', it doesn't have
anything to do with core-image-minimal. And the required tool 'parted'
is not under core-image-minimal's recipe-sysroot-native directory.

Improve the error message so that following it could get things done.

(From OE-Core rev: f0425c0a0f1c98f65bf61fd9aa7e023ed41a35fa)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-05 23:22:13 +01:00
..
canned-wks wic: add more targets to directdisk syslinux config 2017-03-04 23:18:18 +00:00
plugins wic: set correct system id for msdos partitions 2017-04-01 08:14:58 +01:00
utils wic: improve error message 2017-04-05 23:22:13 +01:00
__init__.py wic: move WicError to lib/wic/__init__.py 2017-03-04 23:18:17 +00:00
engine.py wic: move PluginMgr class to pluginbase 2017-03-04 23:18:17 +00:00
filemap.py Revert "filemap: remove FilemapSeek class" 2017-04-05 23:22:13 +01:00
help.py wic: fix list of supported fstypes in help content 2017-04-01 08:14:58 +01:00
ksparser.py wic: allow only supported fstypes 2017-04-01 08:14:57 +01:00
partition.py wic: partition: Update fsck parameters 2017-04-01 08:14:58 +01:00
pluginbase.py wic: pluginbase: use global dictionary 2017-03-04 23:18:17 +00:00