From 772e3c87466901023473dd16186f8fa30ec5e7d2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 5 May 2024 21:44:30 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-oe/recipes-bsp/nvme-cli') diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb index 9b4288ff8..f4ddec88c 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb @@ -32,3 +32,8 @@ FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" ALLOW_EMPTY:${PN}-user = "1" RDEPENDS:${PN}-user = "util-linux-uuidgen" + +# This one is reproducible only on 32bit MACHINEs +# http://errors.yoctoproject.org/Errors/Details/766964/ +# git/plugins/virtium/virtium-nvme.c:205:63: error: passing argument 1 of 'localtime' from incompatible pointer type [-Wincompatible-pointer-types] +CFLAGS += "-Wno-error=incompatible-pointer-types" -- cgit v1.2.3-54-g00ecf