summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* yocto-compat-layer.py: Add script to YP Compatible Layer validationAníbal Limón2017-03-047-0/+302
* scripts/lib/create_npm: handle Public Domain licensesAnders Darander2017-03-041-0/+1
* scripts/lib/create_npm: handle AND and OR in licensesAnders Darander2017-03-041-1/+15
* scripts/lib/create_npm: rewrite see license in eulaAnders Darander2017-03-041-2/+4
* create_npm.py: convert MIT/X11 to MITAnders Darander2017-03-041-0/+2
* wic: add more targets to directdisk syslinux configEd Bartosh2017-03-041-6/+22
* wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh2017-03-041-7/+13
* wic: raise WicError instead of calling logger.errorEd Bartosh2017-03-042-3/+3
* wic: exec_native_cmd: fix undefined variable errorEd Bartosh2017-03-041-0/+1
* wic: exec_native_cmd: improve debug messageEd Bartosh2017-03-041-1/+1
* wic: use 2 sysroots to find native executableEd Bartosh2017-03-041-2/+6
* wic: pluginbase: use global dictionaryEd Bartosh2017-03-041-17/+15
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-046-74/+48
* wic: plugin: cache results in get_pluginsEd Bartosh2017-03-041-10/+12
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-044-41/+13
* wic: throw exception if required API is not implementedEd Bartosh2017-03-041-0/+6
* wic: pluginbase: use python 3 metaclass syntaxEd Bartosh2017-03-041-2/+2
* wic: reimplement PluginMgr.get_pluginsEd Bartosh2017-03-041-72/+27
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-044-27/+20
* wic: remove PluginMgr.get_source_pluginsEd Bartosh2017-03-043-14/+2
* wic: use PluginMgr directlyEd Bartosh2017-03-045-56/+47
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-0416-44/+34
* wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh2017-03-044-9/+9
* wic: raise WicError in wic pluginsEd Bartosh2017-03-049-124/+75
* wic: raise WicError in core modulesEd Bartosh2017-03-044-43/+36
* wic: move errors moduleEd Bartosh2017-03-045-5/+5
* wic: remove msger moduleEd Bartosh2017-03-042-213/+0
* wic: use wic logger in wic source pluginsEd Bartosh2017-03-048-135/+200
* wic: use wic logger in imager direct pluginEd Bartosh2017-03-041-40/+43
* wic: use wic logger in core modulesEd Bartosh2017-03-048-77/+104
* devtool/sdk: Run build-sysroots after installing new thingsRichard Purdie2017-03-011-0/+6
* scripts/lib/devtool/deploy.py: add --port/-P argument for target connectionTim Orling2017-03-011-4/+22
* devtool: upgrade: fix error of import recipeutilsLuck Hoang2017-02-231-0/+4
* wic: direct: move creation of PartitionedImage to __init__Ed Bartosh2017-02-151-4/+4
* wic: direct: move generation of part.realnum to PartitionedImageEd Bartosh2017-02-151-13/+13
* wic: direct: add PartitionedImage.prepare methodEd Bartosh2017-02-151-13/+11
* wic: direct: set bootloader.source in the __init__Ed Bartosh2017-02-151-6/+7
* wic: direct: move UUID generation to PartitionedImageEd Bartosh2017-02-151-12/+11
* wic: direct: add 'realnum' attribute to partitionEd Bartosh2017-02-151-26/+20
* wic: direct: remove useless codeEd Bartosh2017-02-151-3/+1
* wic: direct: don't catch ImagerErrorEd Bartosh2017-02-151-4/+1
* wic: direct: remove set_bootimg_dir setterEd Bartosh2017-02-153-11/+2
* wic: ksparser: set default disk to 'sda'Ed Bartosh2017-02-151-1/+1
* wic: remove utils/oe/__init__.pyEd Bartosh2017-02-151-22/+0
* wic: move PartitionedImage class to direct.pyEd Bartosh2017-02-152-303/+276
* wic: move disk operations to PartitionImage classEd Bartosh2017-02-155-196/+111
* wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie2017-02-154-1/+50
* wic: remove unused argument scripts_pathEd Bartosh2017-02-152-5/+4
* wic: direct: remove unused importEd Bartosh2017-02-151-2/+1
* wic: direct: remove unused plugin attributesEd Bartosh2017-02-151-4/+0