User Activity

Trying to compile wpe-browser from meta-wpewebkit and during building cog I'm getting error:https://github.com/Igalia/meta-webkit/issues/446It seems that gcnano-userland-multi-binary-stm32mp provides gbm.h which clash with one from cog. I've resolved...
I've build chromium from meta-browser for stm32mp157 dk. When run chromium I'm getting:/usr/bin/chromium: error while loading shared libraries: libgbm.so: cannot open shared object file: No such file or directoryWhen use wayland version everything wo...
We have custom board design based on stm32157C-DK2. We just ise other LCD panel. We have updated device tree and probe function of panel is called. But in method: ltdc_load it fails to find any panel.bridge when calling: drm_of_find_panel_or_bridge (...
We have custom board design based on stm32157C-DK2. We just ise other LCD panel. We have updated device tree and probe function of panel is called. But in method: ltdc_load it fails to find any panel.bridge when calling: drm_of_find_panel_or_bridge (...
I have custom board based on STM32MP157AAC3T CPU. I'm building image using yocto and board boots fine. Compared to devkit I'm using other panel .I've added driver + dts changes but I figured out that DSI drm driver is not probed. I checked dts on run...