]> 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>
Tue, 29 Oct 2019 08:20:37 +0000 (08:20 +0000)
commit759a37e315d72e462a617f1cda326b8f198e3d4e
tree8bcf044e0d0ba3707dc3cbce525f687aff891b52
parentdba4cc01463c2edad29f6f8c854b298255cc7562
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>
(cherry picked from commit 7e6da22fe4faf841bcec02e55f376b4dae04d6a8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/wic/engine.py