summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ast: Fix fragment behaviour with overridesRichard Purdie2 hours1-1/+2
* bitbake: runqueue: Make the "Initialising tasks" progress bar finish properlyPeter Kjellerstedt2 hours1-1/+4
* bitbake: bitbake-setup: add support for skipping a fragment selectionAlexander Kanavin2 hours1-2/+8
* bitbake: bitbake: registry: make a separate configuration for poky with sstat...Alexander Kanavin2 hours1-3/+11
* bitbake: bitbake-setup: clarify that default answer to prompts is noPaul Gortmaker2 hours1-3/+3
* bitbake: bitbake-setup: allow using {THISDIR}/my-layerYoann Congal2 hours2-5/+32
* bitbake: lib/bb/tests/setup.py: unset BBPATH to ensure isolation from the exi...Alexander Kanavin2 hours1-0/+5
* bitbake: lib/bb/tests/setup.py: define test parameters in a single dictionaryAlexander Kanavin2 hours1-3/+7
* bitbake: bitbake-setup: dash support for init-build-env scriptYoann Congal2 hours1-7/+8
* bitbake: bitbake-setup: suggest "." instead of "source"Yoann Congal2 hours1-1/+1
* bitbake: bitbake-setup: improve robustness of loading/writing settingsAlexander Kanavin2 hours1-3/+3
* bitbake: bitbake-setup: add support for specifying branches in repo checkoutsAlexander Kanavin2 hours4-7/+23
* bitbake: bitbake-setup: Improve the already initialized testRichard Purdie2 hours1-2/+2
* bitbake: bitbake-setup: Switch to internal default registry filesRichard Purdie2 hours1-1/+1
* bitbake: Add default registry config for OpenEmbedded's nodistro and Yocto Pr...Richard Purdie2 hours2-0/+124
* bitbake: bitbake-setup: Allow local registry pathsRichard Purdie2 hours1-4/+9
* bitbake: cooker: adjust the error message about missing websockets module to ...Alexander Kanavin2 hours1-1/+4
* bitbake: bitbake-setup: add 'install-buildtools' commandAlexander Kanavin2 hours2-0/+46
* bitbake: bitbake-setup: add tests to bitbake-selftestAlexander Kanavin2 hours2-0/+267
* bitbake: bitbake-setup: add the initial implementationAlexander Kanavin2 hours1-0/+809
* bitbake: parse: Make include_all raise a parse error for absolute pathsPeter Kjellerstedt2 hours2-0/+4
* bitbake: parse: Make include_all support empty variable expansionsPeter Kjellerstedt2 hours3-5/+9
* bitbake: doc: extend classes and include/require documentationAntonin Godard11 days3-29/+131
* bitbake: tests/parse: Add tests for include, require and include_allPeter Kjellerstedt11 days1-0/+60
* bitbake: tests/parse: Remove unnecessary calls to file.flush()Peter Kjellerstedt11 days1-8/+0
* bitbake: tests/parse: Use with statement to avoid ResourceWarningPeter Kjellerstedt11 days1-51/+44
* bitbake: tests/fetch: Update tests after bitbake tag removalMathieu Dubois-Briand11 days1-12/+12
* bitbake: fetch2/git: verify if local clone contains tagGyorgy Sarvari2025-08-192-3/+51
* bitbake: doc/bitbake-user-manual-ref-variables: update BB_TASK_IONICE_LEVELPeter Marko2025-08-191-2/+2
* 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-122-2/+2
* 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-123-0/+231
* 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: doc/bitbake-user-manual-ref-variables: document BB_DEFER_BBCLASSESAntonin Godard2025-07-312-0/+22
* bitbake: doc/bitbake-user-manual-intro: Mention existence of three supported ...Robert P. J. Day2025-07-311-0/+12
* bitbake: doc/bitbake-user-manual-intro: Add examples to show general wildcardingRobert P. J. Day2025-07-311-0/+2
* bitbake: doc/bitbake-user-manual-ref-variables: fixupsAntonin Godard2025-07-311-11/+11
* bitbake: bitbake: clarify significance of "include_all" directiveRobert P. J. Day2025-07-281-30/+39
* 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