summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* wic: use next builtin instead of .next methodEd Bartosh2016-05-142-2/+2
* wic: don't encode unicode stringsEd Bartosh2016-05-141-7/+0
* wic: decode output of subprocess.communicateEd Bartosh2016-05-141-2/+2
* wic: use // operator instead of /Ed Bartosh2016-05-142-10/+10
* wic: use find_executable in favor of bb.utils.whichEd Bartosh2016-05-141-8/+2
* wic: don't use L suffix for integersEd Bartosh2016-05-141-4/+4
* wic: refactor pluginbaseEd Bartosh2016-05-141-28/+14
* wic: remove unused functionsEd Bartosh2016-05-141-68/+1
* wic: use new syntax of 'except' statementEd Bartosh2016-05-143-3/+3
* wic: remove with_statement importsEd Bartosh2016-05-141-1/+0
* wic: don't inherit classes from objectEd Bartosh2016-05-146-6/+6
* wic: don't use dict.keys and dict.has_keyEd Bartosh2016-05-143-5/+5
* wic: use items instead of iteritemsEd Bartosh2016-05-144-5/+5
* wic: replace print statements with print functionEd Bartosh2016-05-144-36/+37
* combo-layer: avoid too long command lines in update with historyPatrick Ohly2016-05-141-2/+29
* combo-layer: fix default "update" modePatrick Ohly2016-05-141-2/+1
* devtool: Fix build-sdk when pn doesn't match filenameRandy Witt2016-05-112-5/+24
* combo-layer: implement "update with history"Patrick Ohly2016-05-111-2/+389
* combo-layer: runcmd() enhancementsPatrick Ohly2016-05-111-3/+3
* combo-layer: dummy "update with history"Patrick Ohly2016-05-111-23/+59
* scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re...Leonardo Sandoval2016-05-061-0/+1
* ddimage: if 'pv' is installed, use itChristopher Larson2016-05-061-1/+5
* recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton2016-05-062-2/+2
* scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments'Christopher Larson2016-05-061-0/+1
* scripts/lib/argparse_oe: simplify options title changeChristopher Larson2016-05-061-4/+1
* scripts/lib/argparse_oe: show subparser help for unrecognized argsChristopher Larson2016-05-061-6/+43
* scripts/lib/argparse_oe: show self.prog in the error messageChristopher Larson2016-05-061-2/+7
* wic: use sparse_copy to preserve sparsenessEd Bartosh2016-05-061-4/+3
* wic: use sparse_copy to copy partitionsEd Bartosh2016-05-061-4/+2
* wic: add sparse_copy APIEd Bartosh2016-05-061-0/+30
* wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh2016-05-061-0/+531
* wic: moved DiskImage to direct.pyEd Bartosh2016-05-062-41/+21
* wic: get rid of fs_related.makedirsEd Bartosh2016-05-061-14/+0
* wic: get rid of inheritance Disk->DiskImageEd Bartosh2016-05-061-34/+9
* wic: use truncate utility to create sparse filesEd Bartosh2016-05-062-24/+8
* wic: add help for --system-id optionEd Bartosh2016-04-291-0/+4
* wic: set partition system idEd Bartosh2016-04-291-1/+6
* wic: add system_id argument to Image.add_partitionEd Bartosh2016-04-292-2/+3
* wic: add system_id attribute to PartitionEd Bartosh2016-04-291-0/+1
* wic: add sfdisk to the list of utilitiesEd Bartosh2016-04-291-0/+1
* wic: add --system-id wks optionEd Bartosh2016-04-291-0/+19
* wic: isoimage-isohybrid: fix splash file pathsIoan-Adrian Ratiu2016-04-291-2/+2
* wic: isoimage-isohybrid: add grubefi configfile supportIoan-Adrian Ratiu2016-04-291-21/+32
* recipetool.newappend: fix syntax error for 'not path_ok' errorChristopher Larson2016-04-291-1/+1
* devtool: sdk-update: fix handling of UNINATIVE_CHECKSUM changesPaul Eggleton2016-04-191-0/+26
* oe-selftest: Correct the usage examplesPeter Kjellerstedt2016-04-181-4/+4
* devtool: sdk-update: reset git metadata on updateStephano Cetola2016-04-182-4/+10
* devtool: upgrade: handle recipes where source is not first entry in SRC_URIPaul Eggleton2016-04-151-1/+9
* runqemu: let ramfs equal to cpio.gzRobert Yang2016-04-141-2/+2
* wic: fix bug in handling fsoptionsEd Bartosh2016-04-141-19/+17