aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-06toaster: replace viewkeys() -> keys()ed/oe/python3Ed Bartosh
2016-06-06toaster: fix migrationsEd Bartosh
2016-06-06bitbake: toaster: use python3 explicitlyEd Bartosh
2016-06-06opkg-utils: update SRCREVAlejandro del Castillo
2016-06-05lib/oe/package_manager: adapt for Python 3Ross Burton
2016-06-05libarchive: respect disable-acl configuration optionMaxin B. John
2016-06-05image-buildinfo: Update to python3 syntaxRichard Purdie
2016-06-04libarchive: Add PACKAGECONFIG for lz4 to ensure determinismRichard Purdie
2016-06-04dpkg: Upgrade to 1.18.7Aníbal Limón
2016-06-04ofono: update to 1.18Maxin B. John
2016-06-04gnome-desktop3: update to 3.20.2Alexander Kanavin
2016-06-04watchdog: update to 5.15Alexander Kanavin
2016-06-04systemtap: update to 3.0Alexander Kanavin
2016-06-04msmtp: update to 1.6.5Alexander Kanavin
2016-06-04libxslt: update to 1.1.29Alexander Kanavin
2016-06-04libksba: update to 1.3.4Alexander Kanavin
2016-06-04kexec-tools: update to 2.0.12Alexander Kanavin
2016-06-04iso-codes: update to 3.68Alexander Kanavin
2016-06-04icu: update to 57.1Alexander Kanavin
2016-06-04mc: update to 4.8.17Alexander Kanavin
2016-06-04gobject-introspection: update to 1.48.0Alexander Kanavin
2016-06-04gdb: fix upstream checkAlexander Kanavin
2016-06-04gcc: fix upstream check for 5.x versionAlexander Kanavin
2016-06-04cantarell-fonts: update to 0.0.24Alexander Kanavin
2016-06-04ffmpeg: update to 3.0.2Alexander Kanavin
2016-06-04build-appliance-image: update version to 15.0.0Alexander Kanavin
2016-06-04btrfs-tools: update to 4.5.3Alexander Kanavin
2016-06-04boost: update to 1.61.0Alexander Kanavin
2016-06-04cantarell-fonts: fix upstream checkAlexander Kanavin
2016-06-04tzcode, tzdata: fix upstream version checkAlexander Kanavin
2016-06-04cups: fix upstream version checkAlexander Kanavin
2016-06-04webkitgtk: upgrade to 2.12.3Alexander Kanavin
2016-06-04rt-tests, hwlatdetect: upgrade to 2.0Alexander Kanavin
2016-06-04gdbm: upgrade to 1.12Alexander Kanavin
2016-06-03toasterconf.json: exclude releases Toaster can't buildElliot Smith
2016-06-03scripts/pybootchart: Fix print statementRichard Purdie
2016-06-03bitbake: codeparser: Use hashlib for hashing, not hash()Richard Purdie
2016-06-03bitbake: codeparser: Small optimisation to stop repeated hash() callsRichard Purdie
2016-06-03scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-03scripts: python3: decode subprocess outputEd Bartosh
2016-06-03engine: python3: replace iteritems() -> items()Ed Bartosh
2016-06-03scripts: python3: replace exec statement with builtinEd Bartosh
2016-06-03scripts: python3: use explicit relative importsEd Bartosh
2016-06-03engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh
2016-06-03scripts: python3: use new metaclass syntaxEd Bartosh
2016-06-03scripts: python3: rename raw_input to inputEd Bartosh
2016-06-03bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton
2016-06-03bitbake: fetch2/git.py: References must match exactlyPeter Kjellerstedt
2016-06-03bitbake: cookerdata: print an error if layer dir does not existMarkus Lehtonen
2016-06-03send-error-report: encode data to bytesEd Bartosh