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: steven.shi@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Wed, 08 May 2019 20:21:41 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2019 20:21:40 -0700 X-ExtLoop1: 1 Received: from jshi19-mobl.ccr.corp.intel.com ([10.249.170.209]) by fmsmga005.fm.intel.com with ESMTP; 08 May 2019 20:21:38 -0700 From: "Steven Shi" To: devel@edk2.groups.io Cc: chasel.chiu@intel.com, shifei.a.lu@intel.com, liming.gao@intel.com, dandan.bi@intel.com, michael.a.kubacki@intel.com Subject: [PATCH 0/2] Add batch option to support build Binary Cache Date: Thu, 9 May 2019 11:21:17 +0800 Message-Id: <20190509032119.2084-1-steven.shi@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 This patch serial is to extend the options in the Kabylake and Purley build batch file to support build Binary Cache produce and consume switch. 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