2016-03-13 10:15:08 Nokius o/ 2016-03-13 10:15:37 Nokius kido: do I have to adb pull /system 2016-03-13 10:15:55 Nokius kido: nopw did day trip to tokyo from Seoul 2016-03-13 10:16:16 Nokius wanted to show my mum also this nice place 2016-03-13 12:06:38 @kido nop you don't have to on the lg g watch, the port is already done 2016-03-13 12:27:00 locusf ehlo 2016-03-13 12:36:21 @kido hey :) 2016-03-13 13:15:57 locusf kido: so that debug info was I supposed to look for 2016-03-13 13:17:03 @kido yes in last_kmsg or when enabling adb in the ramdisk 2016-03-13 13:18:00 locusf I did do that 2016-03-13 13:18:06 locusf but nothing happens with adb 2016-03-13 13:33:01 @kido and have you succeeded at booting android with your own kernel? Retrieve the default boot.img, unpack it, repack it with your kernel, fatboot boot it and make sure it boots, that way you know that the kernel is fine and the problem lies in the ramdisk 2016-03-13 13:33:51 locusf oh yeah ... 2016-03-13 19:48:51 Nokius kido: the full logs of the error https://gist.github.com/Nokius/59e1ffc5fe492f6f7ee5 2016-03-13 19:50:35 @kido ah this is better 2016-03-13 19:55:51 @kido I don't understand, your error is about the call to "wl_proxy_get_version" but I can't find it anywhere in my source tree 2016-03-13 19:56:08 @kido https://github.com/libhybris/libhybris/search?q=wl_proxy_get_version 2016-03-13 20:00:54 @kido ok I think I got it 2016-03-13 20:02:27 Nokius kido: what is it? 2016-03-13 20:05:18 @kido the error appens when making eglplatform_wayland_la-eglplatform_wayland.lo because of the wayland-android-client-protocol.h source file which is autogenerated from wayland-android.xml by $(WAYLAND_SCANNER) which is searched for here https://github.com/libhybris/libhybris/blob/master/hybris/configure.ac#L64 and which is resolved to /usr/bin/wayland-scanner (check your config.log). your host's wayland-scanner 2016-03-13 20:05:18 @kido is much more up-to-date than the version built in OpenEmbedded and the generated file isn't made for the OE version of wayland 2016-03-13 20:46:43 @kido Nokius: try to git pull your meta-asteroid and tell me if it works 2016-03-13 22:24:51 Nokius kido: sorry was afk 2016-03-13 22:34:54 @kido np 2016-03-13 22:35:59 Nokius kido: :( 2016-03-13 22:36:05 Nokius I update the gist 2016-03-13 22:36:15 Nokius with newer logs faild again 2016-03-13 22:36:50 Nokius I'm on df64882d9822f1212b93508d80946cabd3792875 2016-03-13 22:38:32 @kido mh the same error 2016-03-13 22:50:38 @kido I don't understand... if you use "bitbake -c devshell libhybris" and run "which wayland-scanner" you should get ".../asteroid/build/tmp-glibc/sysroots/x86_64-linux/usr/bin/wayland-scanner" and if you run "git diff egl/platforms/common/Makefile.am" you should see call to "wayland-scanner" and they should generate a correct wayland-android-client-protocol.h without references to wl_proxy_get_version 2016-03-13 22:53:14 Nokius "bitbake -c devshell libhybris" fails for me I added the log to the gist 2016-03-13 22:56:10 @kido mhhh it doesn't find an xterm 2016-03-13 22:59:38 Nokius let's check it tomorrow I need some rest now night 2016-03-13 23:00:14 @kido alright, good night