Re:RE: Can't register bind ivi-application

2016-11-09 Thread
Hi Ucan: I have another question that what path the weston.ini and ivi-controller.so should be put in ARM(Navigation machine), usr/lib or other? I used i.mx6 chip provided by NXP, and build kenerl and uBoot from Yocto. 在 2016-07-05 16:05:17,"Ucan, Emre (ADITG/SW1)" 写道: Hi

Can't register bind ivi-application

2016-07-04 Thread
Hi,all: static void registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) { struct display *d = data; if (strcmp(interface, "wl_compositor") == 0) { d->compositor = wl_registry_bind(registry, name, &wl_compositor_interfa

About ivi shell and hmi controller

2016-06-30 Thread
vendor if they have GENIVI support. > >Best regards > >Emre Ucan >Software Group I (ADITG/SW1) > >Tel. +49 5121 49 6937 > >> -Original Message- >> From: 袁嘉伟 [mailto:yuanjw1...@163.com] >> Sent: Mittwoch, 29. Juni 2016 04:16 >> To: Ucan, Emre

Free software license of weston1.9

2016-06-29 Thread
Hi, All: Who does know that the free software license of weston 1.9 is GPL or LGPL? Thanks. Best regards, Anthenony___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-dev

Re:RE: About ivi shell and hmi controller

2016-06-28 Thread
Hi Ucan, There is another problem that ivi-controller.so or ivi-controller.h that is used to develop doesn't exist in sdk which provided by chip vendor. How can i get the .h and .so file? Might I copile it by myself? At 2016-06-28 16:03:44, "Ucan, Emre (ADITG/SW1)" wrote: >Hi Anthenony, > >

About ivi shell and hmi controller

2016-06-28 Thread
Hi, all: Recently started using IVI to develop vehicle navigation with wayland 1.9. I downloaded a package named weston-1.9.0 at wayland official website. There is some source code in folder weston-1.9.0\ivi-shell. I found so many functional realization in ivi-layout.c and other .c

Re:Re: How to create client in child thread

2016-06-26 Thread
Thank you very much for your help. I added a while loop at the end of the main() to fix the problem. 在 2016-06-24 16:45:39,"Pekka Paalanen" 写道: >On Fri, 24 Jun 2016 11:15:32 +0800 (CST) >袁嘉伟 wrote: > >> 在 2016-06-23 21:13:28,"Pekka Paalanen" 写道: > &g

Re:Re: How to create client in child thread

2016-06-23 Thread
在 2016-06-23 21:13:28,"Pekka Paalanen" 写道: >On Thu, 23 Jun 2016 14:52:23 +0800 (CST) >袁嘉伟 wrote: > >> Hi Pekka: >> >> Sorry to take you some time. It's still this issue. >> I made a test that using 'pthread' to created another thread, an

Re:Re: How to create client in child thread

2016-06-22 Thread
Hi Pekka: Sorry to take you some time. It's still this issue. I made a test that using 'pthread' to created another thread, and then created the display in the child thread. But program was blocked when connecting to a server(wl_display_connect). It should be pending according to log. However, I

Re:Re: How to create client in child thread

2016-06-15 Thread
g for. > >Are you talking about building a compositor ? It look like you are >making a wayland client that try to delegate the drawing to a thread. Is >it what you want to do ? > >Best regards > > >On 15/06/2016 09:24, Pekka Paalanen wrote: >> On Wed, 15 Jun 2016 12:34:06 +0

How to create client in child thread

2016-06-14 Thread
Hi, All:I try to create the client and draw it in child thread failed. If calling functions from child thread, it will block. So I want to know whether wayland(v1.9) supports to create and redraw the client in child thread. Perhaps anyone could tell me how to create a client in child thr