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.136, mailfrom: steven.shi@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Wed, 29 May 2019 19:31:48 -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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 19:31:47 -0700 X-ExtLoop1: 1 Received: from jshi19-mobl.ccr.corp.intel.com ([10.249.171.157]) by orsmga006.jf.intel.com with ESMTP; 29 May 2019 19:31:43 -0700 From: "Steven Shi" To: devel@edk2.groups.io Cc: liming.gao@intel.com, bob.c.feng@intel.com, christian.rodriguez@intel.com, zhijux.fan@intel.com Subject: [PATCH v3 0/1] BaseTools:Extend the binary cache to support library Date: Thu, 30 May 2019 10:31:26 +0800 Message-Id: <20190530023127.23228-1-steven.shi@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 V3 change: Update the commit message and move the change notices in cover letter V2 change: Simplify the library cache implementation and remove CacheRestored flag based filter. Use the current CanSkipbyHash() filter in AddDependency() instead V1: Initial version to enable the library cache Steven Shi (1): BaseTools:Extend the binary cache to support library cache BaseTools/Source/Python/AutoGen/AutoGen.py | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.17.1.windows.2