From cbb9cf0a17d4e9467bcbfa7d6cc1fd618a866995 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Mon, 11 Oct 2021 14:25:08 +0200 Subject: image_type_tezi: increase kernel NAND to 12MB Increase the kernel partition size for rawnand from 8MB to 12MB, this allows to flash an upstream kernel with imx_v6_v7_defconfig. Related-to: ELB-1341 Signed-off-by: Francesco Dolcini (cherry picked from commit 587645a976764fda5ab46953e45afe5671fe6fc1) --- classes/image_type_tezi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass index 78a8bf8..1ebe9bd 100644 --- a/classes/image_type_tezi.bbclass +++ b/classes/image_type_tezi.bbclass @@ -237,7 +237,7 @@ def rootfs_tezi_rawnand(d): kernel = { "name": "kernel", - "size_kib": 8192, + "size_kib": 12288, "type": "static", "content": { "rawfile": { -- cgit v1.2.3