aboutsummaryrefslogtreecommitdiff
path: root/kernelci/build.py
AgeCommit message (Expand)Author
2019-11-06kernelci.build: add load_json() to load a kernel build meta-dataGuillaume Tucker
2019-11-01kci_build: add pull_tarball subcommandMichal Galka
2019-10-31kernelci.build: fix pep8 error with over-indentationGuillaume Tucker
2019-10-22kernelci.build: add support for KCONFIG_* variablesAnders Roxell
2019-10-11kernelci.build: return error if fragment file not foundGuillaume Tucker
2019-10-03kernelci.build: set none defconfig when there is no defconfigGuillaume Tucker
2019-10-01kernelci.build: install bmeta.json and simplify JSON publish formatGuillaume Tucker
2019-10-01kernelci.build: replace build_result with status in meta-dataGuillaume Tucker
2019-09-13kernelci.build.install_kernel: create dtbs.jsonGuillaume Tucker
2019-09-05kernelci.build: fix error propagation from merge_config.shGuillaume Tucker
2019-09-05kernelci.build: enable relative path for log fileGuillaume Tucker
2019-09-05kernelci.build: add the output of merge_config.sh to the logGuillaume Tucker
2019-09-05kernelci.build: enable verbose merge_config.shGuillaume Tucker
2019-09-04kernelci.build: fix pep8 errorsGuillaume Tucker
2019-09-04kernelci.configs: convert to kernelci.config.{build,test}Guillaume Tucker
2019-08-22arm-soc renamed to socKevin Hilman
2019-08-09kernelci.build: export compiler names when running merge_config.shGuillaume Tucker
2019-08-09kernelci.build: set cross_compile default value to empty stringGuillaume Tucker
2019-08-09kernelci.build: keep .ccache directory inside the build directoryGuillaume Tucker
2019-07-09kernelci.build: add docstrings for all public functionsGuillaume Tucker
2019-07-04Fix the arc imagetypeCorentin LABBE
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-03kernelci.build: add _upload_files() to upload files to backendGuillaume 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-03-15kci_build: add list_kernel_configsGuillaume Tucker
2019-03-15kci_build: add generate_fragments commandGuillaume Tucker
2019-02-25kernelci.configs: add BuildVariant and update related implementationGuillaume 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-13Add kernelci.build with core functions for build stepsGuillaume Tucker