summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: data_smart: Use regex consistently for override matching张忠山2022-11-291-1/+1
* bitbake: utils: Allow to_boolean to support int valuesRichard Purdie2022-11-271-0/+3
* bitbake: data_smart: Add debugging for overrides stability issueRichard Purdie2022-11-271-1/+3
* bitbake: command.py: cleanup bb.cache.parse_recipeChen Qi2022-11-271-1/+1
* bitbake: data/siggen: Switch to use frozensets and optimizeRichard Purdie2022-11-232-11/+9
* bitbake: runqueue: Fix race issues around hash equivalence and sstate reuseRichard Purdie2022-11-221-16/+20
* bitbake: runqueue: Add further debug for sstate reuse issuesRichard Purdie2022-11-221-0/+4
* bitbake: cache: Drop support for not saving the cache fileRichard Purdie2022-11-201-27/+1
* bitbake: worker/runqueue: Reduce initial data transfer in workerdataRichard Purdie2022-11-201-16/+36
* bitbake: server: Ensure cooker profiling worksRichard Purdie2022-11-202-4/+6
* bitbake: cache: Drop unused functionRichard Purdie2022-11-201-12/+0
* bitbake: cache: Drop broken/unused codeRichard Purdie2022-11-202-39/+19
* bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...Richard Purdie2022-11-205-72/+59
* bitbake: gitsm.py: process_submodules(): Set nobranch=1 for urlRobert Yang2022-11-141-0/+1
* bitbake: gitsm: Fix regression in gitsm submodule path parsingPavel Zhukov2022-11-141-1/+1
* bitbake: data/data_smart/build: Clean up datastore finalize/update_data refer...Richard Purdie2022-11-143-16/+6
* bitbake: data_smart: allow python snippets to include a dictionaryMark Asselstine2022-11-102-1/+15
* bitbake: data: drop unused __expand_var_regexp__ and __expand_python_regexp__Mark Asselstine2022-11-101-4/+0
* bitbake: asyncrpc: serv: correct closed client socket detectionJustin Bronder2022-10-291-2/+2
* bitbake: fetch2/git: don't set core.fsyncobjectfiles=0Ross Burton2022-10-291-1/+1
* bitbake: tests/fetch: Allow handling of a file:// url within a submoduleRichard Purdie2022-10-261-2/+2
* bitbake: tests: bb.tests.fetch.URLHandle: add 2 new testsMark Asselstine2022-10-261-0/+2
* bitbake: utils/ply: Update md5 to better report errors with hashlibMark Hatle2022-10-261-1/+6
* bitbake: runqueue: fix a typoOliver Lang2022-10-251-1/+1
* bitbake: cooker: fix a typoOliver Lang2022-10-251-1/+1
* bitbake: bitbake: Bump to version 2.2.0Richard Purdie2022-09-291-1/+1
* bitbake: utils: Add enable_loopback_networking()Mattias Jernberg2022-09-291-1/+41
* bitbake: fetch2/ssh.py: fix checkstatusPascal Bach2022-09-291-4/+2
* bitbake: fetch2/crate fixup c212b0f3 loglevelJose Quaresma2022-09-211-1/+1
* bitbake: lib/bb: warning when the debug message is invalidJose Quaresma2022-09-211-0/+4
* bitbake: bitbake: Fix a few more logger debug() callsJoshua Watt2022-09-212-14/+14
* bitbake: fetch2: Remove unneeded conditionalPaulo Neves2022-09-211-7/+6
* bitbake: fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie2022-09-071-0/+1
* bitbake: asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie2022-09-051-9/+13
* bitbake: wget: Avoid bad checksum race issuesRichard Purdie2022-09-052-4/+12
* bitbake: Revert "fetch: use BPN instead"Richard Purdie2022-09-011-1/+1
* bitbake: fetch: use BPN insteadMingli Yu2022-09-011-1/+1
* bitbake: tests: Add test for possible gitsm deadlockPavel Zhukov2022-09-011-0/+9
* bitbake: tests: Add Timeout classPavel Zhukov2022-09-011-0/+19
* bitbake: gitsm: Error out if submodule refers to parent repoPavel Zhukov2022-09-011-0/+3
* bitbake: Fix npm to use https rather than httpNeil Horman2022-09-011-1/+1
* bitbake: utils: Pass lock argument in fileslockedJoshua Watt2022-08-311-2/+4
* bitbake: runqueue: Change pressure file warning to a noteRichard Purdie2022-08-241-1/+1
* bitbake: BBHandler/cooker: Implement recipe and global classesRichard Purdie2022-08-125-12/+22
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-1215-0/+30
* bitbake: BBHandler: Make inherit calls more directlyRichard Purdie2022-08-121-1/+4
* bitbake: BBHandler: Allow earlier exit for classes not foundRichard Purdie2022-08-121-0/+3
* bitbake: build: prefix the tasks with a timestamp in the log task_orderJose Quaresma2022-08-121-1/+3
* bitbake: runqueue: add memory pressure regulationAryaman Gupta2022-08-121-5/+22
* bitbake: siggen: Fix insufficent entropy in sigtask file namesJoshua Watt2022-08-092-1/+22