mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-02 10:55:35 +02:00
external-toolchain: also inhibit debug split
The external toolchain currently has a different naming scheme than any of oe-core's currently hardcoded schemes, so failed to recognize the files as debug, and would add debuglinks to the debug files, which is obviously wrong. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -117,6 +117,7 @@ python () {
|
||||
|
||||
# Debug files are likely already split out
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
# Toolchain shipped binaries weren't necessarily built ideally
|
||||
WARN_QA_remove = "ldflags textrel"
|
||||
|
||||
Reference in New Issue
Block a user