summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* image types: add bmap generation optionAlexander D. Kanevskiy2016-05-141-1/+3
* bmap-tools: initial commit, version 3.2Ed Bartosh2016-05-141-0/+24
* image_types: add support for zip compressionPatrick Ohly2016-05-141-1/+5
* wic: use next builtin instead of .next methodEd Bartosh2016-05-142-2/+2
* wic: don't encode unicode stringsEd Bartosh2016-05-141-7/+0
* wic: decode output of subprocess.communicateEd Bartosh2016-05-141-2/+2
* wic: use // operator instead of /Ed Bartosh2016-05-142-10/+10
* wic: use find_executable in favor of bb.utils.whichEd Bartosh2016-05-141-8/+2
* wic: don't use L suffix for integersEd Bartosh2016-05-141-4/+4
* wic: refactor pluginbaseEd Bartosh2016-05-141-28/+14
* wic: remove unused functionsEd Bartosh2016-05-141-68/+1
* wic: use new syntax of 'except' statementEd Bartosh2016-05-143-3/+3
* wic: remove with_statement importsEd Bartosh2016-05-141-1/+0
* wic: don't inherit classes from objectEd Bartosh2016-05-146-6/+6
* wic: don't use dict.keys and dict.has_keyEd Bartosh2016-05-143-5/+5
* wic: use items instead of iteritemsEd Bartosh2016-05-144-5/+5
* wic: replace print statements with print functionEd Bartosh2016-05-144-36/+37
* combo-layer: avoid too long command lines in update with historyPatrick Ohly2016-05-141-2/+29
* combo-layer: fix default "update" modePatrick Ohly2016-05-141-2/+1
* python-native: Point to expat in native sysroot and add missing dep on expat-...Khem Raj2016-05-141-2/+2
* feature-arm-vfp.inc: fix overzealous ARMPKGSFX_FPU modificationAndré Draszik2016-05-141-1/+1
* gdb: Upgrade to 7.11Khem Raj2016-05-1418-126/+186
* glibc: Add recipes for 2.24 releaseKhem Raj2016-05-1433-217/+171
* gcc 4.9: backport gperf fixesDaniel McGregor2016-05-142-0/+154
* openjade-native: work around bug exposed by GCC 6Daniel McGregor2016-05-141-0/+1
* gcc-5.3: backport gperf fixesDaniel McGregor2016-05-142-0/+154
* report-error: Replace the build directory path in the error textMichael Wood2016-05-141-0/+5
* mmc-utils: update to latest git versionMaxin B. John2016-05-141-2/+2
* connman: update to version 1.32Maxin B. John2016-05-144-112/+15
* package_manager.py: Add extract() method for RPM package managerMariano Lopez2016-05-141-0/+85
* package_manager.py: Add extract() method for opkg and dpkgMariano Lopez2016-05-141-6/+134
* package_manager.py: Move opkg_query() outside of Indexer classMariano Lopez2016-05-141-53/+51
* pong-clock: obey CFLAGS, LDFLAGSChristopher Larson2016-05-141-1/+1
* ruby: obey LDFLAGS for the link of librubyChristopher Larson2016-05-142-1/+30
* pseudo: obey our LDFLAGSChristopher Larson2016-05-142-8/+58
* image_types: adjust default level of XZ compressionAlexander D. Kanevskiy2016-05-141-1/+1
* cmake: enable verbose buildsRoss Burton2016-05-141-1/+1
* bitbake: toaster: fix progress bar in MySQL environmentElliot Smith2016-05-132-2/+3
* 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: bin/bitbake-worker: Fix invalid bb.msg.fatal usageRichard Purdie2016-05-131-1/+2
* bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie2016-05-132-3/+3
* 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-133-8/+8