public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [isar-cip-core] [PATCH] classes/squashfs: exclude boot dir during squshfs image creation
@ 2024-07-18 10:57 srinuvasan.a
  2024-07-18 11:30 ` Jan Kiszka
  2024-07-19  6:55 ` MOESSBAUER, Felix
  0 siblings, 2 replies; 8+ messages in thread
From: srinuvasan.a @ 2024-07-18 10:57 UTC (permalink / raw)
  To: cip-dev; +Cc: jan.kiszka, Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

For all the UEFI based bsps we used bootloader as efi bootguard, this
linux.efi contains necessary boot files to boot the system, hence remove
the boot content from squash root filesystem.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 classes/squashfs.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/squashfs.bbclass b/classes/squashfs.bbclass
index b39be0c..f9c7bf4 100644
--- a/classes/squashfs.bbclass
+++ b/classes/squashfs.bbclass
@@ -22,7 +22,7 @@ def get_free_mem():
 
 IMAGER_INSTALL:squashfs += "squashfs-tools"
 
-SQUASHFS_EXCLUDE_DIRS ?= ""
+SQUASHFS_EXCLUDE_DIRS ?= "boot"
 SQUASHFS_CONTENT ?= "${PP_ROOTFS}"
 SQUASHFS_CREATION_ARGS ?= ""
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-01 11:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 10:57 [isar-cip-core] [PATCH] classes/squashfs: exclude boot dir during squshfs image creation srinuvasan.a
2024-07-18 11:30 ` Jan Kiszka
2024-07-18 12:00   ` Arjunan, Srinu
2024-07-19  6:55 ` MOESSBAUER, Felix
2024-07-19  6:57   ` Arjunan, Srinu
2024-07-23 10:06   ` [isar-cip-core] [PATCH v2] classes/squashfs.bbclass: exclude boot dir for efibootguard bootloader srinuvasan.a
2024-07-31 17:01     ` Jan Kiszka
2024-08-01  6:33       ` MOESSBAUER, Felix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox