From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 454E420D7648C for ; Wed, 12 Apr 2017 18:24:55 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 12 Apr 2017 18:24:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,192,1488873600"; d="scan'208";a="1134718777" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 12 Apr 2017 18:24:54 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Apr 2017 18:24:54 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Apr 2017 18:24:54 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Thu, 13 Apr 2017 09:24:52 +0800 From: "Zhu, Yonghong" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Shaw, Kevin W" , "Zhu, Yonghong" Thread-Topic: [edk2-BuildSpecification PATCH] Only copy "TianoCore" UserExtensions to AsBuilt INF Thread-Index: AQHSs9FD/1TW3bz2rUavz1T/R1jei6HCgaug Date: Thu, 13 Apr 2017 01:24:51 +0000 Message-ID: References: <1492031445-27236-1-git-send-email-michael.d.kinney@intel.com> <1492031445-27236-2-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1492031445-27236-2-git-send-email-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjllODQ2OWYtMThkYy00N2IyLWEzOTUtNDZkODk0MDY2NDYxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBsXC9mb1lQZjB1YnhUSkZDNW5PNTZqaFwvZCtJMGttQ05uZXgzS1FVejlLYz0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [edk2-BuildSpecification PATCH] Only copy "TianoCore" UserExtensions to AsBuilt INF 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: Thu, 13 Apr 2017 01:24:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -----Original Message----- From: Kinney, Michael D=20 Sent: Thursday, April 13, 2017 5:11 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zhu, Yonghong ; Shaw, Kevin W Subject: [edk2-BuildSpecification PATCH] Only copy "TianoCore" UserExtensio= ns to AsBuilt INF https://bugzilla.tianocore.org/show_bug.cgi?id=3D471 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney --- 8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md | 9 +++++---- README.md | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md b/= 8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md index 64685ce..9e89d83 100644 --- a/8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md +++ b/8_pre-build_autogen_stage/87_generated_asbuilt_inf_files.md @@ -465,7 +465,8 @@ from a sources section. =20 ### 8.7.14 [UserExtensions] Section =20 -The build tools must copy all of the source INF's `[UserExtensions]` secti= ons -into the generated INF. The EDK II build tools will ignore these secti= ons, -however other vendors may provide tools that have a priori knowledge = of how to -process these sections. +Any `[UserExtensions]` sections that are present in the source INF with=20 +a UserId of "TianoCore" will be copied into the generated INF.=20 +`[UserExtensions]` sections with other UserId values will not be copied to= the generated INF. +The EDK II build tools will ignore these sections, however other=20 +vendors may provide tools that have a priori knowledge of how to process t= hese sections. diff --git a/README.md b/README.md index 3bd1d32..5696cc3 100644 --- a/README.md +++ b/README.md @@ -200,4 +200,5 @@ Copyright (c) 2008-2017, Intel Corporation. All rights = reserved. | | Remove Unicode file storage requirement; refer to the Multi= -String UNI File Format Specification instead. = = = | = | | | Clarify BUILDRULEORDER = = = = | = | | | Add support for INF statement in an FD region. = = = = | = | -| 1.27 | Convert to Gitbook = = = = | M= arch 2017 | +| 1.27 | Convert to Gitbook = = = = | A= pril 2017 | +| | [#471](https://bugzilla.tianocore.org/show_bug.cgi?id=3D471= ) Build spec: only copy the "TianoCore" Userextension section into "As Buil= t" INF = = |= | -- 2.6.3.windows.1