summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh15
2016-06-02wic: encode help textEd Bartosh1
2016-06-02wic: use python3 in shebangEd Bartosh1
2016-06-02classes/lib: Update xrange -> range for python3Richard Purdie1
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie2
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie1
2016-06-01oe-buildenv-internal: Update to python3Richard Purdie1
2016-06-01scripts/lnr: update for python3Allen Wild1
2016-06-01scripts: python3: Use print functionEd Bartosh8
2016-05-30recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2
2016-05-30recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton1
2016-05-30recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton1
2016-05-30recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton3
2016-05-30wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson1
2016-05-25devtool: upgrade: clarify help text for --srcrev optionPaul Eggleton1
2016-05-25devtool: upgrade: tweak conflict handlingPaul Eggleton1
2016-05-25devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton1
2016-05-22scripts/bitbake-whatchanged: migrate from optparse to argparseHumberto Ibarra1
2016-05-22wipe-sysroot: fix wrong glob when removing manifestsRoss Burton1
2016-05-22scripts/oe-selftest: Remove inadvertant python3 specific changeRichard Purdie1
2016-05-21meta/scripts: python3: rename file -> openRichard Purdie3
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie1
2016-05-21devtool: sdk-update: drop support for local updatesPaul Eggleton1
2016-05-20wic: fix path parsing, use last occurrenceGeorge McCollister1
2016-05-19scripts/oe-selftest: Improve listing by reducing unneeded spacingHumberto Ibarra1
2016-05-19wic: add help for --bmap commandline optionEd Bartosh1
2016-05-19wic: implement --bmap optionEd Bartosh5
2016-05-19wic: add bmaptool to the list of utilitiesEd Bartosh1
2016-05-19mkefidisk.sh: mount images as read-onlyRaymond Tan1
2016-05-17oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OERobert Yang1
2016-05-14wic: use next builtin instead of .next methodEd Bartosh2
2016-05-14wic: don't encode unicode stringsEd Bartosh1
2016-05-14wic: decode output of subprocess.communicateEd Bartosh1
2016-05-14wic: use // operator instead of /Ed Bartosh2
2016-05-14wic: use find_executable in favor of bb.utils.whichEd Bartosh1
2016-05-14wic: don't use L suffix for integersEd Bartosh1
2016-05-14wic: refactor pluginbaseEd Bartosh1
2016-05-14wic: remove unused functionsEd Bartosh1
2016-05-14wic: use new syntax of 'except' statementEd Bartosh3
2016-05-14wic: remove with_statement importsEd Bartosh1
2016-05-14wic: don't inherit classes from objectEd Bartosh6
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh3
2016-05-14wic: use items instead of iteritemsEd Bartosh4
2016-05-14wic: replace print statements with print functionEd Bartosh4
2016-05-14combo-layer: avoid too long command lines in update with historyPatrick Ohly1
2016-05-14combo-layer: fix default "update" modePatrick Ohly1
2016-05-11devtool: Fix build-sdk when pn doesn't match filenameRandy Witt2
2016-05-09combo-layer: implement "update with history"Patrick Ohly1
2016-05-09combo-layer: runcmd() enhancementsPatrick Ohly1
2016-05-09combo-layer: dummy "update with history"Patrick Ohly1