Configuration Format Changes¶
Version 2¶
Changed¶
- Configuration file versions are now integers
Fixed¶
- Including files from repos that are not defined in the current file
Version 5¶
Changed behavior¶
- Using
multiconfig:*targets adds appropriateBBMULTICONFIGentries to thelocal.confautomatically.
Version 6¶
Added¶
envkey now allows to pass custom environment variables to the bitbake build process.
Version 9¶
Added¶
defaultskey can now be used to set a default value for the repository propertyrefspecand the repository patch propertyrepo. These default values will be used if the appropriate properties are not defined for a given repository or patch.
Version 11¶
Changed behavior¶
- String item
includesare now using repo-relative paths. File-relative is still supported by issues a deprecation warning. - bblayers.conf is generated with
BBPATHandBBFILESpreset to common defaults. Those can still be overwritten viabblayers_conf_headers.
Added¶
menu_configurationkey stores the selections done viakas menuin a configuration file. It is only evaluated by that plugin.