aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2017-03-21scripts/yocto-compat-layer.py: Add option to disable layer autodiscoveryAníbal Limón
2017-03-21scripts/lib/compatlayer: Remove require of meta- in layer dir nameAníbal Limón
2017-03-21scripts/compatlayer: Add exclude of meta-world-pkgdata on get_signaturesAníbal Limón
2017-03-21scripts/yocto-compat-layer.py: Make output log argument optionalAníbal Limón
2017-03-21scripts/yocto-compat-layer.py: Dump log to stdout instead of stderrAníbal Limón
2017-03-21scriptutils: Add support for specify stream on logger_createAníbal Limón
2017-03-21wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz
2017-03-21gen-lockedsig-cache: catch os.link errorbrian avery
2017-03-21devtool: tidy up handling of parse failuresPaul Eggleton
2017-03-21wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie
2017-03-21devtool/recipetill: npm install of devDependenciesAnders Darander
2017-03-21runqemu: output network configurationEd Bartosh
2017-03-16runqemu: only boot ramfs when specifiedRobert Yang
2017-03-16runqemu: add -h and --helpRobert Yang
2017-03-16runqemu: improve when no machine specifiedRobert Yang
2017-03-16runqemu: independent network and rootfs setupJuro Bystricky
2017-03-16yocto-compat-layer: improve error handling in signature creationPatrick Ohly
2017-03-13scripts/oe-setup-rpmrepo: replace createrepo with createrepo_cAlexander Kanavin
2017-03-13scripts/rpm2cpio.sh: replace 5.x version with 4.x versionAlexander Kanavin
2017-03-11wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie
2017-03-10runqemu-gen-tapdevs: Improve help text with an exampleRichard Purdie
2017-03-10wic: filemap: Fixed spared_copy skipDaniel Schultz
2017-03-10wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz
2017-03-08relocate_sdk.py: skip debug files from relocationNikunj Kela
2017-03-07crosstap: Changes to support Recipe specific sysrootSaul Wold
2017-03-04yocto-compat-layer.py: Add script to YP Compatible Layer validationAníbal Limón
2017-03-04build-perf-test-wrapper.sh: support xml report formatMarkus Lehtonen
2017-03-04scripts/runqemu: avoid overridden user input for bootparamsDmitry Rozhkov
2017-03-04scripts/runqemu: Add always ttyS1 when no serial options are specifiedAníbal Limón
2017-03-04scripts/lib/create_npm: handle Public Domain licensesAnders Darander
2017-03-04scripts/lib/create_npm: handle AND and OR in licensesAnders Darander
2017-03-04scripts/lib/create_npm: rewrite see license in eulaAnders Darander
2017-03-04create_npm.py: convert MIT/X11 to MITAnders Darander
2017-03-04wic: add more targets to directdisk syslinux configEd Bartosh
2017-03-04wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh
2017-03-04wic: raise WicError instead of calling logger.errorEd Bartosh
2017-03-04wic: exec_native_cmd: fix undefined variable errorEd Bartosh
2017-03-04wic: exec_native_cmd: improve debug messageEd Bartosh
2017-03-04wic: use image recipe sysroot as defaultEd Bartosh
2017-03-04wic: use 2 sysroots to find native executableEd Bartosh
2017-03-04wic: pluginbase: use global dictionaryEd Bartosh
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh
2017-03-04wic: plugin: cache results in get_pluginsEd Bartosh
2017-03-04wic: remove PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: throw exception if required API is not implementedEd Bartosh
2017-03-04wic: pluginbase: use python 3 metaclass syntaxEd Bartosh
2017-03-04wic: reimplement PluginMgr.get_pluginsEd Bartosh
2017-03-04wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: remove PluginMgr.get_source_pluginsEd Bartosh
2017-03-04wic: use PluginMgr directlyEd Bartosh