mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bfaabe5209
commit
e3b3bcf07a
@@ -760,4 +760,18 @@ DESCRIPTION
|
|||||||
implemented by the various --source plugins that implement
|
implemented by the various --source plugins that implement
|
||||||
bootloader functionality; the bootloader command essentially
|
bootloader functionality; the bootloader command essentially
|
||||||
provides a means of modifying bootloader configuration.
|
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.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user