mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
valgrind: drop PE, PR from /usr/src/debug paths
(From OE-Core rev: cdfb7de5152fc6b8c785fb513393e566bef95288) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d32c24baa
commit
2b7e37b18c
@@ -239,8 +239,8 @@ do_install_ptest() {
|
|||||||
|
|
||||||
# As the binary isn't stripped or debug-splitted, the source file isn't fetched
|
# As the binary isn't stripped or debug-splitted, the source file isn't fetched
|
||||||
# via dwarfsrcfiles either, so it needs to be installed manually.
|
# via dwarfsrcfiles either, so it needs to be installed manually.
|
||||||
mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/none/tests/
|
mkdir -p ${D}${TARGET_DBGSRC_DIR}/none/tests/
|
||||||
install ${S}/none/tests/tls.c ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/none/tests/
|
install ${S}/none/tests/tls.c ${D}${TARGET_DBGSRC_DIR}/none/tests/
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_ptest:append:x86-64 () {
|
do_install_ptest:append:x86-64 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user