summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake-setup: commandline: use subsubparser for settings {list,set,...Johannes Schneider2025-10-141-19/+31
* bitbake: bitbake-setup: add 'metavar' for self-descriptive parametersJohannes Schneider2025-10-141-2/+3
* bitbake: bitbake-setup: use args.cmdline_settings for --settingsJohannes Schneider2025-10-141-3/+4
* bitbake: bitbake-setup: init: suggest removing a partially initialized top-dirJohannes Schneider2025-10-141-1/+1
* bitbake: bitbake-setup: correct 'setting' to 'settings' in a couple of help t...Alexander Kanavin2025-10-141-2/+2
* bitbake: bitbake-setup: further rework the settings handlingAlexander Kanavin2025-10-141-101/+60
* bitbake: bitbake-setup: rework the settings handlingAlexander Kanavin2025-10-141-147/+140
* bitbake: bitbake-setup: support adding environment-passthroughs to the init-b...Johannes Schneider2025-10-141-1/+26
* bitbake: bitbake-setup: add support for skipping a fragment selectionAlexander Kanavin2025-10-141-2/+8
* bitbake: bitbake-setup: clarify that default answer to prompts is noPaul Gortmaker2025-10-141-3/+3
* bitbake: bitbake-setup: allow using {THISDIR}/my-layerYoann Congal2025-10-141-3/+17
* bitbake: bitbake-setup: dash support for init-build-env scriptYoann Congal2025-10-141-7/+8
* bitbake: bitbake-setup: suggest "." instead of "source"Yoann Congal2025-10-141-1/+1
* bitbake: bitbake-setup: improve robustness of loading/writing settingsAlexander Kanavin2025-10-141-3/+3
* bitbake: bitbake-setup: add support for specifying branches in repo checkoutsAlexander Kanavin2025-10-141-2/+10
* bitbake: bitbake-setup: Improve the already initialized testRichard Purdie2025-10-141-2/+2
* bitbake: bitbake-setup: Switch to internal default registry filesRichard Purdie2025-10-141-1/+1
* bitbake: bitbake-setup: Allow local registry pathsRichard Purdie2025-10-141-4/+9
* bitbake: bitbake-setup: add 'install-buildtools' commandAlexander Kanavin2025-10-141-0/+26
* bitbake: bitbake-setup: add tests to bitbake-selftestAlexander Kanavin2025-10-141-0/+1
* bitbake: bitbake-setup: add the initial implementationAlexander Kanavin2025-10-141-0/+809
* bitbake: bitbake: Update version to 2.15.2Richard Purdie2025-08-121-1/+1
* bitbake: lib/bb: Add filter supportJoshua Watt2025-08-121-0/+1
* bitbake: main: Add an option to specify what to profileRichard Purdie2025-07-171-1/+1
* bitbake: bitbake: Bump version to 2.15.1Richard Purdie2025-07-011-1/+1
* bitbake: utils: Refactor filemode variable conversion to a functionRichard Purdie2025-07-011-5/+2
* bitbake: bitbake: Bump to version 2.15.0Richard Purdie2025-06-161-1/+1
* bitbake: bitbake-getvar: skip info output of bitbake for quiethongxu2025-06-161-0/+5
* bitbake: bitbake: Update version to 2.12.0 for releaseRichard Purdie2025-03-291-1/+1
* bitbake: bitbake: Bump version to 2.9.2Richard Purdie2025-03-251-1/+1
* bitbake: hashserv: Add `gc-mark-stream` command for batch hash markingAlexandre Marques2025-03-131-0/+31
* bitbake: bitbake-server/worker: Hide os.fork() deprecation warningRichard Purdie2025-03-112-0/+2
* bitbake: bin/git-make-shallow: Fix syntax to work with older git versionsRichard Purdie2025-01-101-1/+1
* bitbake: git-make-shallow: use stdin modeNick Owens2025-01-081-2/+2
* bitbake: bitbake-config-build: add an alias to bitbake-layersAlexander Kanavin2024-12-132-2/+5
* bitbake: bitbake-layers: use 'with' to manage tinfoil contextChris Laplante2024-11-281-5/+3
* bitbake: bitbake-getvar: Catch NoProvider exceptionBELHADJ SALEM Talel2024-11-211-1/+5
* bitbake: bitbake-worker/cooker: Increase default pipe sizeRichard Purdie2024-11-211-2/+12
* bitbake: bitbake-worker: Improve bytearray truncation performanceRichard Purdie2024-11-211-1/+1
* bitbake: bitbake-layers: ensure tinfoil.shutdown() gets executed when tinfoil...Alexander Kanavin2024-11-211-7/+7
* bitbake: bitbake-getvar: use finalizeData tinfoil API to get identical result...Yoann Congal2024-11-181-1/+3
* bitbake: bitbake-hashclient: Add help for addressJoshua Watt2024-10-251-1/+14
* bitbake: bitbake-prserver: use PRSERV_UPSTREAM as default settingMichael Opdenacker2024-10-111-1/+1
* bitbake: bitbake-server: use with to avoid ResourceWarningChris Laplante2024-10-111-3/+3
* bitbake: persist_data: Remove itRichard Purdie2024-10-091-1/+0
* bitbake: bitbake-diffsigs: fix handling when finding only a single sigfileEnrico Jörns2024-07-021-4/+5
* bitbake: hashserv: server: Add support for SO_REUSEPORTJoshua Watt2024-05-301-1/+9
* bitbake: bitbake-hashclient: Improve ping command line optionsJoshua Watt2024-05-281-3/+10
* bitbake: bitbake-hashclient: Improve stress statistics reportingJoshua Watt2024-05-231-8/+21
* bitbake: bitbake-hashclient: Add ping commandJoshua Watt2024-05-231-0/+25