external-toolchain.bbclass: include /usr/src/debug/${EXTERNAL_PN}

JIRA: ITS-790

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2021-04-02 02:34:22 +05:00
parent e03f39023f
commit 68e2943496

View File

@@ -188,3 +188,4 @@ def debug_paths(d):
return set(paths)
FILES_${PN}-dbg = "${@' '.join(debug_paths(d))}"
FILES_${PN}-dbg += "/usr/src/debug/${EXTERNAL_PN}"