summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* wic: Get rid of useless variable 'image_rootfs'Ed Bartosh2015-07-021-16/+7
* wic: Rename partition imagesEd Bartosh2015-07-021-0/+2
* wic: Refactor prepare_rootfs APIEd Bartosh2015-07-021-16/+12
* wic: Turn off debug output for 'bitbake -e'Ed Bartosh2015-07-021-0/+5
* wic: Remove annoing debug messageEd Bartosh2015-07-021-2/+0
* wic: Include mount point into image reportEd Bartosh2015-07-021-1/+1
* wic: Refactor getting bitbake variablesEd Bartosh2015-07-025-103/+38
* wic: Fix misleading messageEd Bartosh2015-07-021-1/+1
* wic: Test rootfs plugin using image recipesEd Bartosh2015-07-021-0/+23
* recipetool: add appendsrcfile(s) sub-commandsChristopher Larson2015-06-271-6/+104
* recipetool.append: use argparse types for validationChristopher Larson2015-06-271-20/+25
* oe-selftest: timestamp the test runsRoss Burton2015-06-271-1/+12
* wic: Make code more pythonicEd Bartosh2015-06-271-12/+2
* wic: Implement image compressingEd Bartosh2015-06-271-1/+14
* wic: Add new argument to direct pluginEd Bartosh2015-06-273-2/+5
* wic: Add new argument to wic_create functionEd Bartosh2015-06-272-2/+4
* wic: Add --compress-with command line optionEd Bartosh2015-06-272-0/+7
* lib/devtool/standard: Fix patch cleanupRichard Purdie2015-06-261-1/+2
* python-2.7/3.4-manifest.inc: add missing dependencies for python-netserverHenning Heinold2015-06-232-2/+2
* wic: removed unused command line optionEd Bartosh2015-06-233-17/+5
* wic: code cleanup: superfluous-parensEd Bartosh2015-06-238-23/+23
* wic: Return error code when wic fails to invoke commandEd Bartosh2015-06-232-1/+3
* wic: Integrated plugin docstrings into 'wic help plugins' outputEd Bartosh2015-06-232-1/+19
* wic: Add missing docstrings to plugin classesEd Bartosh2015-06-237-0/+35
* wic: Code cleanup: bad-classmethod-argumentEd Bartosh2015-06-238-27/+27
* wic: Document creation of empty partitionEd Bartosh2015-06-231-0/+4
* runqemu-internal: set mutual exclusiveness for serial and nographic optionsJagadeesh Krishnanjanappa2015-06-231-4/+5
* runqemu-script: define console for qemuarm NFS bootingJagadeesh Krishnanjanappa2015-06-231-1/+1
* runqemu-internal: add support to boot arm64 qemu target via NFSJagadeesh Krishnanjanappa2015-06-231-0/+9
* runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel imageJagadeesh Krishnanjanappa2015-06-231-2/+2
* devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2015-06-182-3/+23
* recipetool: appendfile: fix file command error handlingPaul Eggleton2015-06-181-2/+4
* recipetool: appendfile: clarify help textPaul Eggleton2015-06-181-6/+6
* devtool: use DevtoolError for error handlingMarkus Lehtonen2015-06-184-100/+99
* devtool: remove some unused return valuesMarkus Lehtonen2015-06-182-4/+1
* devtool: split out 'patch' update mode into a separate functionMarkus Lehtonen2015-06-181-114/+122
* devtool: split out 'srcrev' update mode into a separate functionMarkus Lehtonen2015-06-181-77/+111
* devtool: slight simplification of path splitting logicMarkus Lehtonen2015-06-181-6/+5
* devtool: simplify few conditionals a bitMarkus Lehtonen2015-06-181-8/+6
* devtool: simplify the logic of determining patches to be removedMarkus Lehtonen2015-06-181-14/+11
* devtool: update-recipe: do rev parsing in a separate functionMarkus Lehtonen2015-06-181-24/+31
* devtool: refactor bb task execution into a separate classMarkus Lehtonen2015-06-181-20/+30
* devtool: fix wrong indentationMarkus Lehtonen2015-06-181-2/+2
* wic: Move validation of --ptable option to wks parserEd Bartosh2015-06-115-30/+8
* wic: Add help for --part-type and --use-uuid optionsEd Bartosh2015-06-111-0/+9
* wic: Use partition UUID in directdisk-gptEd Bartosh2015-06-111-1/+1
* wic: Set type GUID and UUID for partitionEd Bartosh2015-06-111-0/+15
* wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh2015-06-112-3/+5
* wic: Refactored getting root device nameEd Bartosh2015-06-114-24/+16
* wic: Fix format stringEd Bartosh2015-06-111-1/+1