summaryrefslogtreecommitdiffstats
path: root/scripts/lib
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-143-15/+15
* devtool: Fix build-sdk when pn doesn't match filenameRandy Witt2016-05-111-5/+19
* scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re...Leonardo Sandoval2016-05-061-0/+1
* 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
* devtool: sdk-update: reset git metadata on updateStephano Cetola2016-04-181-2/+8
* devtool: upgrade: handle recipes where source is not first entry in SRC_URIPaul Eggleton2016-04-151-1/+9
* wic: fix bug in handling fsoptionsEd Bartosh2016-04-141-19/+17
* Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton2016-04-131-1/+1
* wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock2016-04-091-1/+1
* scripts/lib/bsp/help.py: Typo in help for yocto-bsp createHumberto Ibarra2016-04-051-3/+3
* wic/isoimage-isohybrid.py: change cpio generated uid&gid to rootIoan-Adrian Ratiu2016-04-031-2/+2
* wic/isoimage-isohybrid.py: use glob to find initramfs locationIoan-Adrian Ratiu2016-04-031-2/+2
* yocto-bsp: Set correct default branches and branches base for i386, qemu and ...Humberto Ibarra2016-04-017-20/+20
* devtool: modify: call shutdown on tinfoil when donePaul Eggleton2016-03-311-0/+2
* wic: fix type of no-table optionEd Bartosh2016-03-281-1/+1