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.
|
2020-07-04 09:53:38 +02:00
|
|
|
|
|
|
|
Version 9
|
|
|
|
---------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``defaults`` key can now be used to set a default value for the repository
|
2020-07-04 09:53:39 +02:00
|
|
|
property ``refspec`` and the repository patch property ``repo``. These
|
|
|
|
default values will be used if the appropriate properties are not defined
|
|
|
|
for a given repository or patch.
|
2020-11-15 09:57:51 +01:00
|
|
|
|
|
|
|
Version 10
|
|
|
|
----------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``build_system`` property to pre-select OE or Isar.
|
2021-10-09 14:37:45 +02:00
|
|
|
|
|
|
|
Version 11
|
|
|
|
----------
|
|
|
|
|
|
|
|
Changed behavior
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- String item ``includes`` are now using repo-relative paths. File-relative is
|
|
|
|
still supported by issues a deprecation warning.
|
2021-10-11 08:10:29 +02:00
|
|
|
- bblayers.conf is generated with ``BBPATH`` and ``BBFILES`` preset to common
|
|
|
|
defaults. Those can still be overwritten via ``bblayers_conf_headers``.
|
2021-07-10 11:25:13 +02:00
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- ``menu_configuration`` key stores the selections done via ``kas menu`` in a
|
|
|
|
configuration file. It is only evaluated by that plugin.
|
2022-04-06 12:16:38 +02:00
|
|
|
|
|
|
|
Version 12
|
|
|
|
----------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- For repositories, ``url`` and ``path`` can now be overridden with a
|
|
|
|
null-value to switch between version-controlled repositories and unversioned
|
|
|
|
local folders.
|
2022-11-10 13:46:45 +01:00
|
|
|
|
|
|
|
Version 13
|
|
|
|
----------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- Variables used in the ``env`` section can now be assigned 'None' as value. In
|
|
|
|
this case the variables are only exported to the bb env whitelist.
|
2023-04-23 11:42:25 +02:00
|
|
|
|
|
|
|
Version 14
|
|
|
|
----------
|
|
|
|
|
|
|
|
Added
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
- The ``overrides`` top-level entry can be used to pin floating repo refspecs.
|