]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: set a default for MACHINE_FEATURES
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 29 May 2013 16:27:51 +0000 (17:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:38 +0000 (12:47 +0000)
commitbf2c8946d96524aaa91ab43762c963ea38ccc342
tree1d1aaf003ec4b0d3b030cd2437a9a4318ce07223
parentc8c39c78878cdffe47b376b6211dd1ae45fd59d2
bitbake.conf: set a default for MACHINE_FEATURES

Ensure that if MACHINE_FEATURES is not set by the machine config that we
don't end up with expansion errors during parsing. Technically since the
introduction of MACHINE_FEATURES_BACKFILL = "rtc" this is unlikely to be
a problem unless "rtc" is also added to
MACHINE_FEATURES_BACKFILL_CONSIDERED, however we should be consistent
with DISTRO_FEATURES which is defaulted in bitbake.conf.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/conf/bitbake.conf