webosose/meta-webosose

Qlocation with Mapbox

yohitkumAR opened this issue · 8 comments

Hi Team,

I have seen there is not support of Qt location with mapbox in Meta webos. When you are going to provide that.

Qlocation blacklisted in bb file. When we can expect the Meta-webose with Qlocation. I have to develop some Map related app.

@yohitkumAR < Thanks for your interest. We are working on this. Timelines are not yet decided. We will update when we have that clarified.

@yohitkumAR < Can you please tell us more on your use case ? Maybe we can discuss if we should prioritize this based on the impact.

Hi Yohit,

Here is an example code on how to enable touch for webosose:
lgsvl/meta-ros2-lgsvl@9024b9b

Br,
Lokesh.

Hi Yohith,

I think you need to add the module in meta-webosose/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc under MACHINE_EXTRA_RRECOMMENDS_append_raspberrypi3

eg:
{code}
diff --git a/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc b/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc
index eca5fed25a3..90ec5f9a2f6 100644
--- a/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc
+++ b/meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc
@@ -46,6 +46,7 @@ MACHINE_EXTRA_RRECOMMENDS_append_raspberrypi3 = "
kernel-module-uinput
kernel-module-uvcvideo
kernel-module-videodev \

  • kernel-module-rpi-ft5406
    "

KERNEL_MODULE_AUTOLOAD_append = " uinput"
{code}