summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils: Update to use exec_module() instead of load_module()Richard Purdie2022-01-051-2/+5
* bitbake: tests/fetch: Drop gnu urls from wget connectivity testRichard Purdie2021-12-201-3/+0
* bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE and document BB_HASHSE...Michael Opdenacker2021-12-201-2/+22
* bitbake: fetch: npm: Use temporary file for empty user configStefan Herbrechtsmeier2021-12-141-9/+5
* bitbake: fetch: npm: Quote destdir in run chmod commandStefan Herbrechtsmeier2021-12-141-1/+1
* bitbake: tests/runqueue: Improve lockfile handling raceRichard Purdie2021-12-141-2/+38
* bitbake: process: Do not mix stderr with stdoutAnton Mikanovich2021-12-091-1/+1
* bitbake: fetch: add a test for version check where compression changesAlexander Kanavin2021-12-092-0/+65
* bitbake: siggen: Ensure dumpsig output is deterministicRichard Purdie2021-12-091-8/+8
* bitbake: fetch2/wget: do not hardcode tarball compressors in version checkAlexander Kanavin2021-12-081-1/+1
* bitbake: fetch2/wget: add redirectauth parameterJustin Bronder2021-12-082-1/+16
* bitbake: test/fetch: Add striplevel unpack parameter testStefan Herbrechtsmeier2021-11-261-0/+15
* bitbake: bitbake-user-manual: Add striplevel unpack parameterStefan Herbrechtsmeier2021-11-261-0/+3
* 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: bitbake-user-manual: SRC_URI: mention gitsm fetcherMichael Opdenacker2021-11-251-0/+3
* bitbake: bitbake-user-manual: fix backslash issuesMichael Opdenacker2021-11-211-5/+5
* bitbake: bitbake-user-manual: Remove newline string in MIRRORS/PREMIRRORSRichard Purdie2021-11-211-10/+10
* bitbake: bitbake-user-manual: add missing referenceMichael Opdenacker2021-11-211-1/+1
* bitbake: bitbake-user-manual: fix typoMichael Opdenacker2021-11-211-1/+1
* bitbake: bitbake-user-manual: quoting fixesMichael Opdenacker2021-11-212-3/+3
* 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: doc: bitbake-user-manual: expand SRC_URI descriptionMichael Opdenacker2021-11-131-26/+59
* 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: lib/pyinotify.py: Remove deprecated module asyncoreRobert Yang2021-11-111-30/+0
* 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-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