From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mail.openembedded.org (Postfix) with ESMTP id EE4E36006E for ; Thu, 15 Mar 2018 16:53:09 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2018 09:53:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,311,1517904000"; d="scan'208";a="35305997" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga003.jf.intel.com with ESMTP; 15 Mar 2018 09:53:09 -0700 To: Martin Jansa References: <20180312164944.39923-1-alexander.kanavin@linux.intel.com> <20180312164944.39923-4-alexander.kanavin@linux.intel.com> From: Alexander Kanavin Message-ID: Date: Thu, 15 Mar 2018 18:46:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 4/4] lib/oe/patch.py: add a warning if patch context was ignored X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 16:53:10 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 03/15/2018 06:41 PM, Martin Jansa wrote: > Yes, this time it updates more things, but in future updates it might be > just 1 line with line numbers and then different git version in the > signature. Which will make the diff few times bigger than it would need > to be. Right. I think the patch extraction is done by extractPatches() in meta/lib/oe/patch.py, so if you can make and test the change (should be trivial), would be great :) Alex