diff mbox series

[isar-cip-core,v4,5/8] make sw-description spec compliant

Message ID 20230212082758.1166262-6-felix.moessbauer@siemens.com (mailing list archive)
State Superseded
Headers show
Series Rework image classes | expand

Commit Message

MOESSBAUER, Felix Feb. 12, 2023, 8:27 a.m. UTC
Remove the filesystem attribute from the images object, as this can only
be applied to files objects.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 recipes-core/images/swu/sw-description.tmpl | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-core/images/swu/sw-description.tmpl b/recipes-core/images/swu/sw-description.tmpl
index 05125e6..01c5f53 100644
--- a/recipes-core/images/swu/sw-description.tmpl
+++ b/recipes-core/images/swu/sw-description.tmpl
@@ -17,7 +17,6 @@  software =
             device = "C:BOOT0:linux.efi->${ABROOTFS_PART_UUID_A},C:BOOT1:linux.efi->${ABROOTFS_PART_UUID_B}";
             type = "roundrobin";
             compressed = "zlib";
-            filesystem = "ext4";
             properties: {
                         subtype = "image";
                         configfilecheck = "/etc/os-release@not_match@IMAGE_UUID=${TARGET_IMAGE_UUID}";