From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: steven.shi@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Wed, 08 May 2019 21:07:53 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2019 21:07:52 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 08 May 2019 21:07:52 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 8 May 2019 21:07:52 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.249]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.129]) with mapi id 14.03.0415.000; Thu, 9 May 2019 12:07:50 +0800 From: "Steven Shi" To: "Gao, Liming" , "devel@edk2.groups.io" CC: "Chiu, Chasel" , "Lu, Shifei A" , "Bi, Dandan" , "Kubacki, Michael A" 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: AQHVBhZSEpIeZ80Fy0izgzaJYQJQkaZiJLYwgAAHqHA= Date: Thu, 9 May 2019 04:07:50 +0000 Message-ID: <06C8AB66E78EE34A949939824ABE2B313FFB749E@shsmsx102.ccr.corp.intel.com> References: <20190509032119.2084-1-steven.shi@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E445616@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E445616@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGY0ZmM2NDYtYTkzNC00MDgxLTg4Y2MtYzY1ZDlmZjg5ZjA2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieTFWOE5Ec2dUNlwvOTRjT1BkODF5Tk01SDJRUm1JTDdyYSt1ZUdqOENpV2h2NDRPZ20wOXhyd1JxRm5ZZGQ3NDkifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: steven.shi@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Liming, User can override the BinCache by set BINARY_CACHE_PATH environment variabl= e, see below code in the patch. The BinCache is only used if user doesn't s= et the binary cache path variable. +@if not defined BINARY_CACHE_PATH ( + echo Info: BINARY_CACHE_PATH is empty, use BinCache as default + SET BINARY_CACHE_PATH=3DBinCache +) + Thanks Steven Shi > -----Original Message----- > From: Gao, Liming > Sent: Thursday, May 9, 2019 11:37 AM > To: Shi, Steven ; devel@edk2.groups.io > Cc: Chiu, Chasel ; Lu, Shifei A ; > Bi, Dandan ; Kubacki, Michael A > > Subject: RE: [PATCH 0/2] Add batch option to support build Binary Cache >=20 > Steven: > Could you let user specify BinCache directory instead of hard code name= ? >=20 > Thanks > Liming > > -----Original Message----- > > From: Shi, Steven > > Sent: Thursday, May 9, 2019 11:21 AM > > 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 > > > > This patch serial is to extend the options in the Kabylake and Purley > > build batch file to support build Binary Cache produce and consume swit= ch. > > > > > > Steven Shi (2): > > KabylakeOpenBoardPkg/KabylakeRvp3: Extend build to support Binary > > Cache > > PurleyOpenBoardPkg/BoardMtOlympus: Extend build to support Binary > > Cache > > > > .../KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat | 24 +++++++++++++++++- > - > > .../PurleyOpenBoardPkg/BoardMtOlympus/bld.bat | 18 ++++++++++++-- > > .../BoardMtOlympus/prebuild.bat | 4 ++-- > > 3 files changed, 40 insertions(+), 6 deletions(-) > > > > -- > > 2.17.1.windows.2