]> code.ossystems Code Review - openembedded-core.git/commit
conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Feb 2012 19:26:09 +0000 (19:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Feb 2012 16:36:46 +0000 (16:36 +0000)
commit738658d9d5ddef026d2929188744aa225324bf26
tree0eacc17ca93915ee1a4e5621c68a5233b3d5ea28
parentdeb501b8a1cb3cdb1ea0a48ea08e411c2be365b3
conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL

When introducing new items to DISTRO_FEATURES that control functionality
that is already enabled, in order to leave existing distro configuration
unchanged we need a way to "backfill" these new feature items onto the
existing DISTRO_FEATURES value.

This introduces a DISTRO_FEATURES_BACKFILL variable whose items will be
added to the end of DISTRO_FEATURES, unless they also appear in
DISTRO_FEATURES_BACKFILL_CONSIDERED which distros can use in their
configuration to prevent specific items from being added.

Fixes [YOCTO #1946].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/lib/oe/utils.py