diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-19 18:51:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-19 21:30:37 +0000 |
commit | 7481f39382e63ecbb5de406559cc28e5689bd974 (patch) | |
tree | d8dbad133007420b57e14a519320ee69dd5bdeb2 /scripts | |
parent | 629c6381669bd4acdb1613229cd095881d2d9cd2 (diff) | |
download | openembedded-core-7481f39382e63ecbb5de406559cc28e5689bd974.tar.gz openembedded-core-7481f39382e63ecbb5de406559cc28e5689bd974.tar.bz2 openembedded-core-7481f39382e63ecbb5de406559cc28e5689bd974.zip |
wic: add help for 'include' command
Added description of 'include' parser command to the
'wic help kickstart' output.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/help.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index f5587bbba7..405d25a878 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -760,4 +760,18 @@ DESCRIPTION implemented by the various --source plugins that implement bootloader functionality; the bootloader command essentially provides a means of modifying bootloader configuration. + + * include + + This command allows the user to include the content of .wks file + into original .wks file. + + Command uses the following syntax: + + include <file> + + The <file> is either path to the file or its name. If name is + specified wic will try to find file in the directories with canned + .wks files. + """ |