summaryrefslogtreecommitdiffstats
path: root/scripts/lib
AgeCommit message (Expand)Author
2016-07-01recipetool: recognize less common makefile namesNathan Lynch
2016-06-14devtool: reset: allow specifying multiple recipesPaul Eggleton
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen
2016-06-02scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-02scripts: python3: convert iterables to listsEd Bartosh
2016-06-02scripts: Fix urlparse imports for python3Ed Bartosh
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-02wic: encode help textEd Bartosh
2016-06-02classes/lib: Update xrange -> range for python3Richard Purdie
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-05-30recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton
2016-05-30recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton
2016-05-30recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton
2016-05-30recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton
2016-05-30wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson
2016-05-25devtool: upgrade: clarify help text for --srcrev optionPaul Eggleton
2016-05-25devtool: upgrade: tweak conflict handlingPaul Eggleton
2016-05-25devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton
2016-05-21devtool: sdk-update: drop support for local updatesPaul Eggleton
2016-05-20wic: fix path parsing, use last occurrenceGeorge McCollister
2016-05-19wic: add help for --bmap commandline optionEd Bartosh
2016-05-19wic: implement --bmap optionEd Bartosh
2016-05-19wic: add bmaptool to the list of utilitiesEd Bartosh
2016-05-14wic: use next builtin instead of .next methodEd Bartosh
2016-05-14wic: don't encode unicode stringsEd Bartosh
2016-05-14wic: decode output of subprocess.communicateEd Bartosh
2016-05-14wic: use // operator instead of /Ed Bartosh
2016-05-14wic: use find_executable in favor of bb.utils.whichEd Bartosh
2016-05-14wic: don't use L suffix for integersEd Bartosh
2016-05-14wic: refactor pluginbaseEd Bartosh
2016-05-14wic: remove unused functionsEd Bartosh
2016-05-14wic: use new syntax of 'except' statementEd Bartosh
2016-05-14wic: remove with_statement importsEd Bartosh
2016-05-14wic: don't inherit classes from objectEd Bartosh
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh
2016-05-14wic: use items instead of iteritemsEd Bartosh
2016-05-14wic: replace print statements with print functionEd Bartosh
2016-05-11devtool: Fix build-sdk when pn doesn't match filenameRandy Witt
2016-05-06recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton
2016-05-06scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments'Christopher Larson
2016-05-06scripts/lib/argparse_oe: simplify options title changeChristopher Larson
2016-05-06scripts/lib/argparse_oe: show subparser help for unrecognized argsChristopher Larson
2016-05-06scripts/lib/argparse_oe: show self.prog in the error messageChristopher Larson
2016-05-06wic: use sparse_copy to preserve sparsenessEd Bartosh
2016-05-06wic: use sparse_copy to copy partitionsEd Bartosh
2016-05-06wic: add sparse_copy APIEd Bartosh
2016-05-06wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh