exicution of event handler "check-sanity-eventhandler" faild

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

exicution of event handler "check-sanity-eventhandler" faild

Jump to solution
4,174 Views
prashantparasha
Contributor I

pastedImage_0.png

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...

Labels (1)
0 Kudos
Reply
1 Solution
3,747 Views
saurabh206
Senior Contributor III

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

View solution in original post

0 Kudos
Reply
4 Replies
3,747 Views
prashantparasha
Contributor I

hi please advice on the requested problem. please help me out.

0 Kudos
Reply
3,747 Views
isaigaspar
NXP Employee
NXP Employee

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í

0 Kudos
Reply
3,747 Views
prashantparasha
Contributor I

pastedImage_0.png

hi installed this package. but got the same massage again. please advice...

0 Kudos
Reply
3,748 Views
saurabh206
Senior Contributor III

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

0 Kudos
Reply