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-20 17:07:14 +0000 |
| commit | e3b3bcf07ab163eaefbb2537372a4c0fe00bf3ff (patch) | |
| tree | 4cb187cb4f58ba471a11b2afffa7de4e1b142568 /scripts/lib/wic/help.py | |
| parent | bfaabe52091ad7102f06929c963a39f14b51bc71 (diff) | |
| download | poky-e3b3bcf07ab163eaefbb2537372a4c0fe00bf3ff.tar.gz | |
wic: add help for 'include' command
Added description of 'include' parser command to the
'wic help kickstart' output.
(From OE-Core rev: 7481f39382e63ecbb5de406559cc28e5689bd974)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/help.py')
| -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 | |||
| 760 | implemented by the various --source plugins that implement | 760 | implemented by the various --source plugins that implement |
| 761 | bootloader functionality; the bootloader command essentially | 761 | bootloader functionality; the bootloader command essentially |
| 762 | provides a means of modifying bootloader configuration. | 762 | provides a means of modifying bootloader configuration. |
| 763 | |||
| 764 | * include | ||
| 765 | |||
| 766 | This command allows the user to include the content of .wks file | ||
| 767 | into original .wks file. | ||
| 768 | |||
| 769 | Command uses the following syntax: | ||
| 770 | |||
| 771 | include <file> | ||
| 772 | |||
| 773 | The <file> is either path to the file or its name. If name is | ||
| 774 | specified wic will try to find file in the directories with canned | ||
| 775 | .wks files. | ||
| 776 | |||
| 763 | """ | 777 | """ |
