From 803c6baaea835b73422ecdf04d075b7120797a63 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sun, 18 Feb 2024 05:22:00 +0000 Subject: [PATCH] Increase img build partition size increase img build partition size for BPF/BTF enabled kernel Singed-off-by: Vincent Li --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 464ad5edf..33eb07645 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -80,7 +80,7 @@ endif # /boot: 512 MB - OFFSET # / : 1800 MB S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) ))) -S_ROOT := 3773292 +S_ROOT := 11319876 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB