From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: michael.a.kubacki@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Fri, 10 May 2019 10:14:06 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2019 10:14:05 -0700 X-ExtLoop1: 1 Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by fmsmga004.fm.intel.com with ESMTP; 10 May 2019 10:14:05 -0700 Received: from orsmsx159.amr.corp.intel.com (10.22.240.24) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 10 May 2019 10:14:04 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.68]) by ORSMSX159.amr.corp.intel.com ([169.254.11.86]) with mapi id 14.03.0415.000; Fri, 10 May 2019 10:14:04 -0700 From: "Kubacki, Michael A" To: "Shi, Steven" , "devel@edk2.groups.io" CC: "Chiu, Chasel" , "Lu, Shifei A" , "Gao, Liming" , "Bi, Dandan" Subject: Re: [PATCH 0/2] Add batch option to support build Binary Cache Thread-Topic: [PATCH 0/2] Add batch option to support build Binary Cache Thread-Index: AQHVBhZSsjyCoeFXp02z3S/vKT0HeaZkmirQ Date: Fri, 10 May 2019 17:14:03 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B7455888F57B4@ORSMSX122.amr.corp.intel.com> References: <20190509032119.2084-1-steven.shi@intel.com> In-Reply-To: <20190509032119.2084-1-steven.shi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTM3NzBhNGMtYWExMy00YjhjLWE1YzEtYjU5ZGRhY2ZlOTQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaUp6eEVrT0REa0hIMHp4ZDhnMll6SHRFYnVRdmVvaWN2cXZOUU5JQVN1WEZRcmtJNmE5b1VabXcrYkExZlZTRiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Steven, We have Python build scripts now and those need to be updated with this change. The batch scripts will be deleted soon and only exist at the moment for a brief grace period. Please update the Python scripts. Also, update the Python build section in Readme.md to describe this change including how the user can change the binary cache path. Thanks, Michael > -----Original Message----- > From: Shi, Steven > Sent: Wednesday, May 8, 2019 8:21 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Lu, Shifei A > ; Gao, Liming ; Bi, Dandan > ; Kubacki, Michael A > Subject: [PATCH 0/2] Add batch option to support build Binary Cache >=20 > This patch serial is to extend the options in the Kabylake and Purley bui= ld > batch file to support build Binary Cache produce and consume switch. >=20 >=20 > Steven Shi (2): > KabylakeOpenBoardPkg/KabylakeRvp3: Extend build to support Binary > Cache > PurleyOpenBoardPkg/BoardMtOlympus: Extend build to support Binary > Cache >=20 > .../KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat | 24 +++++++++++++++++- > - .../PurleyOpenBoardPkg/BoardMtOlympus/bld.bat | 18 ++++++++++++-- > .../BoardMtOlympus/prebuild.bat | 4 ++-- > 3 files changed, 40 insertions(+), 6 deletions(-) >=20 > -- > 2.17.1.windows.2