From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id B85E678220 for ; Mon, 12 Jun 2017 15:32:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 8B768208BA; Mon, 12 Jun 2017 15:32:12 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3aMxWw3V_7tC; Mon, 12 Jun 2017 15:32:12 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 6A67E207AF; Mon, 12 Jun 2017 15:32:11 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id ED1F51624F4; Mon, 12 Jun 2017 11:32:10 -0400 (EDT) Date: Mon, 12 Jun 2017 11:32:10 -0400 From: Denys Dmytriyenko To: Patrick Ohly Message-ID: <20170612153210.GT28053@denix.org> References: <20170611184701.GQ28053@denix.org> <1497248565.30163.223.camel@intel.com> MIME-Version: 1.0 In-Reply-To: <1497248565.30163.223.camel@intel.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH v2 0/2] Yocto Compatible 2.0 support code 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: Mon, 12 Jun 2017 15:32:12 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 12, 2017 at 08:22:45AM +0200, Patrick Ohly wrote: > On Sun, 2017-06-11 at 14:47 -0400, Denys Dmytriyenko wrote: > > On Fri, Jun 09, 2017 at 03:04:02PM +0200, Patrick Ohly wrote: > > > As discussed in the "[Openembedded-architecture] Yocto Compatible 2.0 > > > + signature changes" mail thread, changes in a .bbappend cannot be > > > done unconditionally. Making _append and _remove depend on overrides > > > which get set based on DISTRO_FEATURES is one way of achieving this. > > > > Just wanted to confirm that this feature is going to be optional, right? > > To achieve "Yocto Compatible 2.0" status, something like this will be > needed. But not everyone needs (or wants) that, so those who don't are > free to not use it, and it is off by default. Thanks for clarification. -- Denys