sd_fusing: Drop most "fstype" definitions
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 7 Jun 2024 06:12:14 +0000 (08:12 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:45 +0000 (20:28 +0900)
commitb766575a2a1b0618a14a549ac0c6f3304128320f
treef2488918dfe251ac7a11bcb6aa00732490177880
parent1d6ca630f47ebc60d16a69c493b34dac55349083
sd_fusing: Drop most "fstype" definitions

This commit drops most "fstype" from target classes as its
definition forces creating new filesystem using mkfs.<fstype>,
which is normally not needed as the partitions are overwriten
by flashed binaries.

Additionally, this commit also drops fstype checking from
partition table verfication as it became useless.

Change-Id: Ief2034f0a1452ab48bd3f2b54b07a709126b000e
scripts/tizen/sd_fusing.py