mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
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. (From OE-Core rev: bf2c8946d96524aaa91ab43762c963ea38ccc342) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8ae3f2293f
commit
87f74cae70
@@ -707,6 +707,7 @@ OES_BITBAKE_CONF = "1"
|
||||
# Machine properties and packagegroup-base stuff
|
||||
##################################################################
|
||||
|
||||
MACHINE_FEATURES ?= ""
|
||||
DISTRO_FEATURES ?= ""
|
||||
|
||||
DISTRO_EXTRA_RDEPENDS ?= ""
|
||||
|
||||
Reference in New Issue
Block a user