From: Ed Bartosh Date: Tue, 19 Jan 2016 16:51:10 +0000 (+0200) Subject: wic: add help for 'include' command X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7481f39382e63ecbb5de406559cc28e5689bd974;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic: add help for 'include' command Added description of 'include' parser command to the 'wic help kickstart' output. Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index f5587bbba78..405d25a878b 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 + + The 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. + """