aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
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-22scripts/bitbake-whatchanged: migrate from optparse to argparseHumberto Ibarra
2016-05-22wipe-sysroot: fix wrong glob when removing manifestsRoss Burton
2016-05-22scripts/oe-selftest: Remove inadvertant python3 specific changeRichard Purdie
2016-05-21meta/scripts: python3: rename file -> openRichard Purdie
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie
2016-05-21devtool: sdk-update: drop support for local updatesPaul Eggleton
2016-05-20wic: fix path parsing, use last occurrenceGeorge McCollister
2016-05-19scripts/oe-selftest: Improve listing by reducing unneeded spacingHumberto Ibarra
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-19mkefidisk.sh: mount images as read-onlyRaymond Tan
2016-05-17oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OERobert Yang
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-14combo-layer: avoid too long command lines in update with historyPatrick Ohly
2016-05-14combo-layer: fix default "update" modePatrick Ohly
2016-05-11devtool: Fix build-sdk when pn doesn't match filenameRandy Witt
2016-05-09combo-layer: implement "update with history"Patrick Ohly
2016-05-09combo-layer: runcmd() enhancementsPatrick Ohly
2016-05-09combo-layer: dummy "update with history"Patrick Ohly
2016-05-06ddimage: if 'pv' is installed, use itChristopher Larson
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
2016-05-06wic: moved DiskImage to direct.pyEd Bartosh
2016-05-06wic: get rid of fs_related.makedirsEd Bartosh
2016-05-06wic: get rid of inheritance Disk->DiskImageEd Bartosh