bitbake core-image-sato
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Please either install it, or configure qemu not to require sdl.
ERROR: Execution of event handler 'check_sanity_eventhandler' failed
ERROR: Command execution failed: Exited with 1
看提示是说QEMU已经配置了libsdl,但是host机上没有导致
所以对于Ubuntu14.04来说,sudo apt-get install libsdl1.2-dev 即可
本文介绍了bitbake在构建过程中出现的配置错误及其解决方法。主要问题是由于QEMU配置了libsdl,但主机未安装对应的库导致。针对Ubuntu14.04,通过安装libsdl1.2-dev包来解决此问题。
1375

被折叠的 条评论
为什么被折叠?



