Discussion:
[yocto] Need Help To Solve Errors while build of Yocto Project
Bhavin Dharmendrabhai Maru
2018-10-25 05:42:03 UTC
Permalink
Hi Support Team,

I am new to yocto project and start to build yocto project by the steps
provided in below link:
https://www.yoctoproject.org/docs/2.5.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html

I am getting errors when i give *$ bitbake core-image-sato *command.
details screenshot of errors are attached with this email for your
reference.

Kindly help me to solve these errors. Any help in this will be appreciated.

Thanks and Regards,
Bhavin Maru
Scott Rifenbark
2018-10-25 15:26:49 UTC
Permalink
Hi,

I am not a developer but according to that manual, one of the requirements
is Python 3.4 or greater. I see Python2 stuff in the attached screen
shots. Someone else could probably be more definitive. That might not be
the reason but you could try with Python 3.

https://www.yoctoproject.org/docs/2.5.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html#brief-compatible-distro

Scott

On Thu, Oct 25, 2018 at 8:13 AM Bhavin Dharmendrabhai Maru <
Post by Bhavin Dharmendrabhai Maru
Hi Support Team,
I am new to yocto project and start to build yocto project by the steps
https://www.yoctoproject.org/docs/2.5.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html
I am getting errors when i give *$ bitbake core-image-sato *command.
details screenshot of errors are attached with this email for your
reference.
Kindly help me to solve these errors. Any help in this will be appreciated.
Thanks and Regards,
Bhavin Maru
--
_______________________________________________
yocto mailing list
https://lists.yoctoproject.org/listinfo/yocto
Khem Raj
2018-10-29 16:36:59 UTC
Permalink
On Thu, Oct 25, 2018 at 8:13 AM Bhavin Dharmendrabhai Maru
Post by Bhavin Dharmendrabhai Maru
Hi Support Team,
https://www.yoctoproject.org/docs/2.5.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html
I am getting errors when i give $ bitbake core-image-sato command. details screenshot of errors are attached with this email for your reference.
Kindly help me to solve these errors. Any help in this will be appreciated.
in local.conf try to add
PACKAGECONFIG_append_pn-qemu-native = " sdl"

see if that works
Post by Bhavin Dharmendrabhai Maru
Thanks and Regards,
Bhavin Maru
--
_______________________________________________
yocto mailing list
https://lists.yoctoproject.org/listinfo/yocto
--

Loading...