summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* combo-layer: modified to generate better commit messages.Puustinen, Ismo2015-07-081-3/+30
* scripts/oe-selftest: Added mechanism for including/removing bblayers.incDaniel Istrate2015-07-081-1/+15
* runqemu-internal: correctly set format for root FS as rawCristian Iorga2015-07-021-6/+6
* wic: Code cleanup: unused importsEd Bartosh2015-07-028-19/+5
* wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2015-07-0210-49/+68
* wic: Fix confusing error messageEd Bartosh2015-07-021-7/+12
* wic: Remove __write_partition methodEd Bartosh2015-07-021-21/+15
* wic: Refactor fstab update codeEd Bartosh2015-07-021-53/+30
* wic: Add --uuid partition optionEd Bartosh2015-07-022-1/+9
* wic: Fix naming conflictEd Bartosh2015-07-021-2/+4
* wic: Remove duplicated codeEd Bartosh2015-07-021-38/+10
* wic: Refactor prepare_empty_partition APIEd Bartosh2015-07-021-36/+12
* wic: Call methods better wayEd Bartosh2015-07-021-36/+11
* 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