summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker.py: fix warn() -> warning()Robert Yang2016-06-131-3/+3
* bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...Richard Purdie2016-06-132-3/+9
* bitbake: lib/bb/main.py: Fix use of BBPOSTCONF and BBPRECONFMariano Lopez2016-06-091-2/+2
* bitbake: codeparser: Use hashlib for hashing, not hash()Richard Purdie2016-06-031-2/+6
* bitbake: codeparser: Small optimisation to stop repeated hash() callsRichard Purdie2016-06-031-3/+4
* 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: bitbake-layers: show-layers: disable parsingPaul Eggleton2016-06-021-1/+1
* bitbake: toaster: use python3 explicitlyEd Bartosh2016-06-021-3/+3
* bitbake: toaster: fix urllib importsEd Bartosh2016-06-022-4/+11
* bitbake: toaster: don't use mru.count in the templateEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use // operator instead of /Ed Bartosh2016-06-022-2/+2
* 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: use knotty when working with bitbake serverEd Bartosh2016-06-021-2/+2
* bitbake: toaster: fix migrationsEd Bartosh2016-06-022-0/+123
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-06-021-1/+1
* bitbake: toaster: read timezone files in binary modeEd Bartosh2016-06-021-4/+3
* bitbake: toaster: use re.sub() instead of translate()Ed Bartosh2016-06-021-1/+2
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-023-30/+20
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-025-6/+6
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-023-3/+3
* bitbake: toaster: modified list of dependenciesEd Bartosh2016-06-021-2/+1
* bitbake: toaster: fix local importsEd Bartosh2016-06-024-4/+4
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-022-5/+12
* bitbake: toaster: get rid of using reduceEd Bartosh2016-06-022-27/+57
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-06-022-4/+4
* bitbake: goggle/image-writer: Drop since bitrotting and no longer usedRichard Purdie2016-06-0219-4034/+0
* bitbake: image-writer/goggle: Disable pygtkcompat problemsRichard Purdie2016-06-024-13/+15
* 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-0263-400/+390
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-026-8/+4
* bitbake: bitbake/pyinotify.py: Upgrade to py3 versionRichard Purdie2016-06-021-155/+101
* bitbake: bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)Richard Purdie2016-06-0215-361/+972
* bitbake: cooker: Fix parse progress for python3Richard Purdie2016-05-211-1/+1
* bitbake: toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833Michael Wood2016-05-201-3/+10
* bitbake: toaster: tests build Add a test for a build of core-image-minimalMichael Wood2016-05-201-0/+389
* bitbake: toaster: tests Add a BuildTest helper classMichael Wood2016-05-203-0/+148
* bitbake: toaster: Add a specific test settings fileMichael Wood2016-05-201-0/+41
* bitbake: toaster: runbuilds move the execution sequence out of the poll loopMichael Wood2016-05-201-15/+16
* bitbake: toaster: Remove DATABASE_URL being passed around as an environment varMichael Wood2016-05-204-78/+20
* bitbake: toaster-tests: tests for project configSujith H2016-05-201-0/+115
* bitbake: toaster: projectconf Small tweaks to IMAGE_FSTYPES formBelen Barros Pena2016-05-201-2/+3
* bitbake: toaster: handle multiple imagefs typesSujith H2016-05-201-41/+70
* 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-193-3/+19