简体   繁体   English

yocto bitbake core-image-sato

[英]yocto bitbake core-image-sato

During building core-image-sato on Yocto,I get an error:在 Yocto 上构建 core-image-sato 时,出现错误:

| | checking target system type... i686-pc-linux-gnu检查目标系统类型... i686-pc-linux-gnu

| | configure: error: internal configure error for the platform triplet, please file a bug report配置:错误:平台三元组的内部配置错误,请提交错误报告

| | WARNING: exit code 1 from a shell command.警告:shell 命令的退出代码 1。

| |

ERROR: Task (virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure) failed with exit code '1' NOTE: Tasks Summary: Attempted 352 tasks of which 345 didn't need to be rerun and 1 failed.错误:任务 (virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure) 失败,退出代码为 '1' 注意:任务摘要:尝试了 352 个任务,其中 345 个没有'不需要重新运行和 1 失败。

Summary: 1 task failed:摘要:1 个任务失败:
virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure虚拟:本机:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.摘要:显示了 2 条错误消息,返回非零退出代码。

when I do step by step as "Yocto Project Quick Build" in ubuntu 16.04 ,above-mentioned errors appear当我在 ubuntu 16.04 一步一步做“Yocto Project Quick Build”时,出现上述错误

initial output from bitbake as follows:来自 bitbake 的初始 output 如下:

Build Configuration:构建配置:

BB_VERSION = "1.44.0" BB_VERSION = "1.44.0"

BUILD_SYS = "i686-linux" BUILD_SYS = "i686-linux"

NATIVELSBSTRING = "universal" NATIVELSBSTRING = "通用"

TARGET_SYS = "x86_64-poky-linux" TARGET_SYS = "x86_64-poky-linux"

MACHINE = "qemux86-64"机器=“qemux86-64”

DISTRO = "poky" DISTRO =“狡猾”

DISTRO_VERSION = "3.0"发行版本 = "3.0"

TUNE_FEATURES = "m64 core2" TUNE_FEATURES = "m64 core2"

TARGET_FPU = ""目标_FPU = ""

The error appear in yocto3.0 in ubuntu16.04LTS.该错误出现在 ubuntu16.04LTS 中的 yocto3.0 中。 When I git checkout yocto2.7.1,haha.!!当我 git checkout yocto2.7.1时,哈哈。!! no error again.再次没有错误。

I got same issue with zeus.我和宙斯有同样的问题。 I pushed a bug report to the bugzilla data base.我将错误报告推送到 bugzilla 数据库。 http://bugzilla.yoctoproject.org/show_bug.cgi?id=13842 http://bugzilla.yoctoproject.org/show_bug.cgi?id=13842

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM