summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2015-07-02wic: Get rid of useless variable 'image_rootfs'Ed Bartosh1
2015-07-02wic: Rename partition imagesEd Bartosh1
2015-07-02wic: Refactor prepare_rootfs APIEd Bartosh1
2015-07-02wic: Turn off debug output for 'bitbake -e'Ed Bartosh1
2015-07-02wic: Remove annoing debug messageEd Bartosh1
2015-07-02wic: Include mount point into image reportEd Bartosh1
2015-07-02wic: Refactor getting bitbake variablesEd Bartosh5
2015-07-02wic: Fix misleading messageEd Bartosh1
2015-07-02wic: Test rootfs plugin using image recipesEd Bartosh1
2015-06-27recipetool: add appendsrcfile(s) sub-commandsChristopher Larson1
2015-06-27recipetool.append: use argparse types for validationChristopher Larson1
2015-06-26oe-selftest: timestamp the test runsRoss Burton1
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 Bartosh2
2015-06-26wic: Add --compress-with command line optionEd Bartosh2
2015-06-26lib/devtool/standard: Fix patch cleanupRichard Purdie1
2015-06-23python-2.7/3.4-manifest.inc: add missing dependencies for python-netserverHenning Heinold2
2015-06-23wic: removed unused command line optionEd Bartosh3
2015-06-23wic: code cleanup: superfluous-parensEd Bartosh8
2015-06-23wic: Return error code when wic fails to invoke commandEd Bartosh2
2015-06-23wic: Integrated plugin docstrings into 'wic help plugins' outputEd Bartosh2
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-23runqemu-internal: set mutual exclusiveness for serial and nographic optionsJagadeesh Krishnanjanappa1
2015-06-23runqemu-script: define console for qemuarm NFS bootingJagadeesh Krishnanjanappa1
2015-06-23runqemu-internal: add support to boot arm64 qemu target via NFSJagadeesh Krishnanjanappa1
2015-06-23runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel imageJagadeesh Krishnanjanappa1
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 Lehtonen4
2015-06-18devtool: remove some unused return valuesMarkus Lehtonen2
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