poky/bitbake/lib/bb/tests
Alexander Kanavin 5d7abe740e bitbake: bitbake-setup: rename 'build' -> 'setup'
After a terminology review by Antonin we brainstormed
something less confusing than 'build' and 'build directory'
for the place where bitbake-setup clones layers and
creates a *bitbake* build directory in. People are bound
to get these two confused and mix them up, and 'setup' is
much more distinct and aligns nicely with 'bitbake-setup'.
It's also not claimed by anything else in OE/Yocto.

So before:

top-dir -> build-dir (can be several) -> bitbake build dir, layer dir, config dir

Now:

top-dir -> setup-dir (can be several) -> bitbake build dir, layer dir, config dir

This also updates the respective command line options, I understand it's
a breaking change, but as before the tweaks are simple and we need to get the
terminology right for the users, and now is the time to do it.

(Bitbake rev: eeb81a35bf0304451f7612950d5156ea7ff18bad)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-11-04 13:16:04 +00:00
..
fetch-testdata bitbake: tests/fetch: add a test for download paths without a proper filename 2025-03-27 13:40:31 +00:00
runqueue-tests bitbake: bitbake/tests: fix typo in test 2025-07-14 13:29:30 +01:00
support bitbake: Use a "fork" multiprocessing context 2025-07-23 11:34:31 +01:00
__init__.py
codeparser.py bitbake: tests.codeparser: add tests for shell expansions 2024-05-21 14:14:41 +01:00
color.py bitbake: event: builtins fix for 'd' deletion 2022-12-29 00:07:06 +00:00
compression.py bitbake: bb/compress: use lz4 instead of lz4c 2024-11-05 11:17:17 +00:00
cooker.py bitbake: bitbake: Add copyright headers where missing 2022-08-12 11:49:29 +01:00
cow.py bitbake: COW: migrate test suite into tests/cow 2020-09-02 16:01:05 +01:00
data.py bitbake: bitbake: tests/data: add tests for variable flags 2025-02-13 22:24:27 +00:00
event.py bitbake: bitbake: tests/event: Add test_lineno_in_eventhandler 2024-01-10 13:55:33 +00:00
fetch.py bitbake: tests/fetch: Update tests after bitbake tag removal 2025-09-23 09:37:35 +01:00
filter.py bitbake: lib/bb: Add filter support 2025-08-12 10:05:11 +01:00
parse.py bitbake: tests/parse: Add tests for include, require and include_all 2025-09-24 00:01:44 +01:00
runqueue.py bitbake: bitbake: runqueue: Verify mcdepends are valid 2025-03-03 21:38:57 +00:00
setup.py bitbake: bitbake-setup: rename 'build' -> 'setup' 2025-11-04 13:16:04 +00:00
siggen.py bitbake: siggen: Improve runtaskdeps data to fix sstate debugging 2023-08-09 13:23:33 +01:00
utils.py bitbake: utils: Refactor filemode variable conversion to a function 2025-07-01 08:49:37 +01:00