generic-poky/scripts/lib
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
..
bsp scripts/lib/bsp/help.py: Add missing options to yocto-bsp help and usage 2016-03-26 08:06:36 +00:00
devtool devtool: add: create git repository if URL specified as positional argument 2016-03-25 10:29:13 +00:00
recipetool recipetool: create: don't create extra files directory unconditionally 2016-03-20 23:12:25 +00:00
wic wic: fix type of no-table option 2016-03-28 15:55:49 +01:00
argparse_oe.py scripts/lib/argparse_oe: tweak title above options 2016-02-21 09:32:42 +00:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py devtool / recipetool: use common code for launching editor 2016-02-21 09:32:42 +00:00