summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster-requirements.txt: require Django 2.2Tim Orling2020-06-051-1/+1
* bitbake: bitbake-user-manual-metadata.xml: fix a minor errorKai Kang2020-06-051-1/+1
* bitbake: doc: More explanation to tasks that recursively depend on themselvesJacob Kroon2020-06-051-6/+8
* bitbake: doc: Clarify how task dependencies relate to RDEPENDSJacob Kroon2020-06-051-0/+3
* bitbake: user manual: properly tag content as <replaceable>Robert P. J. Day2020-06-051-2/+2
* bitbake: docs: delete reference to obsolete recipe-depends.dotRobert P. J. Day2020-06-051-6/+1
* bitbake: data_smart: Handle hashing of datastores within datastores correctlyRichard Purdie2020-04-261-1/+4
* bitbake: cache: Fix performance problem with large numbers of source filesRichard Purdie2020-04-261-14/+8
* bitbake: fetch2/wget: Set User-Agent when checking status of a URLPaul Barker2020-04-261-0/+1
* bitbake: tinfoil: fix config_data mess up insane check while parsing multiple...Hongxu Jia2020-04-261-0/+1
* bitbake: tinfoil: Add back ability to parse on top of a datastoreRichard Purdie2020-04-062-4/+6
* bitbake: data/siggen: Don't expand ignored variablesRichard Purdie2020-04-063-4/+4
* bitbake: bitbake: Update to version 1.46Richard Purdie2020-04-062-2/+2
* bitbake: fetch2: Fix urldata_cache key issuesRichard Purdie2020-03-301-4/+7
* bitbake: toaster: fix for import build directory with var refs in BBLAYERSPaul Eggleton2020-03-291-1/+11
* bitbake: toaster: FieldError loading Reverse runtime dependenciesReyna, David2020-03-291-1/+1
* bitbake: toaster: support environment-safe manage commandsReyna, David2020-03-291-3/+16
* bitbake: toaster: update to DunfellReyna, David2020-03-292-15/+15
* bitbake: toaster: migrate to Django-2.2David Reyna2020-03-2940-174/+197
* bitbake: Revert "fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is...Khem Raj2020-03-241-14/+4
* bitbake: tinfoil: Add iterator support for DataStoreConnectorRichard Purdie2020-03-241-0/+5
* bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie2020-03-245-360/+87
* bitbake: data_smart: Don't pass unneeded datastoreRichard Purdie2020-03-243-3/+4
* bitbake: tinfoil: Drop parse_recipe_file custom datastore supportRichard Purdie2020-03-241-9/+2
* bitbake: bitbake-user-manual: immediate-variable-expansion: Correct descriptionJacob Kroon2020-03-191-6/+9
* bitbake: bitbake-user-manual: Fix order of end tagsJacob Kroon2020-03-191-2/+2
* bitbake: tinfoil: Update to match recent knotty console changesRichard Purdie2020-03-131-11/+1
* bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt2020-03-132-12/+1
* bitbake: knotty: Treat verbconsole as a console outputJoshua Watt2020-03-131-22/+18
* bitbake: msg: Return config objectJoshua Watt2020-03-131-1/+4
* bitbake: knotty: Update hash equivalence loggingJoshua Watt2020-03-132-24/+62
* bitbake: contrib: Add autobuilder logging configurationJoshua Watt2020-03-131-0/+27
* bitbake: runqueue: Lower setscene complete logging levelJoshua Watt2020-03-131-1/+1
* bitbake: msg: Add helper to merge logging configsJoshua Watt2020-03-131-41/+48
* bitbake: knotty: Add logging cleanupJoshua Watt2020-03-132-0/+13
* bitbake: bitbake-user-manual: Add documentation for BB_LOGCONFIGJoshua Watt2020-03-132-0/+108
* bitbake: runqueue/siggen: Lower hash equivalence loggingJoshua Watt2020-03-132-7/+7
* bitbake: runqueue/siggen: Log hash equivalence with a different loggerJoshua Watt2020-03-132-13/+15
* bitbake: bitbake-worker: Remove unnecessary addDefaultLogFilterJoshua Watt2020-03-131-1/+0
* bitbake: knotty: Setup logs with config helperJoshua Watt2020-03-131-38/+96
* bitbake: knotty: Remove dependency on format variableJoshua Watt2020-03-132-15/+21
* bitbake: lib/bb/msg: Add helper to set logging configJoshua Watt2020-03-131-0/+93
* bitbake: lib/bb/msg: Remove unused filtersJoshua Watt2020-03-131-16/+0
* bitbake: lib/bb/msg: Add filter utilitiesJoshua Watt2020-03-131-0/+35
* bitbake: knotty: Add commented logging_tree codeJoshua Watt2020-03-131-0/+5
* bitbake: lib/bb/msg: Add repr for BBLogFormatterJoshua Watt2020-03-131-0/+3
* bitbake: lib/bb/msg: Use log level instead of debug countJoshua Watt2020-03-134-16/+12
* bitbake: knotty: Handle logging messages with specific loggerJoshua Watt2020-03-131-1/+1
* bitbake: lib/bb/msg: Convert default domains to a dictionaryJoshua Watt2020-03-132-12/+10
* bitbake: tests: Add test for gitsm fetcher with shallow mirror tarballsPaul Barker2020-03-111-0/+41