From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=bob.c.feng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 0C9F0211CFBFB for ; Mon, 4 Mar 2019 21:28:26 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Mar 2019 21:28:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,442,1544515200"; d="scan'208";a="279797102" Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.47]) by orsmga004.jf.intel.com with ESMTP; 04 Mar 2019 21:28:24 -0800 From: "Feng, Bob C" To: edk2-devel@lists.01.org Cc: Bob Feng , Liming Gao , Jaben Carsey Date: Tue, 5 Mar 2019 13:28:22 +0800 Message-Id: <20190305052822.24892-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Subject: [Patch] Document: Update Build spec to remove EDK related contents X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 05:28:27 -0000 Content-Transfer-Encoding: 8bit BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1453 Remove EDK related contents from Build spec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng Cc: Liming Gao Cc: Jaben Carsey --- .../103_build_intermediate_images.md | 3 +- 12_build_changes_and_customizations/README.md | 4 +- .../42_build_process_overview.md | 6 +- .../46_file_specifications.md | 20 +---- 6_quick_start/61_environment_variables.md | 24 +----- .../82_auto-generation_process.md | 76 +++---------------- .../83_auto-generated_code.md | 43 +++-------- .../85_auto-generated_makefiles.md | 23 +++--- 9_build_or_make_stage/README.md | 9 +-- appendix_a_variables.md | 3 +- 10 files changed, 43 insertions(+), 168 deletions(-) diff --git a/10_post-build_imagegen_stage_-_flash/103_build_intermediate_images.md b/10_post-build_imagegen_stage_-_flash/103_build_intermediate_images.md index 5f5aefc..9253cde 100644 --- a/10_post-build_imagegen_stage_-_flash/103_build_intermediate_images.md +++ b/10_post-build_imagegen_stage_-_flash/103_build_intermediate_images.md @@ -1,9 +1,9 @@ # 12 Build Changes and Customizations This chapter deals with customizing a build, including options and settings for -debugging, using custom tools as well as how to customize EDK component builds +debugging, using custom tools. diff --git a/4_edk_ii_build_process_overview/42_build_process_overview.md b/4_edk_ii_build_process_overview/42_build_process_overview.md index d0725d3..17ed278 100644 --- a/4_edk_ii_build_process_overview/42_build_process_overview.md +++ b/4_edk_ii_build_process_overview/42_build_process_overview.md @@ -1,9 +1,9 @@ ## 4.2 Build Process Overview Prior to executing a build command, specific system environment variables must -be initialized: `WORKSPACE`, `EDK_TOOLS_PATH` are required for all builds, -while `ECP_SOURCE`, `EFI_SOURCE` and `EDK_SOURCE` are only required to build -EDK II platforms that contain EDK components and EDK libraries. Additionally, +be initialized: `WORKSPACE`, `EDK_TOOLS_PATH` are required for all builds. Additionally, the provided EDK II tool set must be present in a directory that is in the system environment variable: PATH. The edksetup scripts provided in the root directory of the EDK II development tree will set the `WORKSPACE` and `EDK_TOOLS_PATH`, as well as modify the system environment variable, PATH to ensure that the tools can execute. Refer to "_Build Environment_" for more diff --git a/4_edk_ii_build_process_overview/46_file_specifications.md b/4_edk_ii_build_process_overview/46_file_specifications.md index a606488..f30f806 100644 --- a/4_edk_ii_build_process_overview/46_file_specifications.md +++ b/4_edk_ii_build_process_overview/46_file_specifications.md @@ -1,9 +1,9 @@