From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S0eR1-0003ZM-He for openembedded-core@lists.openembedded.org; Thu, 23 Feb 2012 20:34:35 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 23 Feb 2012 11:26:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="69619519" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.123.61]) by AZSMGA002.ch.intel.com with ESMTP; 23 Feb 2012 11:26:12 -0800 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Thu, 23 Feb 2012 19:26:08 +0000 Message-Id: X-Mailer: git-send-email 1.7.5.4 Subject: [PATCH 0/1] DISTRO_FEATURES_BACKFILL implementation X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 23 Feb 2012 19:34:35 -0000 Implements DISTRO_FEATURES_BACKFILL to allow introducing new DISTRO_FEATURES that control existing functionality without breaking existing distro configuration, as discussed in the following thread: http://article.gmane.org/gmane.comp.handhelds.openembedded.core/13033 (No changes since the RFC except for rebasing on top of current master.) The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384: texi2html: Fix for multilib (2012-02-22 23:01:45 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/distro-features-backfill http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/distro-features-backfill Paul Eggleton (1): conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL meta/conf/bitbake.conf | 3 +++ meta/lib/oe/utils.py | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) -- 1.7.5.4