summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/wic/partition.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py
index 55bcfbad40..f40d1bc8b6 100644
--- a/scripts/lib/wic/partition.py
+++ b/scripts/lib/wic/partition.py
@@ -106,6 +106,7 @@ class Partition(object):
106 if self.fstype and self.fstype == "swap": 106 if self.fstype and self.fstype == "swap":
107 self.prepare_swap_partition(cr_workdir, oe_builddir, 107 self.prepare_swap_partition(cr_workdir, oe_builddir,
108 native_sysroot) 108 native_sysroot)
109 self.source_file = "%s/fs.%s" % (cr_workdir, self.fstype)
109 elif self.fstype: 110 elif self.fstype:
110 rootfs = "%s/fs_%s.%s.%s" % (cr_workdir, self.label, 111 rootfs = "%s/fs_%s.%s.%s" % (cr_workdir, self.label,
111 self.lineno, self.fstype) 112 self.lineno, self.fstype)