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=mang.guo@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 878D521B02845 for ; Fri, 20 Jul 2018 03:53:37 -0700 (PDT) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2018 03:53:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,378,1526367600"; d="dat'59?scan'59,208,59";a="76396043" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 20 Jul 2018 03:53:27 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 20 Jul 2018 03:53:27 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 20 Jul 2018 03:53:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.57]) with mapi id 14.03.0319.002; Fri, 20 Jul 2018 18:53:24 +0800 From: "Guo, Mang" To: "edk2-devel@lists.01.org" CC: "Wei, David" Thread-Topic: [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix build script error Thread-Index: AdQgF91uKxl0Dw1QTaeyyoCj5M5LXA== Date: Fri, 20 Jul 2018 10:53:24 +0000 Message-ID: <22D2C85ED001C54AA20BFE3B0E4751D1526B18A2@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <22D2C85ED001C54AA20BFE3B0E4751D1526B18A2@SHSMSX103.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.27 Subject: [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix build script error X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 10:53:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable FabId should not be controlled by /L option. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- BuildBIOS.sh | 1 - Platform/BroxtonPlatformPkg/BuildIFWI.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/BuildBIOS.sh b/BuildBIOS.sh index c7e1532..a99f77e 100755 --- a/BuildBIOS.sh +++ b/BuildBIOS.sh @@ -84,7 +84,6 @@ for (( i=3D1; i<=3D$#; )) Build_Flags=3D"$Build_Flags /A" shift elif [ "$(echo $1 | tr 'a-z' 'A-Z')" =3D=3D "/L" ]; then - FabId=3DA Build_Flags=3D"$Build_Flags /L" shift else diff --git a/Platform/BroxtonPlatformPkg/BuildIFWI.sh b/Platform/BroxtonPla= tformPkg/BuildIFWI.sh index 128d8d6..13fa292 100755 --- a/Platform/BroxtonPlatformPkg/BuildIFWI.sh +++ b/Platform/BroxtonPlatformPkg/BuildIFWI.sh @@ -91,7 +91,6 @@ for (( i=3D1; i<=3D$#; )) Build_Flags=3D"$Build_Flags /A" shift elif [ "$(echo $1 | tr 'a-z' 'A-Z')" =3D=3D "/L" ]; then - FabId=3DA Build_Flags=3D"$Build_Flags /L" shift else --=20 2.10.1.windows.1