From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=RN1WWPQ+; spf=pass (domain: linaro.org, ip: 209.85.221.50, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by groups.io with SMTP; Thu, 30 May 2019 02:28:06 -0700 Received: by mail-wr1-f50.google.com with SMTP id h1so3711498wro.4 for ; Thu, 30 May 2019 02:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ilZxcqth9NbmsKXjMd+XX/3iy0t6+V3tew5mrLVUYBY=; b=RN1WWPQ+wjxyxPEhBAXlqNbXDx9T+jj1tJ4DNyec23jCFh3XfOGV+C+8nHlhKDm7R1 FbNMXf4psINXgIaJ3ErBfWqj9NkuX569068X4NKwuQ0jD6GZ2HhrxKMfXQ+1g3A1TsZi TdC56JYHFC0HI3b0gAv4duwyS7cLHtLpeOw4fIlHDyqMpVXlX1zAHTCzehVb7haXLtvs JJlGyyuzrnRar5GQ/5mSjTYGhm0I3Nn9SDdLdAaPzgLWURApfbbA1U97cMTzsRxJL4lk fplabGyJvvsTR8PdxV5FxGwZ90ZzqXocHHzl5R862F7CBdT5BCHnRc/36n+6p3mSmcrK Rb4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ilZxcqth9NbmsKXjMd+XX/3iy0t6+V3tew5mrLVUYBY=; b=bOfDhV6TZTW4B0rtbigf/BAzgSQ7Kt65K0bJQRJwTSX3DcqvgTFy9x5NVL2SXm0EzA qCDJ+cR0mruELPDxXC8Sda9wXUoJqoUfNAdAXe0D0TeGVvybZMEcrvkENx6J7vRITpHi gXGLFMVOIsNtBr7tcbwDGyHOCNciTNVm7qBNPagwAOJlGkVBdBCCx1P3AAp+32RoqSpr 2onm1qVyJ2FPMUNxwh7gSmfay3PApJ6eZFDky7ENXsgQWmGbh/ENCbwR69FVIRweTb6n 2vqsoTm4Zf1Mn5f42WuBmyDew7eS8JxWnOyTkCgUOSJNjxUepqq9n8nQDalYnrWeXIhX XgGA== X-Gm-Message-State: APjAAAVnCyAJbilZxzQZFluY9MC+PYD4vw6dZQX7IzUHzNJKe42uVPxR XQB0o5eNmGb93GH62iTAS9aTXA== X-Google-Smtp-Source: APXvYqzhYcPIcINVALdsGZ+Xod2eP5UJyfNfb5HhhrcwX2Edrh4HJrOBm3Tl7SESM8dsvuAJ98rewg== X-Received: by 2002:a5d:554f:: with SMTP id g15mr1881708wrw.318.1559208484581; Thu, 30 May 2019 02:28:04 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id u205sm2453435wmu.47.2019.05.30.02.28.03 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 30 May 2019 02:28:03 -0700 (PDT) Date: Thu, 30 May 2019 10:28:02 +0100 From: "Leif Lindholm" To: "Feng, Bob C" Cc: Andrew Fish , Laszlo Ersek , "Kinney, Michael D" , "devel@edk2.groups.io" , "Gao, Liming" , "Shi, Steven" , "Rodriguez, Christian" , "Fan, ZhijuX" Subject: Re: Edk2 BaseTools Patches. Message-ID: <20190530092802.7belyzgxdd76ps2v@bivouac.eciton.net> References: <08650203BA1BD64D8AD9B6D5D74A85D160128393@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 In-Reply-To: <08650203BA1BD64D8AD9B6D5D74A85D160128393@SHSMSX101.ccr.corp.intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Bob, On Thu, May 30, 2019 at 06:39:59AM +0000, Feng, Bob C wrote: > Hi, > > Currently, we have 5 Basetools patches which are ready to > push. Since we are in the soft-freeze phase, I'd like to ask for > your opinions if those patches can be pushed to edk2 master. To save me the time of reading through all the threads and getting to grips with all the code, could you summarise the problem these solve and the impact of not including these? Is there a BZ? Regards, Leif > > These 5 patches are to fix the issues for the build cache feature. > > [Patch V4 2/2] BaseTools: Refactor hash tracking after checking for Sources section > https://edk2.groups.io/g/devel/topic/31835556#41642 > > [Patch V4 1/2] BaseTools: Add a checking for Sources section in INF file > https://edk2.groups.io/g/devel/topic/31835555#41641 > > [PATCH v3 1/1] BaseTools:Extend the binary cache to support library cache > https://edk2.groups.io/g/devel/topic/31843505#41655 > > [PATCH V5] BaseTools:Make BaseTools support new rules to generate RAW FFS FILE > https://edk2.groups.io/g/devel/topic/31830807#41571 > > [PATCH] BaseTools:Update binary cache restore time to current time > https://edk2.groups.io/g/devel/topic/31819590#41468 > > > Thanks, > Bob