summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2022-01-25gitlab-ci: Update build_bsp_defconfig build stageDenys Drozdov
Fix building upstream kernel pipeline with imx_v6_v7_defconfig Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2021-11-08gitlab-ci: Increase maximum kernel size to 12MFrancesco Dolcini
Kernel NAND partition was increased to 12MiB in meta-toradex-bsp-common, commit `587645a image_type_tezi: increase kernel NAND to 12MB`. Colibri based NAND SKUs do have 126976 UBI logical eraseblock size, with colibri-imx7 having 100 LEBs available for the kernel partition, and colibri-imx6ull having 99 LEBs available. Set maximum kernel size to 12570624 so that is fits on both. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2021-04-08gitlab-ci: add scripts/checkpatch.plPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-04-08gitlab-ci: Build also bsp defconfig and check its sizePhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-04-08gitlab-ci: Switch default pipeline to one stored in linux-bsp projectPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-04-01gitlab-ci: fix gettting TorizonCore configOleksandr Suvorov
The kernel config is renamed in oedeploy and has dynamic name now. Fix the CI scenario to get the kernel config from the latest published TorizonCore verison. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-13Update Artifactory repository path, to grab relevant kernel-configYuriy Erofeev
2020-07-24Adjust setting of CI, in order to build 5.4.y faster Yuriy Erofeev
2020-06-03hotfix of CI 5.4. Changing the path in Artifactory, to take config from Yuriy Erofeev
2020-05-04Adjust CI, to reflect change in artifactory repository name, which we are ↵Yuriy Erofeev
using to get kernel-config file
2020-04-29Update CI pipeline to get kernel-config for the build from local ArtifactoryYuriy Erofeev
2019-12-06CI pipeline for kernel 5.3Yuriy Erofeev