summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton2016-06-031-1/+12
* bitbake: fetch2/git.py: References must match exactlyPeter Kjellerstedt2016-06-031-3/+4
* bitbake: cookerdata: print an error if layer dir does not existMarkus Lehtonen2016-06-031-0/+4
* bitbake: Revert "buildinfohelper: work around unicode exceptions"Ed Bartosh2016-06-021-6/+4
* bitbake: xmlrpc: add parameter use_builtin_typesEd Bartosh2016-06-021-1/+1
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-021-1/+0
* bitbake: goggle/image-writer: Drop since bitrotting and no longer usedRichard Purdie2016-06-0218-3907/+0
* bitbake: image-writer/goggle: Disable pygtkcompat problemsRichard Purdie2016-06-023-12/+13
* bitbake: lib/bb: Set required python 3 version to 3.4.0Jeremy Puhlman2016-06-021-2/+2
* bitbake: data_smart: Simplify ExpansionError exceptionRichard Purdie2016-06-021-2/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-0244-334/+314
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-026-8/+4
* bitbake: cooker: Fix parse progress for python3Richard Purdie2016-05-211-1/+1
* bitbake: toaster: Remove DATABASE_URL being passed around as an environment varMichael Wood2016-05-201-10/+10
* bitbake: cooker: Improve taskgraph file handlingRichard Purdie2016-05-191-4/+7
* bitbake: codeparser: Increase cache version after code parser dependency changesRichard Purdie2016-05-191-1/+1
* bitbake: bb.codeparser: track variable flag referencesChristopher Larson2016-05-191-3/+9
* bitbake: Provide LAYERDIR_RE for layer.confChristopher Larson2016-05-191-2/+7
* bitbake: cache: Increase cache version after task checksum calculation changesRichard Purdie2016-05-191-1/+1
* bitbake: Implement support for per-task exportsChristopher Larson2016-05-191-1/+3
* bitbake: bb.cooker: show limited traceback for parsing ExpansionErrorChristopher Larson2016-05-191-2/+5
* bitbake: knotty: Fix output buffering issuesRichard Purdie2016-05-171-0/+2
* bitbake: siggen: Fixes to handle sigdata/siginfo files only containing baseha...Richard Purdie2016-05-171-1/+10
* bitbake: toasterui: capture keyboard interrupts the same way as knottyElliot Smith2016-05-171-1/+16
* bitbake: buildinfohelper: add method to set current build as CANCELLEDElliot Smith2016-05-171-0/+10
* bitbake: server/process: Fix missing log messages issueRichard Purdie2016-05-141-4/+4
* bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie2016-05-142-8/+2
* bitbake: runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly2016-05-141-4/+4
* bitbake: main: Ensure exceptions are correctly displayedRichard Purdie2016-05-131-2/+1
* bitbake: cookerdata: Fix log messages and ensure we exitRichard Purdie2016-05-131-1/+2
* bitbake: event/msg: Pass formatted exceptionsRichard Purdie2016-05-132-3/+5
* bitbake: fetch: Use OrderedDict for url parametersRichard Purdie2016-05-132-7/+9
* bitbake: main: Change warn() -> warning()Richard Purdie2016-05-131-1/+1
* bitbake: cooker: Fix log message syntaxRichard Purdie2016-05-131-1/+1
* bitbake: utils: Force bitbake to en_US.UTF-8 locale setting everywhereRichard Purdie2016-05-131-0/+7
* bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie2016-05-131-1/+1
* bitbake: knotty: Ensure consolelog file handle is closedRichard Purdie2016-05-131-0/+5
* bitbake: runqueue: Improve timestamp comparisonsRichard Purdie2016-05-131-1/+5
* bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie2016-05-132-3/+3
* bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie2016-05-111-1/+1
* bitbake: lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie2016-05-111-1/+2
* bitbake: tests: assertEquals -> assertEqualRichard Purdie2016-05-112-48/+48
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-1113-53/+53
* bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson2016-05-062-3/+3
* bitbake: bb.utils: let loaded plugins provide a plugin objectChristopher Larson2016-05-061-2/+4
* bitbake: bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson2016-05-061-2/+9
* bitbake: bb.utils: add load_plugins from scriptutilsChristopher Larson2016-05-061-0/+21
* bitbake: bb.data_smart: use iter() for __len__Christopher Larson2016-05-061-1/+1
* bitbake: bb.event: handle __builtins__ as a moduleChristopher Larson2016-05-061-3/+8
* bitbake: bb.build: handle __builtins__ as a moduleChristopher Larson2016-05-061-2/+7