aboutsummaryrefslogtreecommitdiff
path: root/kernelci
AgeCommit message (Expand)Author
2019-07-11kernelci.configs: add Regex filter typeGuillaume Tucker
2019-07-09kernelci.build: add docstrings for all public functionsGuillaume Tucker
2019-07-04Add first ARC device: hsdkCorentin LABBE
2019-07-04Fix the arc imagetypeCorentin LABBE
2019-06-28Find LAVA devices by aliases, when availableDan Rue
2019-06-19kernelci.build: fix initial git clone with no referenceGuillaume Tucker
2019-05-24kernelci.build: split generate_fragments() functionGuillaume Tucker
2019-05-08kernelci.build: make all for mipsGuillaume Tucker
2019-05-07kernelci.build: look for dts directory before calling make dtbsGuillaume Tucker
2019-05-07kernelci.build: look for OF_FLATTREE to make dtbsGuillaume Tucker
2019-05-07kernelci.build: build xipImage if XIP_KERNELGuillaume Tucker
2019-05-07kernelci.build: make dtbs only if CONFIG_USE_OFGuillaume Tucker
2019-05-06kernelci.build: build uImage.gz for MIPSGuillaume Tucker
2019-05-03kci_build: add --json-path option to publish_kernelGuillaume Tucker
2019-05-03kci_build: add --output option for kernel buildsGuillaume Tucker
2019-05-03kernelci.build: show build_env name in kernel build configsGuillaume Tucker
2019-05-03kernelci.build: add functions to build and publish kernelsGuillaume Tucker
2019-05-03move elf.py to kernelci.elf and convert to LGPLv2.1+Guillaume Tucker
2019-05-03kernelci.build: add _upload_files() to upload files to backendGuillaume Tucker
2019-05-03kernelci.configs.BuildEnvironment: add cross_compile()Guillaume Tucker
2019-05-03kernelci.shell_cmd: return stdout to simplify syntaxGuillaume Tucker
2019-05-03kernelci.build: drop config object in git_describe functionsGuillaume 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-15kci_build: add list_kernel_configsGuillaume Tucker
2019-03-15kernelci.configs: add Architecture and use it in BuildVariantGuillaume Tucker
2019-03-15kci_build: add generate_fragments commandGuillaume 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-25kernelci.build: use build config in last commit and tarball namesGuillaume Tucker
2019-02-14kernelci.build: fetch tags from torvalds when updating repoGuillaume Tucker
2019-02-13kernelci.build: add config fragments and kselftest to tarballGuillaume Tucker
2019-02-13kernelci.configs: add Fragment class for config fragmentsGuillaume Tucker
2019-02-13Add kernelci.build with core functions for build stepsGuillaume Tucker
2019-02-13kernelci.configs: add build config classesGuillaume Tucker
2019-02-13lib.test_configs: move to kernelci.configsGuillaume Tucker