From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BADC52195408B for ; Mon, 24 Apr 2017 18:57:38 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 24 Apr 2017 18:57:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,247,1488873600"; d="scan'208";a="93708931" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.36]) by fmsmga006.fm.intel.com with ESMTP; 24 Apr 2017 18:57:38 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Mon, 24 Apr 2017 18:57:34 -0700 Message-Id: <1493085455-10268-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [ edk2-BuildSpecification PATCH] Update build report to support -Y HASH option X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 01:57:38 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=504 GitHub branch for review: * https://github.com/mdkinney/edk2-BuildSpecification/tree/Bugzilla_504_AddBuildReportHashFlag GitHub word diff view of the patches in this series: * https://github.com/mdkinney/edk2-BuildSpecification/commit/20ff478363aa89be7adcf64fd0ba08615354c42b?w=1 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Michael Kinney (1): Update build report to support -Y HASH option 13_build_reports/131_build_report_generation_options.md | 4 ++++ 13_build_reports/132_sample_launch_steps_nt32_platform.md | 11 ++++++----- 13_build_reports/133_output.md | 2 +- 13_build_reports/138_module_section.md | 4 ++++ README.md | 1 + appendix_d_buildexe_command/d4_usage.md | 7 ++++--- 6 files changed, 20 insertions(+), 9 deletions(-) -- 2.6.3.windows.1