summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* recipetool: create: support specifying a file as the local sourcePaul Eggleton2016-07-122-5/+14
* recipetool: create: fix handling of github URLsPaul Eggleton2016-07-121-1/+1
* devtool: return specific exit code for incompatible recipesPaul Eggleton2016-07-122-9/+12
* devtool: reset: allow reset to work if the recipe file has been deletedPaul Eggleton2016-07-121-1/+1
* devtool: update-recipe: fix --initial-rev optionPaul Eggleton2016-07-121-8/+5
* recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton2016-07-081-29/+0
* recipetool: create: avoid decoding errors with Python 3Paul Eggleton2016-07-085-14/+14
* scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntaxHumberto Ibarra2016-07-071-8/+8
* yocto-bsp: Refactor script to use argparse instead of optparseHumberto Ibarra2016-07-071-23/+7
* scripts/lib/bsp/engine.py: Add error message for wrong input fileHumberto Ibarra2016-07-071-2/+4
* scripts/lib/bsp/help.py: Fixed pager for yocto-bsp helpHumberto Ibarra2016-07-071-1/+1
* recipetool: recognize less common makefile namesNathan Lynch2016-07-011-1/+1
* devtool: reset: allow specifying multiple recipesPaul Eggleton2016-06-151-4/+5
* scripts/lib/bsp/engine.py: Added missing parentheses to string formattingHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/kernel.py: python3: use explicit relative importsHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/engine.py: Rename raw_input commands to inputHumberto Ibarra2016-06-121-2/+2
* scripts/lib/bsp/engine.py: Added missing keyword to fix syntax errorHumberto Ibarra2016-06-071-1/+1
* scripts: python3: decode subprocess outputEd Bartosh2016-06-031-5/+5
* engine: python3: replace iteritems() -> items()Ed Bartosh2016-06-031-3/+3
* scripts: python3: replace exec statement with builtinEd Bartosh2016-06-031-1/+1
* scripts: python3: use explicit relative importsEd Bartosh2016-06-032-3/+2
* engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh2016-06-031-3/+3
* scripts: python3: use new metaclass syntaxEd Bartosh2016-06-031-4/+2
* scripts: python3: rename raw_input to inputEd Bartosh2016-06-032-12/+12
* image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen2016-06-034-26/+0
* scripts: python3: change python to python3 in shebangEd Bartosh2016-06-031-1/+1
* scripts: python3: convert iterables to listsEd Bartosh2016-06-034-7/+7
* 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