summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfstests
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-05-05 21:44:30 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-08 08:40:43 -0700
commit772e3c87466901023473dd16186f8fa30ec5e7d2 (patch)
tree98f0d8096599c31a872d7ef4ed26513a29361d9c /meta-filesystems/recipes-utils/xfstests
parent23e3b5e97191175036c53f0983dedbe3940c87e2 (diff)
downloadmeta-openembedded-772e3c87466901023473dd16186f8fa30ec5e7d2.tar.gz
recipes: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)
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>
Diffstat (limited to 'meta-filesystems/recipes-utils/xfstests')
-rw-r--r--meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
index 9e82b0f749..8d997ef643 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
@@ -65,3 +65,9 @@ do_install() {
65} 65}
66 66
67FILES:${PN} += "${prefix}/xfstests" 67FILES:${PN} += "${prefix}/xfstests"
68
69# This one is reproducible only on 32bit MACHINEs
70# http://errors.yoctoproject.org/Errors/Details/766963/
71# lstat64.c:65:14: error: passing argument 1 of 'time' from incompatible pointer type [-Wincompatible-pointer-types]
72# bstat.c:18:19: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
73CFLAGS += "-Wno-error=incompatible-pointer-types"