From e1f931b403ce8dbe50bc4107da5aad81d94dec79 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 15 Jul 2024 10:27:03 -0400 Subject: [PATCH] linux-torvalds-next: ignore TMPDIR issues oe-core has raised the status of some checks from warnings to errors. Ignore the "...contains references to TMPDIR..." error when building the torvalds-next kernel. Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-torvalds-next_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-torvalds-next_git.bb b/recipes-kernel/linux/linux-torvalds-next_git.bb index c0ac1de..6f3db7c 100644 --- a/recipes-kernel/linux/linux-torvalds-next_git.bb +++ b/recipes-kernel/linux/linux-torvalds-next_git.bb @@ -5,6 +5,7 @@ SECTION = "kernel" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" +ERROR_QA:remove = "buildpaths" DEFAULT_PREFERENCE = "-1" COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"