summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake-getvar: Treat undefined variables as empty with --valuePeter Kjellerstedt2023-09-281-1/+1
* bitbake: bitbake-getvar: Add a (suppressable) error for undefined variablesPeter Kjellerstedt2023-09-281-9/+17
* bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan2023-09-283-0/+45
* bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte2023-09-261-0/+1
* bitbake: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton2023-09-262-3/+5
* bitbake: bitbake-getvar: Make --value imply --quietPeter Kjellerstedt2023-09-261-1/+1
* bitbake: bitbake-getvar: Make --quiet work with --recipePeter Kjellerstedt2023-09-261-2/+3
* bitbake: tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt2023-09-261-1/+1
* bitbake: codeparser: Update debug variable referenceRichard Purdie2023-09-221-1/+1
* bitbake: bitbake-worker/runqueue: Avoid unnecessary bytes object copiesEtienne Cordonnier2023-09-222-9/+9
* bitbake: data: Add missing dependency handling of remove operatorInsu Park2023-09-202-0/+27
* bitbake: cooker: Drop unneeded flush callsRichard Purdie2023-09-201-3/+0
* bitbake: server/process: Disable the flush() call in server loggingRichard Purdie2023-09-181-1/+2
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-186-148/+65
* bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt2023-09-141-9/+6
* bitbake: utils: Add path_is_descendant()Joshua Watt2023-09-141-0/+23
* bitbake: bitbake: Update to 2.6.0 release series/versionRichard Purdie2023-09-102-2/+2
* bitbake: server/process: Add more timing debugRichard Purdie2023-09-051-4/+9
* bitbake: runqueue: show number of currently running bitbake threads when pres...Martin Jansa2023-09-051-1/+1
* bitbake: doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variableMichael Opdenacker2023-09-051-2/+3
* bitbake: doc: Document challenges of tags with git fetcherRichard Purdie2023-09-051-0/+8
* README: update/fix contribution guidelinesMichael Opdenacker2023-09-031-0/+5
* Makefile: remove from top-level directoryMartin Jansa2023-09-031-2/+2
* bitbake: fetch2: git: Remove useless try..else clauseJoshua Watt2023-09-021-4/+4
* bitbake: command: Avoid time intensive distractions for pingRichard Purdie2023-09-021-2/+5
* bitbake: README: Update to point to new contributor guideRichard Purdie2023-09-021-7/+5
* bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna2023-08-301-1/+12
* bitbake: toaster: import only used layersDavid Reyna2023-08-303-16/+16
* bitbake: toaster: Update to Django 4.2David Reyna2023-08-308-12/+13
* bitbake: fetch2: git: Check if clone directory is a git repoJoshua Watt2023-08-301-1/+29
* bitbake: gitsm: tolerate git-lfs in submodulesRandolph Sapp2023-08-301-4/+7
* bitbake: Fix disk space monitoring on cephfsSamantha Jalabert2023-08-251-3/+4
* bitbake: lib/bb: Add xattr and acl librariesJoshua Watt2023-08-242-0/+341
* bitbake: runqueue: show more pressure dataMartin Jansa2023-08-241-8/+10
* bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie2023-08-241-5/+24
* bitbake: siggen.py: Improve taskhash reproducibilityPaulo Neves2023-08-241-2/+8
* bitbake: cooker: Fix error messageJoshua Watt2023-08-161-1/+1
* bitbake: bblayers/query: Add multiconfig support to `show-appends`Joshua Watt2023-08-161-4/+10
* bitbake: siggen: Update debugRichard Purdie2023-08-131-4/+5
* bitbake: siggen: Fix indentationRichard Purdie2023-08-131-1/+1
* bitbake: runqueue.py: fix PSI check logicChen Qi2023-08-111-4/+5
* bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić2023-08-113-1/+137
* bitbake: server/process: fix sig handleYang Xu2023-08-111-5/+4
* bitbake: siggen: Improve runtaskdeps data to fix sstate debuggingRichard Purdie2023-08-092-118/+31
* bitbake: fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed2023-08-041-0/+3
* bitbake: bitbake: fetch2/npmsw: Check if there are dependencies before trying...BELOUARGA Mohamed2023-08-041-7/+9
* bitbake: bb.tests.data: don't require the func flag for context functionsChristopher Larson2023-08-041-1/+0
* bitbake: data_smart: directly check for methodpool functions in context lookupChristopher Larson2023-08-041-3/+4
* bitbake: tests.data: add test for builtin preferred over metadata valueChristopher Larson2023-08-041-0/+4
* bitbake: data_smart: check for python builtins directly for context lookupChristopher Larson2023-08-041-4/+8