mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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> |
||
|---|---|---|
| .. | ||
| asyncrpc | ||
| compress | ||
| fetch2 | ||
| parse | ||
| pysh | ||
| server | ||
| tests | ||
| ui | ||
| __init__.py | ||
| acl.py | ||
| build.py | ||
| cache_extra.py | ||
| cache.py | ||
| checksum.py | ||
| codeparser.py | ||
| command.py | ||
| cooker.py | ||
| cookerdata.py | ||
| COW.py | ||
| daemonize.py | ||
| data_smart.py | ||
| data.py | ||
| event.py | ||
| filter.py | ||
| main.py | ||
| methodpool.py | ||
| monitordisk.py | ||
| msg.py | ||
| namedtuple_with_abc.py | ||
| process.py | ||
| progress.py | ||
| providers.py | ||
| remotedata.py | ||
| runqueue.py | ||
| siggen.py | ||
| taskdata.py | ||
| tinfoil.py | ||
| utils.py | ||
| xattr.py | ||