summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2023-10-04bitbake: toaster: Monitoring - implement Django logging systemAlassane Yattara
2023-10-04bitbake: toaster:update selenium version and code syntaxMarlon Rodriguez Garcia
2023-10-04bitbake: hashserv: Fix read-only modeBen Houcine, Karim
2023-10-04bitbake: fetch2: Add API for upstream source tracingAlberto Pianon
2023-10-04bitbake: bitbake-worker: add header with length of messageEtienne Cordonnier
2023-10-04bitbake: bitbake-getvar: Add -v as short option for --valuePeter Kjellerstedt
2023-10-04bitbake: bitbake-getvar: Add -s as short option for --ignore-undefinedPeter Kjellerstedt
2023-09-28bitbake: bitbake-getvar: Treat undefined variables as empty with --valuePeter Kjellerstedt
2023-09-28bitbake: bitbake-getvar: Add a (suppressable) error for undefined variablesPeter Kjellerstedt
2023-09-28bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan
2023-09-26bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte
2023-09-26bitbake: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton
2023-09-26bitbake: bitbake-getvar: Make --value imply --quietPeter Kjellerstedt
2023-09-26bitbake: bitbake-getvar: Make --quiet work with --recipePeter Kjellerstedt
2023-09-26bitbake: tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt
2023-09-22bitbake: codeparser: Update debug variable referenceRichard Purdie
2023-09-22bitbake: bitbake-worker/runqueue: Avoid unnecessary bytes object copiesEtienne Cordonnier
2023-09-20bitbake: data: Add missing dependency handling of remove operatorInsu Park
2023-09-20bitbake: cooker: Drop unneeded flush callsRichard Purdie
2023-09-18bitbake: server/process: Disable the flush() call in server loggingRichard Purdie
2023-09-18bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-09-14bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt
2023-09-14bitbake: utils: Add path_is_descendant()Joshua Watt
2023-09-10bitbake: bitbake: Update to 2.6.0 release series/versionRichard Purdie
2023-09-05bitbake: server/process: Add more timing debugRichard Purdie
2023-09-05bitbake: runqueue: show number of currently running bitbake threads when pres...Martin Jansa
2023-09-05bitbake: doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variableMichael Opdenacker
2023-09-05bitbake: doc: Document challenges of tags with git fetcherRichard Purdie
2023-09-03README: update/fix contribution guidelinesMichael Opdenacker
2023-09-03Makefile: remove from top-level directoryMartin Jansa
2023-09-02bitbake: fetch2: git: Remove useless try..else clauseJoshua Watt
2023-09-02bitbake: command: Avoid time intensive distractions for pingRichard Purdie
2023-09-02bitbake: README: Update to point to new contributor guideRichard Purdie
2023-08-30bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna
2023-08-30bitbake: toaster: import only used layersDavid Reyna
2023-08-30bitbake: toaster: Update to Django 4.2David Reyna
2023-08-30bitbake: fetch2: git: Check if clone directory is a git repoJoshua Watt
2023-08-30bitbake: gitsm: tolerate git-lfs in submodulesRandolph Sapp
2023-08-25bitbake: Fix disk space monitoring on cephfsSamantha Jalabert
2023-08-24bitbake: lib/bb: Add xattr and acl librariesJoshua Watt
2023-08-24bitbake: runqueue: show more pressure dataMartin Jansa
2023-08-24bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie
2023-08-24bitbake: siggen.py: Improve taskhash reproducibilityPaulo Neves
2023-08-16bitbake: cooker: Fix error messageJoshua Watt
2023-08-16bitbake: bblayers/query: Add multiconfig support to `show-appends`Joshua Watt
2023-08-13bitbake: siggen: Update debugRichard Purdie
2023-08-13bitbake: siggen: Fix indentationRichard Purdie
2023-08-11bitbake: runqueue.py: fix PSI check logicChen Qi
2023-08-11bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić
2023-08-11bitbake: server/process: fix sig handleYang Xu