summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake-setup: Rename bb-layers-relative to bb-layers-file-relativeRichard Purdie2025-11-071-7/+7
* bitbake: bitbake-setup: replace {THISDIR} token with a keyword: bb-layers-rel...Alexander Kanavin2025-11-061-10/+10
* bitbake: bitbake-setup: capture revisions while checking out layersJohannes Schneider2025-11-061-0/+6
* bitbake: bitbake-setup: tests: move duplicate code into 'check_setupdir_files'Johannes Schneider2025-11-061-12/+8
* bitbake: toaster: support bitbake-setupDavid Reyna2025-11-041-24/+75
* bitbake: bitbake-setup: rename 'build' -> 'setup'Alexander Kanavin2025-11-041-30/+30
* bitbake: fetch2/git: when raising ParameterError for an invalid proto, includ...Chris Laplante2025-11-031-1/+1
* bitbake: bitbake-setup: commandline: use subsubparser for settings {list,set,...Johannes Schneider2025-10-141-10/+10
* bitbake: bitbake-setup: further rework the settings handlingAlexander Kanavin2025-10-141-4/+9
* bitbake: bitbake-setup: rework the settings handlingAlexander Kanavin2025-10-141-5/+7
* bitbake: bitbake-setup: tests: add environment-passthroughJohannes Schneider2025-10-141-0/+23
* bitbake: bitbake-setup: tests: add a template-only test configurationJohannes Schneider2025-10-141-8/+27
* bitbake: bitbake-setup: allow using {THISDIR}/my-layerYoann Congal2025-10-141-2/+15
* bitbake: lib/bb/tests/setup.py: unset BBPATH to ensure isolation from the exi...Alexander Kanavin2025-10-141-0/+5
* bitbake: lib/bb/tests/setup.py: define test parameters in a single dictionaryAlexander Kanavin2025-10-141-3/+7
* bitbake: bitbake-setup: add support for specifying branches in repo checkoutsAlexander Kanavin2025-10-141-5/+6
* bitbake: cooker: adjust the error message about missing websockets module to ...Alexander Kanavin2025-10-141-1/+4
* bitbake: bitbake-setup: add 'install-buildtools' commandAlexander Kanavin2025-10-141-0/+20
* bitbake: bitbake-setup: add tests to bitbake-selftestAlexander Kanavin2025-10-141-0/+266
* bitbake: knotty, uihelper: Remove running_pids and lastpidsPeter Kjellerstedt2025-10-132-7/+1
* bitbake: ast: Warn on multiple builtin config fragments for the same variableYoann Congal2025-10-131-0/+21
* bitbake: ast: Fix fragment behaviour with overridesRichard Purdie2025-10-091-1/+2
* bitbake: tests/parse: Add tests for include, require and include_allPeter Kjellerstedt2025-09-241-0/+60
* bitbake: tests/parse: Remove unnecessary calls to file.flush()Peter Kjellerstedt2025-09-241-8/+0
* bitbake: tests/parse: Use with statement to avoid ResourceWarningPeter Kjellerstedt2025-09-241-51/+44
* bitbake: tests/fetch: Update tests after bitbake tag removalMathieu Dubois-Briand2025-09-231-12/+12
* bitbake: fetch2/git: verify if local clone contains tagGyorgy Sarvari2025-08-192-3/+51
* bitbake: knotty: print() was eliminated from all loops for better performance.Benjamin Szőke2025-08-191-7/+7
* bitbake: knotty: Use 40 Hz refresh rate (FPS) for footer update.Benjamin Szőke2025-08-191-4/+20
* bitbake: knotty: Use a StringIO buffer for update footer.Benjamin Szőke2025-08-191-10/+26
* bitbake: progressbar: Add self._fd_console to use for self._handle_resize()Benjamin Szőke2025-08-191-2/+9
* bitbake: bitbake: Update version to 2.15.2Richard Purdie2025-08-121-1/+1
* bitbake: runqueue: use enum to represent runQueue state to improve readabilityChris Laplante2025-08-121-44/+46
* bitbake: event/runqueue: remove unused 'd' arg from check_for_interruptsChris Laplante2025-08-122-17/+17
* bitbake: cooker: remove some redundant control flowChris Laplante2025-08-121-4/+1
* bitbake: Add bb.utils.explode_deps as a filter functionJoshua Watt2025-08-121-0/+2
* bitbake: data_smart: Add setVarFilter function to implement variabl filteringRichard Purdie2025-08-121-0/+19
* bitbake: lib/bb: Add filter supportJoshua Watt2025-08-122-0/+230
* bitbake: cooker: Ignore KeyErrors during shutdownRichard Purdie2025-08-041-0/+5
* bitbake: fetch2/git: ignore comments in .gitattributes when detecting LFSGyorgy Sarvari2025-07-311-1/+1
* bitbake: fetch2/wget: Keep query parameters in URL during checkstatusPhilippe-Alexandre Mathieu2025-07-281-1/+4
* bitbake: sigen: Avoid bitbake abort with EOFerror from an incomplete hashserv...Pedro Ferreira2025-07-231-3/+3
* bitbake: utils: Remove multiprocessingpoolJoshua Watt2025-07-231-16/+0
* bitbake: Use a "fork" multiprocessing contextJoshua Watt2025-07-237-9/+35
* bitbake: test/fetch: Switch u-boot based test to use our own mirrorRichard Purdie2025-07-221-1/+1
* bitbake: utils: Split profile reports into separate filesRichard Purdie2025-07-212-13/+27
* bitbake: utils: Optimise signal/sigmask performanceRichard Purdie2025-07-211-4/+13
* bitbake: main: Add an option to specify what to profileRichard Purdie2025-07-173-6/+8
* bitbake: event: Fix an event duplication raceRichard Purdie2025-07-171-2/+5
* bitbake: cooker/process/utils: Create profiling common function to remove cod...Richard Purdie2025-07-173-49/+31