All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] linux-torvalds-next: ignore TMPDIR issues
@ 2024-07-15 14:31 Trevor Woerner
  2024-07-15 14:42 ` [yocto-patches] " Quentin Schulz
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Trevor Woerner @ 2024-07-15 14:31 UTC (permalink / raw)
  To: yocto-patches

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 <twoerner@gmail.com>
---
 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 c0ac1de22005..6f3db7c61bdf 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"
-- 
2.44.0.478.g7774cfed6261



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-16 15:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 14:31 [meta-rockchip][PATCH] linux-torvalds-next: ignore TMPDIR issues Trevor Woerner
2024-07-15 14:42 ` [yocto-patches] " Quentin Schulz
2024-07-15 14:47 ` Richard Purdie
2024-07-15 15:23   ` Trevor Woerner
2024-07-16 15:07 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.