summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* wic: Generate random uuid for partitionEd Bartosh2015-06-111-0/+13
* wic: Add --use-uuid partition optionEd Bartosh2015-06-111-0/+6
* wic: pylinted partitionedfs.pyEd Bartosh2015-06-111-33/+30
* wic: replaced __run_parted with exec_native_cmdEd Bartosh2015-06-111-19/+13
* wic: move checks to exec_native_cmdEd Bartosh2015-06-113-27/+12
* wic: removed exec_cmd_quiet and exec_native_cmd_quietEd Bartosh2015-06-111-21/+0
* wic: create directdisk-gpt.wksEd Bartosh2015-06-111-0/+10
* wic: Make _ptable_format publicEd Bartosh2015-06-114-13/+13
* wic: Use gptmbr.bin MBR for gpt partitionsEd Bartosh2015-06-112-1/+13
* wic: Add gpt to the list of supported partition table formatsEd Bartosh2015-06-113-4/+4
* wic: check if part_type is set only for msdos partition tableEd Bartosh2015-06-111-1/+1
* wic: set legacy_boot flag for gpt partitionsEd Bartosh2015-06-111-1/+1
* scripts/jhbuild: removeRoss Burton2015-06-0817-16010/+0
* python3: fix pyconfig.h installation on targetAlejandro Hernandez2015-06-081-1/+1
* scripts/combo-layer: Fix exit codes and tty handlingRichard Purdie2015-06-051-3/+7
* wic: refactored processing of wic exceptionsEd Bartosh2015-05-292-32/+13
* wic: do not strip tracebackEd Bartosh2015-05-291-1/+1
* wic: Make sure file exists before removing itEd Bartosh2015-05-241-8/+8
* combo-layer: handle unset dest_dir in sanity_check()Patrick Ohly2015-05-221-2/+4
* devtool: update-recipe: add option to write changes to bbappendPaul Eggleton2015-05-201-41/+107
* recipetool: add appendfile subcommandPaul Eggleton2015-05-202-3/+363
* devtool / recipetool: ensure bb.note() gets printedPaul Eggleton2015-05-203-2/+9
* wic: remove intermediate partitionsAlexandre Belloni2015-05-161-0/+8
* devtool: if workspace layer exists, still ensure it's in bblayers.confPaul Eggleton2015-05-161-14/+22
* devtool: deploy-target: use tinfoil instead of bitbake -ePaul Eggleton2015-05-161-3/+9
* devtool: fix build env command execution error handlingPaul Eggleton2015-05-162-7/+24
* devtool: deploy plugin: fix bad indentationMarkus Lehtonen2015-05-161-2/+2
* devtool: add missing docstringsMarkus Lehtonen2015-05-163-3/+28
* devtool: rename unused variablesMarkus Lehtonen2015-05-162-3/+3
* devtool: remove unused imports / re-importsMarkus Lehtonen2015-05-163-3/+0