summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
Commit message (Collapse)AuthorAgeFilesLines
* xfstests: upgrade to 2025.03.30 to fix build with gcc-15Martin Jansa2025-04-261-78/+0
| | | | | | | | | | | | | | | | | | | | | | | | * switched to gnu11 in: https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/commit/?id=77aab5c2bfc9135fde66c17286ca4be87b417f39 * add one more commit to unionmount-testsuite https://github.com/amir73il/unionmount-testsuite/commit/c6ab621ac19f2b96d34cd98f244e611750e2bb23 * fixes: http://errors.yoctoproject.org/Errors/Details/852985/ * add pkgconfig used since: https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/commit/?id=1ba4f6f4bcd2aaef18e9549da89c3f0976f3fd01 to fix: http://errors.yoctoproject.org/Errors/Details/852995/ configure:15434: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:15435: error: possibly undefined macro: AC_DEFINE_UNQUOTED Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: add missing run-time dependenciesBartosz Golaszewski2024-12-061-0/+5
| | | | | | | | | | The test program passes command-line arguments to hostname, grep and mount that are not present in busybox' variants, so we need to pull in the real things. The recipe also misses mkfs and findmnt programs so add those to RDEPENDS as well. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)Martin Jansa2024-07-081-0/+6
| | | | | | | | | | | | | | | Recipes included here are openldap microsoft-gsl scsirastools pam-ssh-agent-auth sblim-sfcb ckermit nvme-cli xfstests * these are reproducible only with 32bit MACHINEs and probably related to time64.inc http://errors.yoctoproject.org/Errors/Build/183154/ * and microsoft-gsl only with 32bit arm MACHINEs: http://errors.yoctoproject.org/Errors/Build/183157/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-231-4/+4
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Fix build with musl >= 1.2.5Khem Raj2024-03-251-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade to v2024.03.03Martin Jansa2024-03-221-0/+65
* drop 0003-tests-Makefile-make-sure-group.list-DIRT-exists-befo.patch which was merged upstream Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>