poky/scripts/lib/wic
Ed Bartosh 5cb7705d05 wic: fix type of no-table option
Type of --no-table option was incorrectly set in new wks parser.
It causes parser to require argument for this option, which makes
wic to fail with wks files that use --no-table:
    Error: argument --no-table: expected one argument

Changed action parameter to 'store_true' to fix the issue.

(From OE-Core rev: d483724cf3515f76e1b798a2018e2f3fa2bad0ba)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-28 15:55:49 +01:00
..
canned-wks wic: move parts of canned .wks into common.wks.inc 2016-01-20 17:07:13 +00:00
config wic: get rid of scripts/lib/image 2015-09-03 12:43:25 +01:00
imager wic: do not remove build dir in source plugins 2016-01-20 17:07:13 +00:00
plugins isoimage-isohybrid.py: fix cpio working directory 2016-02-07 17:29:59 +00:00
utils wic: refactor get_boot_config 2016-01-20 17:07:13 +00:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
__version__.py wic: Bump the version to 2.0 2014-08-11 10:53:12 +01:00
conf.py wic: rename kickstarter.py -> ksparser.py 2016-01-19 17:24:48 +00:00
creator.py wic: use optparse instead of cmdln 2015-09-03 12:43:28 +01:00
engine.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
help.py wic: add help for 'include' command 2016-01-20 17:07:14 +00:00
ksparser.py wic: fix type of no-table option 2016-03-28 15:55:49 +01:00
msger.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
partition.py wic: don't throw away our created swap partition 2016-02-28 11:33:04 +00:00
plugin.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
pluginbase.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
test wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00