Open yohitkumAR opened 5 years ago
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 Lokesh,
Qt location is useful for map and GPS based application. I doing some work on Qt app for webose in GPS area.
Please update it for both Qtlocation and QtWebkit.
Please let me know if you need more information.
Thanks, Yohit
From: Lokesh Kumar Goel [mailto:notifications@github.com] Sent: 01 August 2019 01:23 To: webosose/meta-webosose Cc: Yohit Kumar/LGSIA VCS-2(yohit.kumar@lge.com); Mention Subject: Re: [webosose/meta-webosose] Qlocation with Mapbox (#14)
@yohitkumARhttps://github.com/yohitkumAR < Can you please tell us more on your use case ? Maybe we can discuss if we should prioritize this based on the impact.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/webosose/meta-webosose/issues/14?email_source=notifications&email_token=AMUI672FNPDZH5RPBBM2YA3QCHUQ3A5CNFSM4IHYFJFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3ILV2A#issuecomment-516995816, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMUI674UQBH7K3EVR4MPZLLQCHUQ3ANCNFSM4IHYFJFA.
Hi Lokesh,
Please let me know how to enable touch related kernel in Webos ose.
Thanks, Yohit
From: Yohit Kumar/LGSIA VCS-2(yohit.kumar@lge.com) Sent: 01 August 2019 11:56 To: 'webosose/meta-webosose'; webosose/meta-webosose Cc: Mention; Pranjal Saikia/LGSIA VCS-2(pranjal.saikia@lge.com) (pranjal.saikia@lge.com); Anish Ramesan/LGSIA VCS-2(anish.ramesan@lge.com) (anish.ramesan@lge.com) Subject: RE: [webosose/meta-webosose] Qlocation with Mapbox (#14)
Hi Lokesh,
Qt location is useful for map and GPS based application. I doing some work on Qt app for webose in GPS area.
Please update it for both Qtlocation and QtWebkit.
Please let me know if you need more information.
Thanks, Yohit
From: Lokesh Kumar Goel [mailto:notifications@github.com] Sent: 01 August 2019 01:23 To: webosose/meta-webosose Cc: Yohit Kumar/LGSIA VCS-2(yohit.kumar@lge.com); Mention Subject: Re: [webosose/meta-webosose] Qlocation with Mapbox (#14)
@yohitkumARhttps://github.com/yohitkumAR < Can you please tell us more on your use case ? Maybe we can discuss if we should prioritize this based on the impact.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/webosose/meta-webosose/issues/14?email_source=notifications&email_token=AMUI672FNPDZH5RPBBM2YA3QCHUQ3A5CNFSM4IHYFJFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3ILV2A#issuecomment-516995816, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMUI674UQBH7K3EVR4MPZLLQCHUQ3ANCNFSM4IHYFJFA.
Hi Yohit,
Here is an example code on how to enable touch for webosose: https://github.com/lgsvl/meta-ros2-lgsvl/commit/9024b9b649c5c28ca21c6eba89d2e8240dc21eeb
Br, Lokesh.
Dear Lokesh,
Thank you for your reply.
Kernel setup I have already done and it is generating the *.ko driver files also but same file are not coming in build image.
I want to know how to place that in package and init boot files.
Thanks, Yohit
From: Lokesh Kumar Goel [mailto:notifications@github.com] Sent: 14 August 2019 23:12 To: webosose/meta-webosose Cc: Yohit Kumar/LGSIA VCS-2(yohit.kumar@lge.com); Mention Subject: Re: [webosose/meta-webosose] Qlocation with Mapbox (#14)
Hi Yohit,
Here is an example code on how to enable touch for webosose: lgsvl/meta-ros2-lgsvl@9024b9bhttps://github.com/lgsvl/meta-ros2-lgsvl/commit/9024b9b649c5c28ca21c6eba89d2e8240dc21eeb
Br, Lokesh.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/webosose/meta-webosose/issues/14?email_source=notifications&email_token=AMUI674723YGCI7TG5K6ZZTQEQ7VBA5CNFSM4IHYFJFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4JR2HI#issuecomment-521346333, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMUI673CU7C76PBJGTL3N7LQEQ7VBANCNFSM4IHYFJFA.
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}
Hi Team,
I have seen there is not support of Qt location with mapbox in Meta webos. When you are going to provide that.