summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch8
-rw-r--r--meta-filesystems/recipes-utils/xfstests/xfstests_2025.03.30.bb (renamed from meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb)8
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch b/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch
index e823297343..9fdf69ff46 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch
@@ -1,4 +1,4 @@
1From 79c4715a46b80653eb98b61731c094c85e969220 Mon Sep 17 00:00:00 2001 1From 340e708f79b824816aacfa74e330d8acdafc5129 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 14 Aug 2022 13:33:05 -0700 3Date: Sun, 14 Aug 2022 13:33:05 -0700
4Subject: [PATCH] Drop detached_mounts_propagation and remove sys/mount.h from 4Subject: [PATCH] Drop detached_mounts_propagation and remove sys/mount.h from
@@ -17,15 +17,15 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 1 file changed, 1 insertion(+), 1 deletion(-) 17 1 file changed, 1 insertion(+), 1 deletion(-)
18 18
19diff --git a/src/Makefile b/src/Makefile 19diff --git a/src/Makefile b/src/Makefile
20index e7442487..970f087a 100644 20index 6ac72b36..5472ba66 100644
21--- a/src/Makefile 21--- a/src/Makefile
22+++ b/src/Makefile 22+++ b/src/Makefile
23@@ -33,7 +33,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \ 23@@ -34,7 +34,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
24 dio-invalidate-cache stat_test t_encrypted_d_revalidate \ 24 dio-invalidate-cache stat_test t_encrypted_d_revalidate \
25 attr_replace_test swapon mkswap t_attr_corruption t_open_tmpfiles \ 25 attr_replace_test swapon mkswap t_attr_corruption t_open_tmpfiles \
26 fscrypt-crypt-util bulkstat_null_ocount splice-test chprojid_fail \ 26 fscrypt-crypt-util bulkstat_null_ocount splice-test chprojid_fail \
27- detached_mounts_propagation ext4_resize t_readdir_3 splice2pipe \ 27- detached_mounts_propagation ext4_resize t_readdir_3 splice2pipe \
28+ ext4_resize t_readdir_3 splice2pipe \ 28+ ext4_resize t_readdir_3 splice2pipe \
29 uuid_ioctl t_snapshot_deleted_subvolume 29 uuid_ioctl t_snapshot_deleted_subvolume fiemap-fault min_dio_alignment
30 30
31 EXTRA_EXECS = dmerror fill2attr fill2fs fill2fs_check scaleread.sh \ 31 EXTRA_EXECS = dmerror fill2attr fill2fs fill2fs_check scaleread.sh \
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2025.03.30.bb
index 695d81c2b1..5a6affa078 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2025.03.30.bb
@@ -2,11 +2,11 @@ SUMMARY = "File system QA test suite"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=74274e8a218423e49eefdea80bc55038" 3LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=74274e8a218423e49eefdea80bc55038"
4 4
5SRCREV = "088e5bd4cb6d7295612430a56ae84ff5c8f54730" 5SRCREV = "b59671d2b894040bd355ddbf1ff03285607de16f"
6SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914" 6SRCREV_unionmount = "c6ab621ac19f2b96d34cd98f244e611750e2bb23"
7SRCREV_FORMAT = "default_unionmount" 7SRCREV_FORMAT = "default_unionmount"
8 8
9SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master \ 9SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;tag=v${PV} \
10 git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \ 10 git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \
11 file://0001-add-missing-FTW_-macros-when-not-available-in-libc.patch \ 11 file://0001-add-missing-FTW_-macros-when-not-available-in-libc.patch \
12 file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \ 12 file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
@@ -17,7 +17,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master \
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19# brokensep because m4/package_globals.m4 calls ". ./VERSION" (and that's not the only issue) 19# brokensep because m4/package_globals.m4 calls ". ./VERSION" (and that's not the only issue)
20inherit autotools-brokensep useradd 20inherit autotools-brokensep useradd pkgconfig
21 21
22DEPENDS += "xfsprogs acl" 22DEPENDS += "xfsprogs acl"
23RDEPENDS:${PN} += "\ 23RDEPENDS:${PN} += "\