From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6592511029619458048 X-Received: by 2002:a5b:444:: with SMTP id s4-v6mr16460328ybp.58.1534938586715; Wed, 22 Aug 2018 04:49:46 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a25:5ad7:: with SMTP id o206-v6ls169643ybb.0.gmail; Wed, 22 Aug 2018 04:49:46 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyrmXzeERc2Ghkmbee4SoS/uiDx8B2DZgYB80ByTZWdtdQFm1UVBbKHTIde1prQzOzqHnz5 X-Received: by 2002:a25:b8c5:: with SMTP id g5-v6mr4438172ybm.49.1534938586435; Wed, 22 Aug 2018 04:49:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534938586; cv=none; d=google.com; s=arc-20160816; b=1CaIpT3vL5A5hEa6mWg2Ir31T2XRxJIGBC7RMvBwmKoEVHIrpZBZP8nK6EHyuufnv6 hswsvZDYDTSeweVo/bT5AQJIld3v6cQFyleWoMjZ5ZHFK4/zW7VKZjROTFSPRjDqbZMK zRgaovcWmGjb1dVwedsBVRl/GPte+HQrR0MfmBJscOSytTYmSgh8Fs7FgSnhm4M/V5am T0lqRxhP5qWOIxINgbKAzYnCuGY1jjkn66OAzb8s0iItW4nWYfUdgfMhErRNaosFHvDX kveeseqqw0N5Vq+TkhQ4z/Oyp7rxEN8mrT5adixA82k85rV4cnXBtmu92+SRnFeG7+If 56fg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:cc:to:from :arc-authentication-results; bh=GUM1HTi0rEtcZwf2R4RK3X7eNukSNBwuCWKGL7gOm3o=; b=NtCVTQdxGXqGZCN4h73ti3jOyODc08LmtX523hqh7MmU2rDvPpQoYmYVvJ5SQknNJ8 7nlh9whTBgzQTfGgQcgn4fQTGo5gNDzMMs4GURfqETtJ76xNqP4BRTojIBwE5APQAObU Hl1Oixufdv4IlBBSYxalVc7isZkAb9d/2HJeikh1xHVliqionpKpB4cDQRNyEjJGCg1W LsMkEC0UPU212aXAR8QpeldftsDVrbUumExqDapcLTmSPVt8fmtfUMOOHs0OOQZavcE3 gcv/fy26AvfS5MlYr7tfVG2L7PYwN9l5hzYdBeikXqV8qQh6r5FxIk+W3PIbEUgJfD8m 8eEA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com. [192.94.38.131]) by gmr-mx.google.com with ESMTPS id 66-v6si53096ybg.4.2018.08.22.04.49.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Aug 2018 04:49:46 -0700 (PDT) Received-SPF: pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) client-ip=192.94.38.131; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-02.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1fsRdx-00031D-6j from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Wed, 22 Aug 2018 04:49:45 -0700 Received: from FRG-W10-HOMBOUR.world.mentorg.com (137.202.0.87) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 22 Aug 2018 12:49:41 +0100 From: Cedric Hombourger To: CC: Cedric Hombourger Subject: [PATCH 0/1] update documentation for IMAGE_TYPE Date: Wed, 22 Aug 2018 13:49:33 +0200 Message-ID: <1534938574-7675-1-git-send-email-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: h+uL/ALkHfPc Documentation of the IMAGE_TYPE variable was misleading since it claimed that the variable could hold a space separated list of image types to be generated. The current image generation code really assumes that a single type will be specified. Also update the documentation to list "wic-img" as a provided IMAGE_TYPE. Cedric Hombourger (1): doc: clarify usage of the IMAGE_TYPE variable doc/user_manual.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -- 2.11.0