Try to replace --disable-libssh with --disable-libssh2. 2020-07-10 chunhui.jia 发件人:zhang_cy1989 发送时间:2020-07-09 19:53 主题:ERROR: unknown option --disable-libssh 收件人:"openbmc@lists.ozlabs.org" 抄送: Dear All I do this command: bitbake intel-platforms -c populate_sdk_ext but get those error tips: ERROR: qemu-system-native-4.1.0-r0 do_configure: Execution of '/felixzhang/openbmc/openbmc/build/tmp/work/x86_64-linux/qemu-system-native/4.1.0-r0/temp/run.do_configure.28779' failed with exit code 1: ERROR: unknown option --disable-libssh Try '/felixzhang/openbmc/openbmc/build/tmp/work/x86_64-linux/qemu-system-native/4.1.0-r0/git/configure --help' for more information WARNING: exit code 1 from a shell command. ERROR: Logfile of failure stored in: /felixzhang/openbmc/openbmc/build/tmp/work/x86_64-linux/qemu-system-native/4.1.0-r0/temp/log.do_configure.28779 Log data follows: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-libssh | Try '/felixzhang/openbmc/openbmc/build/tmp/work/x86_64-linux/qemu-system-native/4.1.0-r0/git/configure --help' for more information | WARNING: exit code 1 from a shell command. | ERROR: Execution of '/felixzhang/openbmc/openbmc/build/tmp/work/x86_64-linux/qemu-system-native/4.1.0-r0/temp/run.do_configure.28779' failed with exit code 1: | ERROR: unknown option --disable-libssh | Try '/felixzhang/openbmc/openbmc/build/tmp/work/x86_64-linux/qemu-system-native/4.1.0-r0/git/configure --help' for more information | WARNING: exit code 1 from a shell command. | ERROR: Task (/felixzhang/openbmc/openbmc/meta/recipes-devtools/qemu/qemu-system-native_4.1.0.bb:do_configure) failed with exit code '1' NOTE: Tasks Summary: Attempted 4375 tasks of which 4224 didn't need to be rerun and 1 failed. How can I sovle this problem? Thanks Felix