2017-07-17 22:38:05 +02:00
|
|
|
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
|
2017-10-16 10:44:11 +02:00
|
|
|
|
|
|
|
Version 3
|
|
|
|
---------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``Task`` key that allows to specify which task to run (``bitbake -c``)
|
|
|
|
|
|
|
|
Version 4
|
|
|
|
---------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``Target`` key now allows to be a list of target names
|
2017-11-07 17:20:17 +01:00
|
|
|
|
|
|
|
Version 5
|
|
|
|
---------
|
|
|
|
|
|
|
|
Changed behavior
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- Using ``multiconfig:*`` targets adds appropriate ``BBMULTICONFIG`` entries to
|
|
|
|
the ``local.conf`` automatically.
|
2017-11-23 14:15:51 +01:00
|
|
|
|
|
|
|
Version 6
|
|
|
|
---------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``env`` key now allows to pass custom environment variables to the bitbake
|
|
|
|
build process.
|
2018-01-05 16:00:28 +01:00
|
|
|
|
|
|
|
Version 7
|
|
|
|
---------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``type`` property to ``repos`` to be able to express which version control
|
|
|
|
system to use.
|
2018-03-09 08:22:52 +01:00
|
|
|
|
|
|
|
Version 8
|
|
|
|
---------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``patches`` property to ``repos`` to be able to apply additional patches to
|
|
|
|
the repo.
|