Configuration Format Changes
Version 1 (Alias ‘0.10’)
Added
Include mechanism
Version check
Version 2
Changed
Configuration file versions are now integers
Fixed
Including files from repos that are not defined in the current file
Version 3
Added
Taskkey that allows one to specify which task to run (bitbake -c)
Version 4
Added
Targetkey now allows one to pass a list of target names
Version 5
Changed behavior
Using
multiconfig:*targets adds appropriateBBMULTICONFIGentries to thelocal.confautomatically.
Version 6
Added
envkey now allows one to pass custom environment variables to the bitbake build process.
Version 7
Added
typeproperty toreposto be able to express which version control system to use.
Version 8
Added
patchesproperty toreposto be able to apply additional patches to the repo.
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 10
Added
build_systemproperty to pre-select OE or Isar.
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.
Version 12
Added
For repositories,
urlandpathcan now be overridden with a null-value to switch between version-controlled repositories and unversioned local folders.
Version 13
Added
Variables used in the
envsection can now be assigned null as value. In this case the variables are only exported to the bb env whitelist.
Version 14
Added
The keys
commitandbranchare introduced as replacement ofrefspecinreposanddefaults.refspecis now deprecated and will eventually be removed.The
overridestop-level entry can be used to pin floating repo branches._source_dirtop-level entry is auto-generated when using the menu plugin and provides the path to the top repo at time of invoking the plugin._source_dir_hosttop-level entry is auto-generated by kas-container to track the source path outside of the container.
Version 15
Added
The key
tagis introduced as a complement tocommitandbranchinrepos.
Version 16
Fixed
The key
tagintroduced in v15 was not supported indefaults. It’s now added.
Version 17
Added
The key
artifactsis introduced to describe expected build artifacts.
Version 18
Added
The repo keys tag and branch can now be set to null to remove
these properties from the repo. This is needed in case a default value is
set in the defaults section that should not apply to a repo.
Version 19
Added
Various keys for signature verification of repositories were added:
top level
signersobject to specify keys for signature verificationin repo definitions,
signedandallowed_signersare added to specify whether a repo is signed and which data to use for verification.
Version 20
Added
The repo key
branchcan now be overridden, including to a null-value.
Version 21
Added
The repo layers
priocan be used to control the order in which the layers are added to theBBLAYERSbitbake variable.
Version 22
Added
Switch to nodistro which is the default distro setting in openembedded-core.