aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-30fetch2: Add API for upstream source tracingalpianon/srctrace6Alberto Pianon
2023-09-27bitbake-getvar: Treat undefined variables as empty with --valuePeter Kjellerstedt
2023-09-27bitbake-getvar: Add a (suppressable) error for undefined variablesPeter Kjellerstedt
2023-09-26bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan
2023-09-26fetch2: Adds vscode devcontainer supportMatthias Schnelte
2023-09-26bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton
2023-09-26bitbake-getvar: Make --value imply --quietPeter Kjellerstedt
2023-09-26bitbake-getvar: Make --quiet work with --recipePeter Kjellerstedt
2023-09-26tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt
2023-09-22codeparser: Update debug variable referenceRichard Purdie
2023-09-22bitbake-worker/runqueue: Avoid unnecessary bytes object copiesEtienne Cordonnier
2023-09-19data: Add missing dependency handling of remove operatorInsu Park
2023-09-18cooker: Drop unneeded flush callsRichard Purdie
2023-09-18server/process: Disable the flush() call in server loggingRichard Purdie
2023-09-18lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-09-14fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt
2023-09-14utils: Add path_is_descendant()Joshua Watt
2023-09-10bitbake: Update to 2.6.0 release series/versionRichard Purdie
2023-09-05server/process: Add more timing debugRichard Purdie
2023-09-05runqueue: show number of currently running bitbake threads when pressure changesMartin Jansa
2023-09-05doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variableMichael Opdenacker
2023-09-05doc: Document challenges of tags with git fetcherRichard Purdie
2023-09-02fetch2: git: Remove useless try..else clauseJoshua Watt
2023-09-02command: Avoid time intensive distractions for pingRichard Purdie
2023-09-02README: Update to point to new contributor guideRichard Purdie
2023-08-29toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna
2023-08-29toaster: import only used layersDavid Reyna
2023-08-29toaster: Update to Django 4.2David Reyna
2023-08-25fetch2: git: Check if clone directory is a git repolucaceresoli/bug-15201-perf-libtraceevent-missingJoshua Watt
2023-08-25gitsm: tolerate git-lfs in submodulesRandolph Sapp
2023-08-25Fix disk space monitoring on cephfsSamantha Jalabert
2023-08-24lib/bb: Add xattr and acl librariesJoshua Watt
2023-08-24runqueue: show more pressure dataMartin Jansa
2023-08-24fetch2: Add new srcrev fetcher APIRichard Purdie
2023-08-24siggen.py: Improve taskhash reproducibilityPaulo Neves
2023-08-16cooker: Fix error messageJoshua Watt
2023-08-16bblayers/query: Add multiconfig support to `show-appends`Joshua Watt
2023-08-13siggen: Update debugRichard Purdie
2023-08-13siggen: Fix indentationRichard Purdie
2023-08-11runqueue.py: fix PSI check logicChen Qi
2023-08-11fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić
2023-08-11server/process: fix sig handleYang Xu
2023-08-09siggen: Improve runtaskdeps data to fix sstate debuggingRichard Purdie
2023-08-04fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed
2023-08-04bitbake: fetch2/npmsw: Check if there are dependencies before trying to fetch...BELOUARGA Mohamed
2023-08-04bb.tests.data: don't require the func flag for context functionsChristopher Larson
2023-08-04data_smart: directly check for methodpool functions in context lookupChristopher Larson
2023-08-04tests.data: add test for builtin preferred over metadata valueChristopher Larson
2023-08-04data_smart: check for python builtins directly for context lookupChristopher Larson
2023-08-04tests.codeparser: add test for exec of builtin from inline pythonChristopher Larson