]> code.ossystems Code Review - openembedded-core.git/commit
wic/engine: use 'linux-swap' for swap file system
authorChee Yang Lee <chee.yang.lee@intel.com>
Tue, 22 Oct 2019 05:27:06 +0000 (13:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Oct 2019 15:26:15 +0000 (16:26 +0100)
commit7e6da22fe4faf841bcec02e55f376b4dae04d6a8
tree9fc0c8f09b83be9d929b1560d104414ea47099b2
parent521942bde1d49d987c85bf071275e8e7150d012a
wic/engine: use 'linux-swap' for swap file system

[YOCTO #13312]
see https://bugzilla.yoctoproject.org/show_bug.cgi?id=13312

wic/engine.Disk._get_part_image was looking at variable fstypes for
supported fstype which is 'swap' but image build with 'linux-swap'.
supported fstype should be 'linux-swap'.

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/engine.py