summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: check if upstream hash equivalence server is availableJose Quaresma2021-11-051-1/+11
* bitbake: runqueue: Fix runall option task deletion ordering issueRichard Purdie2021-11-051-19/+16
* bitbake: tests/fetch: Add test for url parameter rewritingRichard Purdie2021-11-031-1/+2
* bitbake: fetch: Handle mirror user/password replacements correctlyRichard Purdie2021-11-032-0/+8
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-036-52/+53
* bitbake: daemonize: Avoid unclosed file warningRichard Purdie2021-11-031-21/+21
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-039-56/+56
* bitbake: fetch/git: Show warning for invalid github urlsRichard Purdie2021-11-031-0/+1
* bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie2021-11-031-0/+4
* bitbake: tests/fetch: Update github urlsRichard Purdie2021-11-031-13/+13
* bitbake: fetch2/git: Add a warning asking users to set a branch in git urlsRichard Purdie2021-11-031-1/+4
* bitbake: fetch2/git: Allow git fetcher to support subdir paramRichard Purdie2021-11-032-10/+21
* bitbake: fetch2: npmsw: Add support for github prefix in npm shrinkwrap versionStefan Herbrechtsmeier2021-11-011-0/+2
* bitbake: fetch2: npmsw: Add support for duplicate dependencies without urlStefan Herbrechtsmeier2021-11-011-1/+5
* bitbake: fetch2: fix downloadfilename issue with premirrorChen Qi2021-11-011-3/+7
* bitbake: tests/fetch.py: add test case to ensure downloadfilename is used for...Chen Qi2021-11-011-0/+8
* bitbake: tests/fetch.py: fix premirror test casesChen Qi2021-11-011-4/+4
* bitbake: doc: bitbake-user-manual: Document BB_GIT_SHALLOW and friendsPaul Barker2021-10-271-0/+56
* bitbake: tests/runqueue: Drop python version test decoratorsRichard Purdie2021-10-271-3/+0
* bitbake: bitbake: Bump to post release verion 1.53.0Richard Purdie2021-10-262-2/+2
* bitbake: fetch2/perforce: Fix typoRichard Purdie2021-10-261-1/+1
* bitbake: test/fetch: Update urls to match upstream branch name changesRichard Purdie2021-10-171-3/+3
* bitbake: siggen: Fix type conversion issuesRichard Purdie2021-10-171-11/+16
* bitbake: bitbake-worker: Add debug when unpickle failsRichard Purdie2021-10-171-1/+5
* bitbake: tests/runqueue: Ensure hashserv exits before deleting filesRichard Purdie2021-10-161-1/+1
* bitbake: bitbake-user-manual: update sources mirror URLJon Mason2021-10-161-4/+4
* bitbake: codegen: implement ast.NodeVisitor.visit_ConstantRoss Burton2021-10-141-0/+6
* bitbake: fetch2: Do not attempt to verify donestamp if download is not completeCaner Altinbasak2021-10-141-1/+3
* bitbake: npmsw: Avoid race condition with multiple npm fetchersCaner Altinbasak2021-10-141-0/+4
* bitbake: siggen: Change file format of siginfo files to use zstd compressed jsonRichard Purdie2021-10-141-12/+17
* bitbake: compress: Allow to operate on file descriptorRichard Purdie2021-10-141-1/+1
* bitbake: bitbake-worker: Set BB_CURRENTTASK earlierRichard Purdie2021-10-143-2/+2
* bitbake: fetch2: document checkstatus APIRoss Burton2021-10-141-1/+5
* bitbake: bitbake: Bump to version 1.52.0Richard Purdie2021-10-112-2/+2
* bitbake: hashserv: Improve behaviour for better determinism/sstate reuseRichard Purdie2021-10-112-8/+7
* bitbake: hashserv: Fix diverging report race conditionJoshua Watt2021-10-114-153/+314
* bitbake: hashserv: Add tests for diverging reportsJoshua Watt2021-10-111-0/+53
* bitbake: async: Close sync client event loopJoshua Watt2021-10-112-2/+8
* bitbake: bitbake: replace http with https for URLsJon Mason2021-10-0815-54/+54
* bitbake: bitbake:toaster:test: Update SSTATE URLJon Mason2021-10-081-1/+1
* bitbake: bitbake-worker: Handle pseudo shutdown in Ctrl+C caseRichard Purdie2021-10-081-4/+6
* bitbake: knotty/uihelper: Show setscene task progress in summary outputRichard Purdie2021-10-082-4/+6
* bitbake: fetch2: npmsw: Add support for local tarball and link sourcesStefan Herbrechtsmeier2021-10-081-3/+20
* bitbake: fetch2: npm: Create config npmrc in environment instantiationStefan Herbrechtsmeier2021-10-081-15/+27
* bitbake: fetch2: npm: Support npm archives with missing search directory modeStefan Herbrechtsmeier2021-10-081-0/+2
* bitbake: fetch2/gitsm: remove the 'nugget' SRCREV cachingRoss Burton2021-10-081-18/+0
* bitbake: fetch2: clarify the command-no-found error messageRoss Burton2021-10-081-1/+1
* bitbake: tests/fetch: prefix the FetcherTest temporary directoryRoss Burton2021-10-081-1/+1
* bitbake: tests/utils: mark a regex as a raw stringRoss Burton2021-10-081-1/+1
* bitbake: data: Ensure functions are defined in a deterministic orderRichard Purdie2021-10-031-1/+1