summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* scripts: Fix urlparse imports for python3Ed Bartosh2016-06-021-3/+3
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-024-5/+6
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-024-6/+6
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-028-35/+35
* wic: encode help textEd Bartosh2016-06-021-1/+1
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-6/+6
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-1/+1
* scripts: python3: Use print functionEd Bartosh2016-06-012-86/+85
* recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2016-06-012-0/+8
* recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton2016-06-011-2/+4
* recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton2016-06-011-11/+94
* recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton2016-06-013-36/+54
* wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson2016-05-301-0/+5
* devtool: upgrade: clarify help text for --srcrev optionPaul Eggleton2016-05-251-1/+1
* devtool: upgrade: tweak conflict handlingPaul Eggleton2016-05-251-3/+9
* devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton2016-05-251-0/+8
* devtool: sdk-update: drop support for local updatesPaul Eggleton2016-05-211-112/+76
* wic: fix path parsing, use last occurrenceGeorge McCollister2016-05-201-1/+1
* wic: add help for --bmap commandline optionEd Bartosh2016-05-191-1/+4
* wic: implement --bmap optionEd Bartosh2016-05-194-12/+26
* wic: add bmaptool to the list of utilitiesEd Bartosh2016-05-191-1/+2
* 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