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...
Solved! Go to Solution.
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 please advice on the requested problem. please help me out.
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í
hi installed this package. but got the same massage again. please advice...
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