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] -> wl_display@1.get_registry(new id wl_registry@2)
[520349.925] wl_registry@2.global(1, "wl_display", 1)
[520350.065] wl_registry@2.global(2, "wl_compositor", 3)
[520350.130] -> wl_registry@2.bind(2, "wl_compositor", 3, new id [unknown]@3)
[520350.204] wl_registry@2.global(3, "wl_subcompositor", 1)
[520350.264] -> wl_registry@2.bind(3, "wl_subcompositor", 1, new id [unknown]@4)
[520350.328] wl_registry@2.global(4, "wl_scaler", 1)
[520350.377] wl_registry@2.global(5, "screenshooter", 1)
[520350.426] wl_registry@2.global(6, "wl_text_input_manager", 1)
[520350.475] wl_registry@2.global(7, "wl_data_device_manager", 1)
[520350.524] -> wl_registry@2.bind(7, "wl_data_device_manager", 1, new id [unknown]@5)
[520350.586] wl_registry@2.global(8, "wl_shm", 1)
[520350.634] -> wl_registry@2.bind(8, "wl_shm", 1, new id [unknown]@6)
[520350.695] wl_registry@2.global(9, "wl_output", 2)
[520350.745] -> wl_registry@2.bind(9, "wl_output", 2, new id [unknown]@7)
[520350.806] wl_registry@2.global(10, "wl_seat", 3)
[520350.856] -> wl_registry@2.bind(10, "wl_seat", 3, new id [unknown]@8)
[520350.923] -> wl_data_device_manager@5.get_data_device(new id wl_data_device@9, wl_seat@8)
[520350.971] -> wl_compositor@3.create_surface(new id wl_surface@10)
[520351.028] wl_registry@2.global(11, "wl_input_method", 1)
[520351.080] wl_registry@2.global(12, "wl_input_panel", 1)
[520351.128] wl_registry@2.global(13, "wl_shell", 1)
[520351.179] -> wl_registry@2.bind(13, "wl_shell", 1, new id [unknown]@11)
[520351.242] wl_registry@2.global(14, "xdg_shell", 1)
[520351.288] wl_registry@2.global(15, "desktop_shell", 2)
[520351.336] wl_registry@2.global(16, "screensaver", 1)
[520351.383] wl_registry@2.global(17, "workspace_manager", 1)
[520351.432] -> wl_registry@2.bind(17, "workspace_manager", 1, new id [unknown]@12)
[10:14:57.747] libwayland: disconnect from client 0x1bf0f0
Segmentation fault