summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2020-07-23bitbake: cooker: Handle multiconfig name mappings correctlyRichard Purdie
2020-07-21bitbake: server/process: Fix note reference -> infoRichard Purdie
2020-07-19bitbake: server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie
2020-07-19bitbake: server/process: Fix a rare lockfile raceRichard Purdie
2020-07-19bitbake: pyshyacc: allow double COMMA statementsKonrad Weihmann
2020-07-19bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2020-07-19bitbake: server/process: Increase timeout for commandsRichard Purdie
2020-07-19bitbake: ui/teamcity: don't use removed logging classesChris Laplante
2020-07-19bitbake: lib/ui/taskexp: Fix missing Gtk importDavid Khouya
2020-07-19bitbake: lib/ui/taskexp: Validate gi importDavid Khouya
2020-07-02bitbake: msg: Avoid issues where paths have relative componentsRichard Purdie
2020-07-02bitbake: runqueue: Avoid unpickle errors in rare casesRichard Purdie
2020-07-02bitbake: siggen: Fix error when hash equivalence has an exceptionJoshua Watt
2020-07-02bitbake: test/fetch: change to better svn sourceakuster
2020-06-22bitbake: tests/fetch: Switch from git.infradead.org to a YP mirrorRichard Purdie
2020-04-26bitbake: data_smart: Handle hashing of datastores within datastores correctlyRichard Purdie
2020-04-26bitbake: cache: Fix performance problem with large numbers of source filesRichard Purdie
2020-04-26bitbake: fetch2/wget: Set User-Agent when checking status of a URLPaul Barker
2020-04-26bitbake: tinfoil: fix config_data mess up insane check while parsing multiple...Hongxu Jia
2020-04-06bitbake: tinfoil: Add back ability to parse on top of a datastoreRichard Purdie
2020-04-06bitbake: data/siggen: Don't expand ignored variablesRichard Purdie
2020-04-06bitbake: bitbake: Update to version 1.46Richard Purdie
2020-03-30bitbake: fetch2: Fix urldata_cache key issuesRichard Purdie
2020-03-24bitbake: Revert "fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is...Khem Raj
2020-03-24bitbake: tinfoil: Add iterator support for DataStoreConnectorRichard Purdie
2020-03-24bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie
2020-03-24bitbake: data_smart: Don't pass unneeded datastoreRichard Purdie
2020-03-24bitbake: tinfoil: Drop parse_recipe_file custom datastore supportRichard Purdie
2020-03-13bitbake: tinfoil: Update to match recent knotty console changesRichard Purdie
2020-03-13bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt
2020-03-13bitbake: knotty: Treat verbconsole as a console outputJoshua Watt
2020-03-13bitbake: msg: Return config objectJoshua Watt
2020-03-13bitbake: knotty: Update hash equivalence loggingJoshua Watt
2020-03-13bitbake: runqueue: Lower setscene complete logging levelJoshua Watt
2020-03-13bitbake: msg: Add helper to merge logging configsJoshua Watt
2020-03-13bitbake: knotty: Add logging cleanupJoshua Watt
2020-03-13bitbake: runqueue/siggen: Lower hash equivalence loggingJoshua Watt
2020-03-13bitbake: runqueue/siggen: Log hash equivalence with a different loggerJoshua Watt
2020-03-13bitbake: knotty: Setup logs with config helperJoshua Watt
2020-03-13bitbake: knotty: Remove dependency on format variableJoshua Watt
2020-03-13bitbake: lib/bb/msg: Add helper to set logging configJoshua Watt
2020-03-13bitbake: lib/bb/msg: Remove unused filtersJoshua Watt
2020-03-13bitbake: lib/bb/msg: Add filter utilitiesJoshua Watt
2020-03-13bitbake: knotty: Add commented logging_tree codeJoshua Watt
2020-03-13bitbake: lib/bb/msg: Add repr for BBLogFormatterJoshua Watt
2020-03-13bitbake: lib/bb/msg: Use log level instead of debug countJoshua Watt
2020-03-13bitbake: knotty: Handle logging messages with specific loggerJoshua Watt
2020-03-13bitbake: lib/bb/msg: Convert default domains to a dictionaryJoshua Watt
2020-03-11bitbake: tests: Add test for gitsm fetcher with shallow mirror tarballsPaul Barker
2020-03-11bitbake: fetch2/gitsm: Unpack shallow mirror tarballsPaul Barker