Yocto 错误xxx was already stripped

ERROR: config-file-1.0-r0 do_package: QA Issue: File '/root/root/servicelink/frpc' from config-file was already stripped, this will prevent future debugging! [already-stripped]
ERROR: config-file-1.0-r0 do_package: Fatal QA errors found, failing task.
ERROR: config-file-1.0-r0 do_package: Function failed: do_package
ERROR: Logfile of failure stored in: /home/phytech/yocto/source/build/tmp/work/cortexa8hf-neon-phytec-linux-gnueabi/config-file/1.0-r0/temp/log.do_package.518632
ERROR: Task (/home/phytech/yocto/source/sources/poky/../meta-yogurt/recipes-qt/sutodisplay/config-file.bb:do_package) failed with exit code '1'

这是由于二进制可执行文件复制遇到权限和debug等问题报错,可以忽略

方法一

INSANE_SKIP_${PN} = "already-stripped"

方法二

# INHIBIT_PACKAGE_STRIP = "1"
# INHIBIT_SYSROOT_STRIP = "1"
# INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

你可能感兴趣的:(linux,运维,服务器)