summaryrefslogtreecommitdiff
path: root/scripts/lib
AgeCommit message (Expand)AuthorFiles
2015-06-26wic: Make code more pythonicEd Bartosh1
2015-06-26wic: Implement image compressingEd Bartosh1
2015-06-26wic: Add new argument to direct pluginEd Bartosh3
2015-06-26wic: Add new argument to wic_create functionEd Bartosh1
2015-06-26wic: Add --compress-with command line optionEd Bartosh1
2015-06-26lib/devtool/standard: Fix patch cleanupRichard Purdie1
2015-06-23wic: removed unused command line optionEd Bartosh2
2015-06-23wic: code cleanup: superfluous-parensEd Bartosh8
2015-06-23wic: Return error code when wic fails to invoke commandEd Bartosh1
2015-06-23wic: Integrated plugin docstrings into 'wic help plugins' outputEd Bartosh1
2015-06-23wic: Add missing docstrings to plugin classesEd Bartosh7
2015-06-23wic: Code cleanup: bad-classmethod-argumentEd Bartosh8
2015-06-23wic: Document creation of empty partitionEd Bartosh1
2015-06-18devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2
2015-06-18recipetool: appendfile: fix file command error handlingPaul Eggleton1
2015-06-18recipetool: appendfile: clarify help textPaul Eggleton1
2015-06-18devtool: use DevtoolError for error handlingMarkus Lehtonen3
2015-06-18devtool: remove some unused return valuesMarkus Lehtonen1
2015-06-18devtool: split out 'patch' update mode into a separate functionMarkus Lehtonen1
2015-06-18devtool: split out 'srcrev' update mode into a separate functionMarkus Lehtonen1
2015-06-18devtool: slight simplification of path splitting logicMarkus Lehtonen1
2015-06-18devtool: simplify few conditionals a bitMarkus Lehtonen1
2015-06-18devtool: simplify the logic of determining patches to be removedMarkus Lehtonen1
2015-06-18devtool: update-recipe: do rev parsing in a separate functionMarkus Lehtonen1
2015-06-18devtool: refactor bb task execution into a separate classMarkus Lehtonen1
2015-06-18devtool: fix wrong indentationMarkus Lehtonen1
2015-06-11wic: Move validation of --ptable option to wks parserEd Bartosh5
2015-06-11wic: Add help for --part-type and --use-uuid optionsEd Bartosh1
2015-06-11wic: Use partition UUID in directdisk-gptEd Bartosh1
2015-06-11wic: Set type GUID and UUID for partitionEd Bartosh1
2015-06-11wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh2
2015-06-11wic: Refactored getting root device nameEd Bartosh4
2015-06-11wic: Fix format stringEd Bartosh1
2015-06-11wic: Generate random uuid for partitionEd Bartosh1
2015-06-11wic: Add --use-uuid partition optionEd Bartosh1
2015-06-11wic: pylinted partitionedfs.pyEd Bartosh1
2015-06-11wic: replaced __run_parted with exec_native_cmdEd Bartosh1
2015-06-11wic: move checks to exec_native_cmdEd Bartosh3
2015-06-11wic: removed exec_cmd_quiet and exec_native_cmd_quietEd Bartosh1
2015-06-11wic: create directdisk-gpt.wksEd Bartosh1
2015-06-11wic: Make _ptable_format publicEd Bartosh4
2015-06-11wic: Use gptmbr.bin MBR for gpt partitionsEd Bartosh2
2015-06-11wic: Add gpt to the list of supported partition table formatsEd Bartosh3
2015-06-11wic: check if part_type is set only for msdos partition tableEd Bartosh1
2015-06-11wic: set legacy_boot flag for gpt partitionsEd Bartosh1
2015-05-27wic: refactored processing of wic exceptionsEd Bartosh1
2015-05-23wic: Make sure file exists before removing itEd Bartosh1
2015-05-19devtool: update-recipe: add option to write changes to bbappendPaul Eggleton1
2015-05-19recipetool: add appendfile subcommandPaul Eggleton1
2015-05-19devtool / recipetool: ensure bb.note() gets printedPaul Eggleton2