summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* wic: code cleanup: pylint misc.pyEd Bartosh2015-08-091-19/+21
* wic: code cleanup: remove unused codeEd Bartosh2015-08-091-11/+0
* wic: Report recipe name for native commandsEd Bartosh2015-08-091-3/+26
* wic: Improve 'wic help overview' contentEd Bartosh2015-08-091-9/+24
* wic: improved usage textEd Bartosh2015-08-091-7/+5
* devtool: also load plugins from BBPATHChristopher Larson2015-07-271-2/+2
* recipetool.append: add extralines arg to appendsrcChristopher Larson2015-07-271-2/+2
* recipetool: appendsrcfile: handle S == STAGING_KERNEL_DIRChristopher Larson2015-07-231-0/+4
* recipetool: appendsrcfile: use -D, not -d for destdirChristopher Larson2015-07-231-1/+1
* recipetool: appendsrcfile: fix duplicate SRC_URI checkChristopher Larson2015-07-231-4/+5
* recipetool/append: Fix selftest failure with multilibRichard Purdie2015-07-121-0/+3
* wic: Set default set of bitbake variablesEd Bartosh2015-07-101-0/+5
* wic: Code cleanup: unused importsEd Bartosh2015-07-028-19/+5
* wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2015-07-029-40/+51
* 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-024-87/+33
* 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
* 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-271-1/+3
* wic: Add --compress-with command line optionEd Bartosh2015-06-271-0/+4
* lib/devtool/standard: Fix patch cleanupRichard Purdie2015-06-261-1/+2
* wic: removed unused command line optionEd Bartosh2015-06-232-12/+2
* wic: code cleanup: superfluous-parensEd Bartosh2015-06-238-23/+23
* wic: Return error code when wic fails to invoke commandEd Bartosh2015-06-231-0/+2
* wic: Integrated plugin docstrings into 'wic help plugins' outputEd Bartosh2015-06-231-0/+18
* 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
* 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-183-99/+92
* devtool: remove some unused return valuesMarkus Lehtonen2015-06-181-3/+0
* devtool: split out 'patch' update mode into a separate functionMarkus Lehtonen2015-06-181-114/+122