summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2021-11-05 16:37:01 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2021-11-08 11:03:25 +0100
commitdd7439734dc9ea17674a9c36f0bfa725e7d10736 (patch)
tree8696d5352a594e78557c942de84de944a955524e /.gitlab-ci.yml
parent696ec11bf92cbbd8321b50f5646e0548e64b49d5 (diff)
gitlab-ci: Increase maximum kernel size to 12M
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fef15bf02a2b..5b2518690607 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ build_bsp_defconfig:
variables:
DEFCONFIG: "toradex-imx_v6_v7_defconfig"
# Choose max kernel size that `ubinfo /dev/ubi0_0` reports
- MAX_KERNEL_SIZE_B: 8507392
+ MAX_KERNEL_SIZE_B: 12570624
GIT_STRATEGY: fetch
GIT_DEPTH: "1"
script: |