sd_fusing: Drop most "fstype" definitions 51/312351/1
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 7 Jun 2024 06:12:14 +0000 (08:12 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 7 Jun 2024 06:15:24 +0000 (08:15 +0200)
commit67b027813f68a33cfba07756f3c86e95552c1192
treeb0a9d3fc62af97e91f9fe23c0ff4dc55f57696ae
parent79693d5f53f64aa432dd1305e1d3eb4f83fcbc4d
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