diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-10-09 18:31:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-10 10:50:20 +0100 |
commit | bec4988bf5c5ebac849d97be8bd7f4245b9564d1 (patch) | |
tree | 32afd1d2c843368c6b2253c4198e0bad82419821 /scripts/lib/wic/engine.py | |
parent | bdc08ce159748036197cfd77aecceafbb40c9da6 (diff) | |
download | poky-bec4988bf5c5ebac849d97be8bd7f4245b9564d1.tar.gz |
bitbake: bitbake-setup: further rework the settings handling
After some further feedback, additional changes are made:
1. 'setting' command is renamed to 'settings' to better reflect
that it is an interface to various ways of managing settings.
2. This command now has a -l/--list option to list all settings
with their values (same as 'git config -l').
3. A new level of settings (built-in defaults) is added,
and used as a last resort after command line options, top dir
settings file and global settings file.
4. This means bitbake-setup does not have to write and use a
global settings file, and it no longer does so when initializing
a build, avoiding default 'pollution' of ~/.config/bitbake-setup/
which can be problematic or unwelcome.
A global settings file is still created if a setting is explicitly
requested to be placed into it.
5. 'install-global-settins' is removed as the use case for it
(tweak default settings before using them to initialize a build)
can be achieved by setting the settings individually.
5. Similarly, a top dir settings file is no longer created by default
and only appears if a setting needs to be written into it.
6. Default dl-dir is again created inside a top directory and not
in ~/.cache/ to make default builds fully contained in the top
directory (which was also asked about).
(Bitbake rev: ad30e5f2fbbb2b72750540863743750bcf47e2ee)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/engine.py')
0 files changed, 0 insertions, 0 deletions