summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Add striplevel support to unpackStefan Herbrechtsmeier2021-11-261-0/+2
* bitbake: fetch2: Unify tar command in unpackStefan Herbrechtsmeier2021-11-261-8/+9
* bitbake: data_smart.py: Skip old override syntax checking for anonymous funct...Robert Yang2021-11-261-1/+1
* bitbake: fetch2: Fix url remap issue and add testcaseRichard Purdie2021-11-212-1/+2
* bitbake: utils: Handle lockfile filenames that are too long for filesystemsRichard Purdie2021-11-211-1/+5
* bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie2021-11-152-29/+5
* bitbake: cookerdata: Set TOPDIR explicitly and fix broken findTopdir()Richard Purdie2021-11-151-6/+6
* bitbake: tests/runqueue: Set TOPDIR in testRichard Purdie2021-11-151-1/+2
* bitbake: cooker: Fix task-depends.dot for multiconfig targetsRichard Purdie2021-11-131-1/+3
* bitbake: fetch: Add README on fetcher design constraintsRichard Purdie2021-11-111-0/+57
* bitbake: cooker: Handle parsing results queue raceRichard Purdie2021-11-101-5/+9
* bitbake: fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie2021-11-101-1/+1
* bitbake: parse/ast: Show warnings for append/prepend/remove operators combine...Richard Purdie2021-11-101-0/+4
* bitbake: cooker: Remove debug code, oops :(Richard Purdie2021-11-101-1/+0
* bitbake: runqueue: Fix runall option handlingRichard Purdie2021-11-081-0/+1
* bitbake: fetch2/checksum/siggen: Fix taskhashes not tracking file directoriesRichard Purdie2021-11-082-2/+21
* bitbake: cooker: Handle parse threads disappearing to avoid hangsRichard Purdie2021-11-081-1/+10
* bitbake: tests/fetch: Update pcre.org address after github changesRichard Purdie2021-11-071-1/+1
* 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-038-54/+54
* 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: tests/runqueue: Drop python version test decoratorsRichard Purdie2021-10-271-3/+0
* bitbake: bitbake: Bump to post release verion 1.53.0Richard Purdie2021-10-261-1/+1
* 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: tests/runqueue: Ensure hashserv exits before deleting filesRichard Purdie2021-10-161-1/+1
* 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-142-2/+1
* bitbake: fetch2: document checkstatus APIRoss Burton2021-10-141-1/+5
* bitbake: bitbake: Bump to version 1.52.0Richard Purdie2021-10-111-1/+1
* bitbake: async: Close sync client event loopJoshua Watt2021-10-111-1/+8
* bitbake: bitbake: replace http with https for URLsJon Mason2021-10-081-16/+16