aboutsummaryrefslogtreecommitdiff
path: root/kernelci/configs.py
AgeCommit message (Expand)Author
2019-09-04kernelci.configs: convert to kernelci.config.{build,test}Guillaume Tucker
2019-08-30kernelci.configs: add params to DeviceTypeKhouloud Touil
2019-08-29kernelci.configs.DeviceType: rename .type_name as .base_nameGuillaume Tucker
2019-08-29Use yaml safe_load insteald of loadCorentin LABBE
2019-08-27kernelci.configs.DeviceType: add .type_name instead of .nameGuillaume Tucker
2019-07-11kernelci.configs: add Regex filter typeGuillaume Tucker
2019-07-04Add first ARC device: hsdkCorentin LABBE
2019-05-03kernelci.configs.BuildEnvironment: add cross_compile()Guillaume Tucker
2019-04-25test-configs: add support for ar9331Michael Grzeschik
2019-04-23Add basic configs tests using pytestDan Rue
2019-03-21kernelci.configs: add docstrings for build configurationsGuillaume Tucker
2019-03-15kernelci.configs: add Architecture and use it in BuildVariantGuillaume Tucker
2019-03-15kernelci.configs: add Fragment.defconfigGuillaume Tucker
2019-03-15kernelci.configs: convert BuildEnvironment.cc_version as strGuillaume Tucker
2019-03-15kernelci.configs: fix default values with new object instancesGuillaume Tucker
2019-03-15kernelci.configs: fix case where a YAML dict is emptyGuillaume Tucker
2019-02-25kernelci.configs: add BuildVariant and update related implementationGuillaume Tucker
2019-02-25kernelci.configs: add build environment YAML configurationGuillaume Tucker
2019-02-25kernelci.configs: add defaults dictionary in YAML configurationGuillaume Tucker
2019-02-13kernelci.configs: add Fragment class for config fragmentsGuillaume Tucker
2019-02-13kernelci.configs: add build config classesGuillaume Tucker
2019-02-13lib.test_configs: move to kernelci.configsGuillaume Tucker