aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2016-05-04wic: use next builtin instead of .next methoded/wic/python3-9412Ed Bartosh
2016-05-04wic: don't encode unicode stringsEd Bartosh
2016-05-04wic: decode output of subprocess.communicateEd Bartosh
2016-05-04wic: use // operator instead of /Ed Bartosh
2016-05-04wic: use find_executable in favor of bb.utils.whichEd Bartosh
2016-05-04wic: don't use L suffix for integersEd Bartosh
2016-05-04wic: refactor pluginbaseEd Bartosh
2016-05-04wic: remove unused functionsEd Bartosh
2016-05-04wic: use new syntax of 'except' statementEd Bartosh
2016-05-04wic: remove with_statement importsEd Bartosh
2016-05-04wic: don't inherit classes from objectEd Bartosh
2016-05-04wic: don't use dict.keys and dict.has_keyEd Bartosh
2016-05-04wic: use items instead of iteritemsEd Bartosh
2016-05-04wic: replace print statements with print functionEd Bartosh
2016-04-29scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re...Leonardo Sandoval
2016-04-29ddimage: if 'pv' is installed, use itChristopher Larson
2016-04-29recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton
2016-04-29scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments'Christopher Larson
2016-04-29scripts/lib/argparse_oe: simplify options title changeChristopher Larson
2016-04-29scripts/lib/argparse_oe: show subparser help for unrecognized argsChristopher Larson
2016-04-29scripts/lib/argparse_oe: show self.prog in the error messageChristopher Larson
2016-04-29wic: use sparse_copy to preserve sparsenessEd Bartosh
2016-04-29wic: use sparse_copy to copy partitionsEd Bartosh
2016-04-29wic: add sparse_copy APIEd Bartosh
2016-04-29wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh
2016-04-29wic: moved DiskImage to direct.pyEd Bartosh
2016-04-29wic: get rid of fs_related.makedirsEd Bartosh
2016-04-29wic: get rid of inheritance Disk->DiskImageEd Bartosh
2016-04-29wic: use truncate utility to create sparse filesEd Bartosh
2016-04-29wic: add help for --system-id optionEd Bartosh
2016-04-29wic: set partition system idEd Bartosh
2016-04-29wic: add system_id argument to Image.add_partitionEd Bartosh
2016-04-29wic: add system_id attribute to PartitionEd Bartosh
2016-04-29wic: add sfdisk to the list of utilitiesEd Bartosh
2016-04-29wic: add --system-id wks optionEd Bartosh
2016-04-29wic: isoimage-isohybrid: fix splash file pathsIoan-Adrian Ratiu
2016-04-29wic: isoimage-isohybrid: add grubefi configfile supportIoan-Adrian Ratiu
2016-04-29recipetool.newappend: fix syntax error for 'not path_ok' errorChristopher Larson
2016-04-19devtool: sdk-update: fix handling of UNINATIVE_CHECKSUM changesPaul Eggleton
2016-04-18oe-selftest: Correct the usage examplesPeter Kjellerstedt
2016-04-18devtool: sdk-update: reset git metadata on updateStephano Cetola
2016-04-15devtool: upgrade: handle recipes where source is not first entry in SRC_URIPaul Eggleton
2016-04-14runqemu: let ramfs equal to cpio.gzRobert Yang
2016-04-14wic: fix bug in handling fsoptionsEd Bartosh
2016-04-13Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton
2016-04-09wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock
2016-04-09build-perf-test: add eSDK installed size to metricsRoss Burton
2016-04-09devtool: Create unlocked-sigs.inc containing items in the workspaceRandy Witt
2016-04-06runqemu-gen-tapdevs: Add note about NetworkManager & tap devicesSaul Wold
2016-04-06create-pull-request: fix for newer gitRobert Yang