mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cb448f161a
commit
210f9c0ae0
@@ -765,7 +765,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r
|
||||
'part emptyvfat --fstype vfat --size 1M\n',
|
||||
'part emptymsdos --fstype msdos --size 1M\n',
|
||||
'part emptyext2 --fstype ext2 --size 1M\n',
|
||||
'part emptybtrfs --fstype btrfs --size 100M\n'])
|
||||
'part emptybtrfs --fstype btrfs --size 150M\n'])
|
||||
wks.flush()
|
||||
cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir)
|
||||
self.assertEqual(0, runCmd(cmd).status)
|
||||
|
||||
Reference in New Issue
Block a user