Using the master repo from Freescale/fsl-community-bsp-platform · GitHub : repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
Adding DISTRO_FEATURES_remove = "x11" to my conf file
I finally get bitbake core-image-weston successfully built !!
But at startup weston do not start ...
I don't get any conf file..
I manually start weston with weston --log=weston.log --use-gl=0 --tty=2 &
gtk3-demo work ...
But a lot of weston examples do not work ... I do not have touchscreen also ...
Where can i find any information to make everything working ?
Is there something specific in the kernel that I should enable ?(I am using linux 3.0.35)
Thank you
Here is a log of weston-calibrator start with WAYLAND_DEBUG=1
root@platform:~# export WAYLAND_DEBUG=1 && weston-calibrator
[520349.463] -> [email protected]_registry(new id wl_registry@2)
[520349.925] [email protected](1, "wl_display", 1)
[520350.065] [email protected](2, "wl_compositor", 3)
[520350.130] -> [email protected](2, "wl_compositor", 3, new id [unknown]@3)
[520350.204] [email protected](3, "wl_subcompositor", 1)
[520350.264] -> [email protected](3, "wl_subcompositor", 1, new id [unknown]@4)
[520350.328] [email protected](4, "wl_scaler", 1)
[520350.377] [email protected](5, "screenshooter", 1)
[520350.426] [email protected](6, "wl_text_input_manager", 1)
[520350.475] [email protected](7, "wl_data_device_manager", 1)
[520350.524] -> [email protected](7, "wl_data_device_manager", 1, new id [unknown]@5)
[520350.586] [email protected](8, "wl_shm", 1)
[520350.634] -> [email protected](8, "wl_shm", 1, new id [unknown]@6)
[520350.695] [email protected](9, "wl_output", 2)
[520350.745] -> [email protected](9, "wl_output", 2, new id [unknown]@7)
[520350.806] [email protected](10, "wl_seat", 3)
[520350.856] -> [email protected](10, "wl_seat", 3, new id [unknown]@8)
[520350.923] -> [email protected]_data_device(new id wl_data_device@9, wl_seat@8)
[520350.971] -> [email protected]_surface(new id wl_surface@10)
[520351.028] [email protected](11, "wl_input_method", 1)
[520351.080] [email protected](12, "wl_input_panel", 1)
[520351.128] [email protected](13, "wl_shell", 1)
[520351.179] -> [email protected](13, "wl_shell", 1, new id [unknown]@11)
[520351.242] [email protected](14, "xdg_shell", 1)
[520351.288] [email protected](15, "desktop_shell", 2)
[520351.336] [email protected](16, "screensaver", 1)
[520351.383] [email protected](17, "workspace_manager", 1)
[520351.432] -> [email protected](17, "workspace_manager", 1, new id [unknown]@12)
[10:14:57.747] libwayland: disconnect from client 0x1bf0f0
Segmentation fault