设置烤面包机工具时,Bitbake 不起作用

问题描述

我已按照此处 https://www.yoctoproject.org/docs/current/toaster-manual/toaster-manual.html#toaster-manual-intro 中的步骤在我的项目中设置烤面包机工具。

Toaster 已成功启动,但是当我为我的项目进行 bitbake 时,它​​会出现以下错误并停止。

以下是我遵循的步骤。

$ cd <project>
$ pip3 install -r bitbake/toaster-requirements.txt
## dependencies got installed
$ source oe-init-build-env
$ source toaster start webport=8400

它给出了成功的输出

The system will start.
Check if toaster can listen on localhost:8000
OK
Operations to perform:
  Apply all migrations: admin,auth,bldcontrol,contenttypes,orm,sessions
Running migrations:
  No migrations to apply.
Starting webserver...
Toaster development webserver started at http://localhost:8000

You can now run 'bitbake <target>' on the command line and monitor your build in Toaster.
You can also use a Toaster project to configure and run a build.

Successful start.

然后做bitbake

bitbake <project>

此操作失败/停止并显示以下消息。

Timeout while waiting for a reply from the bitbake server (60s)

如果我停止烤面包机​​,Bitbake 工作正常。

有什么我遗漏的吗?

提前致谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)