summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/wic.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-04-04 14:13:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:02 +0100
commit210f9c0ae07cb645db305bcdcb89b443a9ba80a7 (patch)
treec5a625f2d63f74347e762ac66e9a9701f1d4e3f9 /meta/lib/oeqa/selftest/cases/wic.py
parentcb448f161a890d14e8429fb860cc6b30959d9699 (diff)
downloadpoky-210f9c0ae07cb645db305bcdcb89b443a9ba80a7.tar.gz
btrfs-tools: update to 4.15.1
Drop upstreamed 0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch Add ftw-subdir-walk.patch as it resolves the RECIPE_NO_UPDATE_REASON. Add --disable-zstd as libzstd isn't provided in oe-core. Fix wic testcase, as the minimal fs size is now bigger. (From OE-Core rev: 94b645aa77a4193371e8c77ddc477ec00d858961) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/wic.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/wic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py
index b84466d9ae..055175212a 100644
--- a/meta/lib/oeqa/selftest/cases/wic.py
+++ b/meta/lib/oeqa/selftest/cases/wic.py
@@ -765,7 +765,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r
765 'part emptyvfat --fstype vfat --size 1M\n', 765 'part emptyvfat --fstype vfat --size 1M\n',
766 'part emptymsdos --fstype msdos --size 1M\n', 766 'part emptymsdos --fstype msdos --size 1M\n',
767 'part emptyext2 --fstype ext2 --size 1M\n', 767 'part emptyext2 --fstype ext2 --size 1M\n',
768 'part emptybtrfs --fstype btrfs --size 100M\n']) 768 'part emptybtrfs --fstype btrfs --size 150M\n'])
769 wks.flush() 769 wks.flush()
770 cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir) 770 cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir)
771 self.assertEqual(0, runCmd(cmd).status) 771 self.assertEqual(0, runCmd(cmd).status)