hi, facing above problem with bitbake command to target core-image-minimal.showing that execution of event handler check-sanity-eventhandler faild
....i tried to change in directory
CONNECTIVITY_CHECK_URIS ?= " \
https://eula-downloads.yoctoproject.org/index.php \
http://bugzilla.yoctoproject.org/report.cgi"
to >>> CONNECTIVITY_CHECK_URIS ?= ""
but still the same massage...
已解决! 转到解答。
Hi
From you log it shows the "chrpath" is not installed.
Install it first.
Also check that your internet connection is working, While building first time Yocto.
Thanks
Saurabh
Hi Prashant,
It seems that you are missing essential utilities, please install them:
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo \
build-essential chrpath libsdl1.2-dev xterm curl
Also, this is a very good training that you can follow if you have any more questions about Yocto Yocto Training - HOME.
Best Regards,
Isaí