From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id 5195D731A3 for ; Tue, 19 Jan 2016 18:48:56 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 19 Jan 2016 10:48:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,318,1449561600"; d="scan'208";a="894019657" Received: from linux.intel.com ([10.23.219.25]) by orsmga002.jf.intel.com with ESMTP; 19 Jan 2016 10:48:55 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 947F62C8001 for ; Tue, 19 Jan 2016 11:36:50 -0800 (PST) From: Ed Bartosh To: openembedded-core@lists.openembedded.org Date: Tue, 19 Jan 2016 18:51:10 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [wic][PATCH v2 8/9] wic: add help for 'include' command X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 18:48:57 -0000 Added description of 'include' parser command to the 'wic help kickstart' output. Signed-off-by: Ed Bartosh --- scripts/lib/wic/help.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index f5587bb..405d25a 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. + """ -- 2.1.4