summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cookerdata: Ensure layers use LAYERSERIES_COMPAT fairlyRichard Purdie2022-12-081-2/+27
* bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie2022-12-085-8/+43
* bitbake: bitbake-user-manual: update references to Yocto Project manualMichael Opdenacker2022-12-082-3/+3
* bitbake: bin/utils: Ensure locale en_US.UTF-8 is available on the systemFrank de Brabander2022-12-084-6/+21
* bitbake: cooker: Start sync thread a little earlierJoshua Watt2022-12-081-6/+7
* bitbake: cooker: Use event to terminate parser threadsJoshua Watt2022-12-081-12/+3
* bitbake: siggen/cache: Optionally allow adding siggen hash data to the bitbak...Richard Purdie2022-12-083-5/+34
* bitbake: cache/siggen: Simplify passing basehash data into the cacheRichard Purdie2022-12-082-3/+6
* bitbake: data: Tweak code layoutRichard Purdie2022-12-081-25/+25
* bitbake: README: Improve explanation about running the testsuiteFrank de Brabander2022-12-051-1/+12
* bitbake: data_smart: Small cache reuse optimizationRichard Purdie2022-11-291-3/+7
* bitbake: runqueue: Improve error message for missing multiconfigRichard Purdie2022-11-291-0/+2
* bitbake: BBHandler: Remove pointless global variable declarationsRichard Purdie2022-11-291-2/+2
* bitbake: data: Drop obsolete pydoc/path codeRichard Purdie2022-11-291-5/+0
* 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-202-26/+58
* bitbake: server: Ensure cooker profiling worksRichard Purdie2022-11-203-7/+10
* 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-206-74/+60
* bitbake: toaster: Add refreshed oe-core and poky fixturesTim Orling2022-11-142-86/+24
* bitbake: toaster: fixtures/gen_fixtures.py: update branchesTim Orling2022-11-141-5/+14
* bitbake: toaster: fixtures/README: django 1.8 -> 3.2Tim Orling2022-11-141-1/+1
* 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: bitbake: bitbake-layers: checkout layer(s) branch when clone existsMark Asselstine2022-10-291-0/+25
* 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: bitbake-user-manual: details about variable flags starting with unde...Michael Opdenacker2022-10-271-0/+6
* 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: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX vari...Michael Opdenacker2022-10-261-17/+43
* bitbake: utils/ply: Update md5 to better report errors with hashlibMark Hatle2022-10-262-1/+13
* bitbake: bitbake: user-manual: inform about spaces in :removeJohan Korsnes2022-10-261-1/+2
* 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-292-2/+2
* bitbake: utils: Add enable_loopback_networking()Mattias Jernberg2022-09-291-1/+41
* bitbake: doc: bitbake-user-manual: Add definition for BB_PRESSURE_MAX variablesAryaman Gupta2022-09-291-0/+25
* bitbake: fetch2/ssh.py: fix checkstatusPascal Bach2022-09-291-4/+2