Hi all. when I build/run weston on yocto for qemux86 device, I've got an error, and no screen.
[08:02:07.897] launching '/usr/lib/weston/weston-ivi-shell-user-interface' [08:02:08.201] /usr/lib/weston/weston-ivi-shell-user-interface died on signal 11 it is caused everytime when I build yocto software on Ubuntu 12.04 64bit desktop for qemux86 device. (s/w for qemux86-64 has no such error) to resolve this, apply following patch. --- a/clients/ivi-shell-user-interface.c 2015-08-08 04:01:22.000000000 +0900 +++ b/clients/ivi-shell-user-interface.c 2015-11-13 19:26:38.844430385 +0900 @@ -21,6 +21,8 @@ * DEALINGS IN THE SOFTWARE. */ +#include "config.h" + #include <sys/wait.h> #include <unistd.h> #include <stdlib.h> please, include this patch on next release. thank you. __ Yong-iL Joh, Sr.MTS, Wind River
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
