summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2016-05-19wic: implement --bmap optionEd Bartosh5
2016-05-19wic: add bmaptool to the list of utilitiesEd Bartosh1
2016-05-19mkefidisk.sh: mount images as read-onlyRaymond Tan1
2016-05-17oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OERobert Yang1
2016-05-14wic: use next builtin instead of .next methodEd Bartosh2
2016-05-14wic: don't encode unicode stringsEd Bartosh1
2016-05-14wic: decode output of subprocess.communicateEd Bartosh1
2016-05-14wic: use // operator instead of /Ed Bartosh2
2016-05-14wic: use find_executable in favor of bb.utils.whichEd Bartosh1
2016-05-14wic: don't use L suffix for integersEd Bartosh1
2016-05-14wic: refactor pluginbaseEd Bartosh1
2016-05-14wic: remove unused functionsEd Bartosh1
2016-05-14wic: use new syntax of 'except' statementEd Bartosh3
2016-05-14wic: remove with_statement importsEd Bartosh1
2016-05-14wic: don't inherit classes from objectEd Bartosh6
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh3
2016-05-14wic: use items instead of iteritemsEd Bartosh4
2016-05-14wic: replace print statements with print functionEd Bartosh4
2016-05-14combo-layer: avoid too long command lines in update with historyPatrick Ohly1
2016-05-14combo-layer: fix default "update" modePatrick Ohly1
2016-05-11devtool: Fix build-sdk when pn doesn't match filenameRandy Witt2
2016-05-09combo-layer: implement "update with history"Patrick Ohly1
2016-05-09combo-layer: runcmd() enhancementsPatrick Ohly1
2016-05-09combo-layer: dummy "update with history"Patrick Ohly1
2016-05-06ddimage: if 'pv' is installed, use itChristopher Larson1
2016-05-06recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton2
2016-05-06scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments'Christopher Larson1
2016-05-06scripts/lib/argparse_oe: simplify options title changeChristopher Larson1
2016-05-06scripts/lib/argparse_oe: show subparser help for unrecognized argsChristopher Larson1
2016-05-06scripts/lib/argparse_oe: show self.prog in the error messageChristopher Larson1
2016-05-06wic: use sparse_copy to preserve sparsenessEd Bartosh1
2016-05-06wic: use sparse_copy to copy partitionsEd Bartosh1
2016-05-06wic: add sparse_copy APIEd Bartosh1
2016-05-06wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh1
2016-05-06wic: moved DiskImage to direct.pyEd Bartosh2
2016-05-06wic: get rid of fs_related.makedirsEd Bartosh1
2016-05-06wic: get rid of inheritance Disk->DiskImageEd Bartosh1
2016-05-06wic: use truncate utility to create sparse filesEd Bartosh2
2016-04-29wic: add help for --system-id optionEd Bartosh1
2016-04-29wic: set partition system idEd Bartosh1
2016-04-29wic: add system_id argument to Image.add_partitionEd Bartosh2
2016-04-29wic: add system_id attribute to PartitionEd Bartosh1
2016-04-29wic: add sfdisk to the list of utilitiesEd Bartosh1
2016-04-29wic: add --system-id wks optionEd Bartosh1
2016-04-29wic: isoimage-isohybrid: fix splash file pathsIoan-Adrian Ratiu1
2016-04-29wic: isoimage-isohybrid: add grubefi configfile supportIoan-Adrian Ratiu1
2016-04-29recipetool.newappend: fix syntax error for 'not path_ok' errorChristopher Larson1
2016-04-19devtool: sdk-update: fix handling of UNINATIVE_CHECKSUM changesPaul Eggleton1
2016-04-18oe-selftest: Correct the usage examplesPeter Kjellerstedt1
2016-04-18devtool: sdk-update: reset git metadata on updateStephano Cetola2