yasm encodes path to the input file and doesn't provide any option to remap that path or not add it. The code hardcodes to use yasm for now. So ignore the warning until we can change this in yasm or change qat to use nasm. Fixes warnings:
| WARNING: qat17-4.19.0-00005-r0 do_package_qa: QA Issue: File /lib/libqat.a in package qat17-staticdev contains reference to TMPDIR [buildpaths] | WARNING: qat17-4.19.0-00005-r0 do_package_qa: QA Issue: File /lib/.debug/libqat_s.so in package qat17-dbg contains reference to TMPDIR Signed-off-by: Anuj Mittal <[email protected]> --- recipes-extended/qat/qat17_4.19.0-00005.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-extended/qat/qat17_4.19.0-00005.bb b/recipes-extended/qat/qat17_4.19.0-00005.bb index 4b5bd34..5167b40 100644 --- a/recipes-extended/qat/qat17_4.19.0-00005.bb +++ b/recipes-extended/qat/qat17_4.19.0-00005.bb @@ -177,3 +177,7 @@ FILES:${PN}-dbg += "${sysconfdir}/init.d/.debug/ \ FILES:${PN}-app += "${bindir}/* \ ${prefix}/qat \ " + +# yasm encodes path to the input file and doesn't provide any option to workaround it. +INSANE_SKIP:${PN}-staticdev += "buildpaths" +INSANE_SKIP:${PN}-dbg += "buildpaths" -- 2.39.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7829): https://lists.yoctoproject.org/g/meta-intel/message/7829 Mute This Topic: https://lists.yoctoproject.org/mt/96978599/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/leave/6694807/21656/1869269227/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
