mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
external-sourcery-toolchain: skip unpackaged warnings
Correctly skip the build warnings for unpackaged files. Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
This commit is contained in:
@@ -210,7 +210,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
# We support multiple toolchain versions, so an unpackaged file isn't
|
||||
# necessarily a problem.
|
||||
ERROR_QA_remove = "installed-vs-shipped"
|
||||
INSANE_SKIP_${PN} = "installed-vs-shipped"
|
||||
|
||||
# This test should be fixed to ignore .a files in .debug dirs
|
||||
INSANE_SKIP_${PN}-dbg = "staticdev"
|
||||
|
||||
Reference in New Issue
Block a user