summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster/tests/functional: Tweak the project creation function for be...Richard Purdie2024-10-242-9/+17
* bitbake: toaster/tests/functional: Move _create_test_new_project to base clas...Richard Purdie2024-10-242-69/+72
* bitbake: toaster/tests/functional: Improve project creation testsRichard Purdie2024-10-242-8/+22
* bitbake: fetch2/wget: set User-Agent to 'bitbake/version' in checkstatus()Alexander Kanavin2024-10-221-6/+1
* bitbake: fetch2/wget.py: use default wget user-agent in upstream version checksAlexander Kanavin2024-10-221-1/+1
* bitbake: toaster/tests: Replace assertTrue for more specific assertsRichard Purdie2024-10-142-91/+91
* bitbake: fetch2: add GitHub Codespaces supportOliver Kästner2024-10-141-0/+1
* bitbake: tests/browser: Avoid python 3.9 syntaxRichard Purdie2024-10-141-1/+4
* bitbake: toaster/tests/brwoser: Add wait for element callsRichard Purdie2024-10-141-0/+11
* bitbake: toaster/tests/selenium_helper_base: Handle WebDriverExceptionRichard Purdie2024-10-141-1/+4
* bitbake: utils: Improve multiple lock handlingRichard Purdie2024-10-111-0/+1
* bitbake: toaster/tests/functional: Fix test race on alertRichard Purdie2024-10-091-1/+3
* bitbake: toaster/tests/functional: Fix hardcoded database IDRichard Purdie2024-10-091-1/+6
* bitbake: toaster/tests/functional: Fix later details page test issuesRichard Purdie2024-10-091-7/+14
* bitbake: toaster/tests: Improve a test to give better debug outputRichard Purdie2024-10-091-4/+4
* bitbake: toaster/tests: Fix kirkstone numberingRichard Purdie2024-10-091-1/+1
* bitbake: exceptions: Add hack to workaround python 3.13 failuresRichard Purdie2024-10-091-1/+5
* bitbake: bb/exceptions: Drop obsolete 2.6 codeRichard Purdie2024-10-091-7/+1
* bitbake: persist_data: Remove itRichard Purdie2024-10-092-400/+0
* bitbake: checksum/fetch2: Switch from persist_data to a standard cache fileRichard Purdie2024-10-094-15/+58
* bitbake: fetch2: Avoid deprecation warningRichard Purdie2024-10-091-1/+1
* bitbake: COW: Fix hardcoded magic numbers and work with python 3.13Richard Purdie2024-10-091-4/+6
* bitbake: fetch2/git: Use quote from shlex, not pipesRichard Purdie2024-10-011-2/+1
* bitbake: fetch2: don't try to preserve all attributes when unpacking filesRoss Burton2024-09-301-1/+1
* bitbake: tests/fetch: Update GoModTest and GoModGitTestChristian Lindeberg2024-09-201-0/+55
* bitbake: toaster: Update fixtures for styheadRichard Purdie2024-09-173-12/+75
* bitbake: fetch2/gomod: Support URIs with only a hostnamePeter Kjellerstedt2024-09-171-2/+6
* bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"Martin Jansa2024-09-161-13/+11
* bitbake: prserv: increment 9 to 10 correctlyDan McGregor2024-09-122-1/+3
* bitbake: fetch2/gitsm: use configparser to parse .gitmodulesRoss Burton2024-09-121-11/+13
* bitbake: fetch2: Add gomodgit fetcherChristian Lindeberg2024-09-103-2/+228
* bitbake: fetch2: Add gomod fetcherChristian Lindeberg2024-09-103-1/+196
* bitbake: siggen: Fix rare file-checksum hash issueRichard Purdie2024-09-051-1/+1
* bitbake: codeparser: Allow code visitor expressions to be declared in metadataRichard Purdie2024-08-292-5/+16
* bitbake: fetch2/npm: allow the '@' character in package namesLeonard Göhrs2024-08-251-3/+4
* bitbake: gcp.py: remove slow calls to gsutil statEtienne Cordonnier2024-08-251-7/+7
* bitbake: fetch2/npmsw: allow packages not declaring a registry versionEnguerrand de Ribaucourt2024-08-231-1/+1
* bitbake: fetch2/npmsw: fix fetching git revisions not on masterEnguerrand de Ribaucourt2024-08-231-0/+1
* bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink ...Chris Laplante2024-08-231-5/+9
* bitbake: ui/knotty: print log paths for failed tasks in summaryChris Laplante2024-08-231-3/+13
* bitbake: build/exec_task: Log str() instead of repr() for exceptions in buildTroels Dalsgaard Hoffmeyer2024-08-151-2/+2
* bitbake: build: Ensure addtask before/after tasknames have prefix appliedRichard Purdie2024-08-132-5/+14
* bitbake: BBHandler/ast: Improve addtask handlingRichard Purdie2024-08-133-44/+38
* bitbake: cookerdata: Separate out data_hash and hook to tinfoilRichard Purdie2024-08-132-7/+16
* bitbake: cache: Drop unused functionRichard Purdie2024-08-131-19/+0
* bitbake: BBHandler: Handle comments in addtask/deltaskRichard Purdie2024-08-132-2/+12
* bitbake: data_smart: Improve performance for VariableHistoryRobert Yang2024-08-031-5/+3
* bitbake: fetch2/git: Enforce default remote name to "origin"Yuri D'Elia2024-07-131-1/+1
* bitbake: bitbake: tests/fetch: Update GitShallowTest for clone_shallow_local()Robert Yang2024-07-131-5/+8
* bitbake: fetch2/git: Use git shallow fetch to implement clone_shallow_local()Robert Yang2024-07-131-26/+52