All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
       [not found] <16B1986DA8DE72E9.11657@lists.yoctoproject.org>
@ 2021-11-16  9:23 ` Priya N S
  2021-11-25  2:18   ` Denys Dmytriyenko
       [not found]   ` <16BAA88B2E614BBE.14741@lists.yoctoproject.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Priya N S @ 2021-11-16  9:23 UTC (permalink / raw)
  To: meta-arago; +Cc: Praneeth Bajjuri, Sekhar Nori, Priya N S, Vigna Raja Priya N S

Hi Denys,

On Tue, Oct 26, 2021 at 7:12 PM Priya N S via lists.yoctoproject.org
<priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
>
> Hi All,
> This series of patches fix the Matrix GUI Issue,
>
Did you get a chance to review this patch series?


Warm Regards,
Vigna Raja Priya N S


> Issue:
> After the target board is booted, by default the Matrix GUI Demo is
> not getting displayed on the display device connected to the target
> board.
> The root cause of the Matrix GUI demo issue is that there are two
> Weston system services running in the filesystem. Below are the two
> services,
> 1. Weston systemd service
> 2. Weston initscript service
> The Matrix GUI demo runs on top of the Weston service. Since there
> are two Weston services running, it causes the Matrix GUI demo to not
> work properly.
>
> Fix:
> Both Weston services (systemd and initscript) which has the same command
> and does the same job. So, remove the weston systemd services from the
> filesystem. This fix displays the Matrix GUI in the connected display
> device.
>
> Priya N S (2):
>   wayland: weston: Disable weston systemd service
>   weston-init: Update initscript for weston-calibration
>
>  .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
>  meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
>  2 files changed, 5 insertions(+), 2 deletions(-)
>
> --
> 2.19.1.windows.1
>
>
>
> 
>
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
  2021-11-16  9:23 ` [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI Priya N S
@ 2021-11-25  2:18   ` Denys Dmytriyenko
       [not found]   ` <16BAA88B2E614BBE.14741@lists.yoctoproject.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2021-11-25  2:18 UTC (permalink / raw)
  To: priya.ns; +Cc: meta-arago, Praneeth Bajjuri, Sekhar Nori, Priya N S

On Tue, Nov 16, 2021 at 02:53:19PM +0530, Priya N S via lists.yoctoproject.org wrote:
> Hi Denys,
> 
> On Tue, Oct 26, 2021 at 7:12 PM Priya N S via lists.yoctoproject.org
> <priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
> >
> > Hi All,
> > This series of patches fix the Matrix GUI Issue,
> >
> Did you get a chance to review this patch series?

Patches look reasonable to me. Thanks.


> Warm Regards,
> Vigna Raja Priya N S
> 
> 
> > Issue:
> > After the target board is booted, by default the Matrix GUI Demo is
> > not getting displayed on the display device connected to the target
> > board.
> > The root cause of the Matrix GUI demo issue is that there are two
> > Weston system services running in the filesystem. Below are the two
> > services,
> > 1. Weston systemd service
> > 2. Weston initscript service
> > The Matrix GUI demo runs on top of the Weston service. Since there
> > are two Weston services running, it causes the Matrix GUI demo to not
> > work properly.
> >
> > Fix:
> > Both Weston services (systemd and initscript) which has the same command
> > and does the same job. So, remove the weston systemd services from the
> > filesystem. This fix displays the Matrix GUI in the connected display
> > device.
> >
> > Priya N S (2):
> >   wayland: weston: Disable weston systemd service
> >   weston-init: Update initscript for weston-calibration
> >
> >  .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
> >  meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
> >  2 files changed, 5 insertions(+), 2 deletions(-)
> >
> > --
> > 2.19.1.windows.1
> >
> >
> >
> > 
> >
> >

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
       [not found]   ` <16BAA88B2E614BBE.14741@lists.yoctoproject.org>
@ 2022-02-16 21:53     ` Denys Dmytriyenko
  2022-02-16 22:11       ` Etheridge, Darren
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2022-02-16 21:53 UTC (permalink / raw)
  To: Etheridge, Darren, Ryan Eatmon
  Cc: meta-arago, Praneeth Bajjuri, Sekhar Nori, Priya N S

Darren, Ryan,

These 2 patch have never been applied to Dunfell!
https://lists.yoctoproject.org/g/meta-arago/topic/86602755#13358
https://lists.yoctoproject.org/g/meta-arago/message/13356
https://lists.yoctoproject.org/g/meta-arago/message/13357


On Wed, Nov 24, 2021 at 09:18:42PM -0500, Denys Dmytriyenko wrote:
> On Tue, Nov 16, 2021 at 02:53:19PM +0530, Priya N S via lists.yoctoproject.org wrote:
> > Hi Denys,
> > 
> > On Tue, Oct 26, 2021 at 7:12 PM Priya N S via lists.yoctoproject.org
> > <priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
> > >
> > > Hi All,
> > > This series of patches fix the Matrix GUI Issue,
> > >
> > Did you get a chance to review this patch series?
> 
> Patches look reasonable to me. Thanks.
> 
> 
> > Warm Regards,
> > Vigna Raja Priya N S
> > 
> > 
> > > Issue:
> > > After the target board is booted, by default the Matrix GUI Demo is
> > > not getting displayed on the display device connected to the target
> > > board.
> > > The root cause of the Matrix GUI demo issue is that there are two
> > > Weston system services running in the filesystem. Below are the two
> > > services,
> > > 1. Weston systemd service
> > > 2. Weston initscript service
> > > The Matrix GUI demo runs on top of the Weston service. Since there
> > > are two Weston services running, it causes the Matrix GUI demo to not
> > > work properly.
> > >
> > > Fix:
> > > Both Weston services (systemd and initscript) which has the same command
> > > and does the same job. So, remove the weston systemd services from the
> > > filesystem. This fix displays the Matrix GUI in the connected display
> > > device.
> > >
> > > Priya N S (2):
> > >   wayland: weston: Disable weston systemd service
> > >   weston-init: Update initscript for weston-calibration
> > >
> > >  .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
> > >  meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
> > >  2 files changed, 5 insertions(+), 2 deletions(-)
> > >
> > > --
> > > 2.19.1.windows.1

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
  2022-02-16 21:53     ` Denys Dmytriyenko
@ 2022-02-16 22:11       ` Etheridge, Darren
  2022-03-09  2:22         ` Priya N S
  0 siblings, 1 reply; 9+ messages in thread
From: Etheridge, Darren @ 2022-02-16 22:11 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon
  Cc: meta-arago, Praneeth Bajjuri, Sekhar Nori, Priya N S

Denys,

On 2/16/2022 3:53 PM, Denys Dmytriyenko wrote:
> Darren, Ryan,
> 
> These 2 patch have never been applied to Dunfell!
> https://lists.yoctoproject.org/g/meta-arago/topic/86602755#13358
> https://lists.yoctoproject.org/g/meta-arago/message/13356
> https://lists.yoctoproject.org/g/meta-arago/message/13357

Those will take care of what I am seeing.

Thanks

> 
> 
> On Wed, Nov 24, 2021 at 09:18:42PM -0500, Denys Dmytriyenko wrote:
>> On Tue, Nov 16, 2021 at 02:53:19PM +0530, Priya N S via lists.yoctoproject.org wrote:
>>> Hi Denys,
>>>
>>> On Tue, Oct 26, 2021 at 7:12 PM Priya N S via lists.yoctoproject.org
>>> <priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
>>>>
>>>> Hi All,
>>>> This series of patches fix the Matrix GUI Issue,
>>>>
>>> Did you get a chance to review this patch series?
>>
>> Patches look reasonable to me. Thanks.
>>
>>
>>> Warm Regards,
>>> Vigna Raja Priya N S
>>>
>>>
>>>> Issue:
>>>> After the target board is booted, by default the Matrix GUI Demo is
>>>> not getting displayed on the display device connected to the target
>>>> board.
>>>> The root cause of the Matrix GUI demo issue is that there are two
>>>> Weston system services running in the filesystem. Below are the two
>>>> services,
>>>> 1. Weston systemd service
>>>> 2. Weston initscript service
>>>> The Matrix GUI demo runs on top of the Weston service. Since there
>>>> are two Weston services running, it causes the Matrix GUI demo to not
>>>> work properly.
>>>>
>>>> Fix:
>>>> Both Weston services (systemd and initscript) which has the same command
>>>> and does the same job. So, remove the weston systemd services from the
>>>> filesystem. This fix displays the Matrix GUI in the connected display
>>>> device.
>>>>
>>>> Priya N S (2):
>>>>    wayland: weston: Disable weston systemd service
>>>>    weston-init: Update initscript for weston-calibration
>>>>
>>>>   .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
>>>>   meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
>>>>   2 files changed, 5 insertions(+), 2 deletions(-)
>>>>
>>>> --
>>>> 2.19.1.windows.1
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
  2022-02-16 22:11       ` Etheridge, Darren
@ 2022-03-09  2:22         ` Priya N S
  2022-03-09  2:24           ` Ryan Eatmon
  0 siblings, 1 reply; 9+ messages in thread
From: Priya N S @ 2022-03-09  2:22 UTC (permalink / raw)
  To: detheridge
  Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago, Praneeth Bajjuri,
	Sekhar Nori, Priya N S

On Thu, Feb 17, 2022 at 3:46 AM Etheridge, Darren via
lists.yoctoproject.org <detheridge=ti.com@lists.yoctoproject.org>
wrote:
>
> Denys,
>
> On 2/16/2022 3:53 PM, Denys Dmytriyenko wrote:
> > Darren, Ryan,
> >
> > These 2 patch have never been applied to Dunfell!
> > https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2ftopic%2f86602755%2313358&c=E,1,ZnF57xRV7nLnoZixsGg41IEPFqZvJZTeN1xrW8i8RWH_R4ZjIMnYin7x5M558qiMtuJ9QLCRWFxUsNY95SN1DxcpHCUyED4hzZyDmni1iE2ElPk,&typo=1
> > https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2fmessage%2f13356&c=E,1,kDtAk75kjUMvvyf-C6PdVlPK5uPbqGihqWZmZHk-Yu7q3oDzY6r413wJY2X74ZgEIDL7e2o1hBx70haY6v1hzWHux3kvDz4SgNfEXr6kPYW16n_uGzi3Fs0,&typo=1
> > https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2fmessage%2f13357&c=E,1,NbQLSL4ciRz_tQQ0mnbLemNd_xkGu-FDWY9waz_Swara7ndBoUNVeEAsTsltDefE6bhQOtCs9smxjy6uNYVH-UNx0rltoMFoafvMRAs6TntGik1o0qQ,&typo=1
>
> Those will take care of what I am seeing.
>
> Thanks
>
Darren,
Can you please merge the above-mentioned 2 patches into meta-arago if
the patches are good for the merge?

Warm Regards,
Vigna Raja Priya N S
> >
> >
> > On Wed, Nov 24, 2021 at 09:18:42PM -0500, Denys Dmytriyenko wrote:
> >> On Tue, Nov 16, 2021 at 02:53:19PM +0530, Priya N S via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,VoXbrQWkvEHvM-WF4CvBKZeZVvW70zsWX7YzDGdG4aT2lesoEuMl1lcGaP5ot_Uo_aV3cNLpU33EJaLqDlZr1bgol0bSSG-Df9IAMUdro3LRZokpU3JMzw,,&typo=1 wrote:
> >>> Hi Denys,
> >>>
> >>> On Tue, Oct 26, 2021 at 7:12 PM Priya N S via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,bWq4pmqhaYMcCeae7wjDauguMWMqnXy6jmVcIHulaYSXFlwW-My_21WyvaCuFGmHJoaJnBOr6c2CpJ6OD8QckMZl5ZOnCGKxqk_DPKp1qHlqedOUk4BWIDG0cds,&typo=1
> >>> <priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
> >>>>
> >>>> Hi All,
> >>>> This series of patches fix the Matrix GUI Issue,
> >>>>
> >>> Did you get a chance to review this patch series?
> >>
> >> Patches look reasonable to me. Thanks.
> >>
> >>
> >>> Warm Regards,
> >>> Vigna Raja Priya N S
> >>>
> >>>
> >>>> Issue:
> >>>> After the target board is booted, by default the Matrix GUI Demo is
> >>>> not getting displayed on the display device connected to the target
> >>>> board.
> >>>> The root cause of the Matrix GUI demo issue is that there are two
> >>>> Weston system services running in the filesystem. Below are the two
> >>>> services,
> >>>> 1. Weston systemd service
> >>>> 2. Weston initscript service
> >>>> The Matrix GUI demo runs on top of the Weston service. Since there
> >>>> are two Weston services running, it causes the Matrix GUI demo to not
> >>>> work properly.
> >>>>
> >>>> Fix:
> >>>> Both Weston services (systemd and initscript) which has the same command
> >>>> and does the same job. So, remove the weston systemd services from the
> >>>> filesystem. This fix displays the Matrix GUI in the connected display
> >>>> device.
> >>>>
> >>>> Priya N S (2):
> >>>>    wayland: weston: Disable weston systemd service
> >>>>    weston-init: Update initscript for weston-calibration
> >>>>
> >>>>   .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
> >>>>   meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
> >>>>   2 files changed, 5 insertions(+), 2 deletions(-)
> >>>>
> >>>> --
> >>>> 2.19.1.windows.1
> >
>
>
> 
>
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
  2022-03-09  2:22         ` Priya N S
@ 2022-03-09  2:24           ` Ryan Eatmon
  2022-03-09  2:27             ` Priya N S
  0 siblings, 1 reply; 9+ messages in thread
From: Ryan Eatmon @ 2022-03-09  2:24 UTC (permalink / raw)
  To: Vigna Raja Priya N S, detheridge
  Cc: Denys Dmytriyenko, meta-arago, Praneeth Bajjuri, Sekhar Nori, Priya N S


Those patches were merged in a few RCs ago.


On 3/8/2022 20:22, Vigna Raja Priya N S wrote:
> On Thu, Feb 17, 2022 at 3:46 AM Etheridge, Darren via
> lists.yoctoproject.org <detheridge=ti.com@lists.yoctoproject.org>
> wrote:
>>
>> Denys,
>>
>> On 2/16/2022 3:53 PM, Denys Dmytriyenko wrote:
>>> Darren, Ryan,
>>>
>>> These 2 patch have never been applied to Dunfell!
>>> https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2ftopic%2f86602755%2313358&c=E,1,ZnF57xRV7nLnoZixsGg41IEPFqZvJZTeN1xrW8i8RWH_R4ZjIMnYin7x5M558qiMtuJ9QLCRWFxUsNY95SN1DxcpHCUyED4hzZyDmni1iE2ElPk,&typo=1
>>> https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2fmessage%2f13356&c=E,1,kDtAk75kjUMvvyf-C6PdVlPK5uPbqGihqWZmZHk-Yu7q3oDzY6r413wJY2X74ZgEIDL7e2o1hBx70haY6v1hzWHux3kvDz4SgNfEXr6kPYW16n_uGzi3Fs0,&typo=1
>>> https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2fmessage%2f13357&c=E,1,NbQLSL4ciRz_tQQ0mnbLemNd_xkGu-FDWY9waz_Swara7ndBoUNVeEAsTsltDefE6bhQOtCs9smxjy6uNYVH-UNx0rltoMFoafvMRAs6TntGik1o0qQ,&typo=1
>>
>> Those will take care of what I am seeing.
>>
>> Thanks
>>
> Darren,
> Can you please merge the above-mentioned 2 patches into meta-arago if
> the patches are good for the merge?
> 
> Warm Regards,
> Vigna Raja Priya N S
>>>
>>>
>>> On Wed, Nov 24, 2021 at 09:18:42PM -0500, Denys Dmytriyenko wrote:
>>>> On Tue, Nov 16, 2021 at 02:53:19PM +0530, Priya N S via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,VoXbrQWkvEHvM-WF4CvBKZeZVvW70zsWX7YzDGdG4aT2lesoEuMl1lcGaP5ot_Uo_aV3cNLpU33EJaLqDlZr1bgol0bSSG-Df9IAMUdro3LRZokpU3JMzw,,&typo=1 wrote:
>>>>> Hi Denys,
>>>>>
>>>>> On Tue, Oct 26, 2021 at 7:12 PM Priya N S via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,bWq4pmqhaYMcCeae7wjDauguMWMqnXy6jmVcIHulaYSXFlwW-My_21WyvaCuFGmHJoaJnBOr6c2CpJ6OD8QckMZl5ZOnCGKxqk_DPKp1qHlqedOUk4BWIDG0cds,&typo=1
>>>>> <priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
>>>>>>
>>>>>> Hi All,
>>>>>> This series of patches fix the Matrix GUI Issue,
>>>>>>
>>>>> Did you get a chance to review this patch series?
>>>>
>>>> Patches look reasonable to me. Thanks.
>>>>
>>>>
>>>>> Warm Regards,
>>>>> Vigna Raja Priya N S
>>>>>
>>>>>
>>>>>> Issue:
>>>>>> After the target board is booted, by default the Matrix GUI Demo is
>>>>>> not getting displayed on the display device connected to the target
>>>>>> board.
>>>>>> The root cause of the Matrix GUI demo issue is that there are two
>>>>>> Weston system services running in the filesystem. Below are the two
>>>>>> services,
>>>>>> 1. Weston systemd service
>>>>>> 2. Weston initscript service
>>>>>> The Matrix GUI demo runs on top of the Weston service. Since there
>>>>>> are two Weston services running, it causes the Matrix GUI demo to not
>>>>>> work properly.
>>>>>>
>>>>>> Fix:
>>>>>> Both Weston services (systemd and initscript) which has the same command
>>>>>> and does the same job. So, remove the weston systemd services from the
>>>>>> filesystem. This fix displays the Matrix GUI in the connected display
>>>>>> device.
>>>>>>
>>>>>> Priya N S (2):
>>>>>>     wayland: weston: Disable weston systemd service
>>>>>>     weston-init: Update initscript for weston-calibration
>>>>>>
>>>>>>    .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
>>>>>>    meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
>>>>>>    2 files changed, 5 insertions(+), 2 deletions(-)
>>>>>>
>>>>>> --
>>>>>> 2.19.1.windows.1
>>>
>>
>>
>> 
>>
>>

-- 
Ryan Eatmon
reatmon@ti.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
  2022-03-09  2:24           ` Ryan Eatmon
@ 2022-03-09  2:27             ` Priya N S
  0 siblings, 0 replies; 9+ messages in thread
From: Priya N S @ 2022-03-09  2:27 UTC (permalink / raw)
  To: Ryan Eatmon
  Cc: detheridge, Denys Dmytriyenko, meta-arago, Praneeth Bajjuri,
	Sekhar Nori, Priya N S

On Wed, Mar 9, 2022 at 7:54 AM Ryan Eatmon via lists.yoctoproject.org
<reatmon=ti.com@lists.yoctoproject.org> wrote:
>
>
> Those patches were merged in a few RCs ago.
>
>
Thanks, Ryan for the information.

Warm Regards,
Vigna Raja Priya N S

> On 3/8/2022 20:22, Vigna Raja Priya N S wrote:
> > On Thu, Feb 17, 2022 at 3:46 AM Etheridge, Darren via
> > https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,EJPYxN5U2w_yZC7VYq-7bbAPLGOhycxxOE6Sey2wu7I3Mzr_KbYWaDEABn98F5jI7Xh-hvQ_w2dJczwWAuIWRCZGp0S9a8CzBjDnpsB1nw3CqC5s&typo=1 <detheridge=ti.com@lists.yoctoproject.org>
> > wrote:
> >>
> >> Denys,
> >>
> >> On 2/16/2022 3:53 PM, Denys Dmytriyenko wrote:
> >>> Darren, Ryan,
> >>>
> >>> These 2 patch have never been applied to Dunfell!
> >>> https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2ftopic%2f86602755%2313358&c=E,1,ZnF57xRV7nLnoZixsGg41IEPFqZvJZTeN1xrW8i8RWH_R4ZjIMnYin7x5M558qiMtuJ9QLCRWFxUsNY95SN1DxcpHCUyED4hzZyDmni1iE2ElPk,&typo=1
> >>> https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2fmessage%2f13356&c=E,1,kDtAk75kjUMvvyf-C6PdVlPK5uPbqGihqWZmZHk-Yu7q3oDzY6r413wJY2X74ZgEIDL7e2o1hBx70haY6v1hzWHux3kvDz4SgNfEXr6kPYW16n_uGzi3Fs0,&typo=1
> >>> https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org%2fg%2fmeta-arago%2fmessage%2f13357&c=E,1,NbQLSL4ciRz_tQQ0mnbLemNd_xkGu-FDWY9waz_Swara7ndBoUNVeEAsTsltDefE6bhQOtCs9smxjy6uNYVH-UNx0rltoMFoafvMRAs6TntGik1o0qQ,&typo=1
> >>
> >> Those will take care of what I am seeing.
> >>
> >> Thanks
> >>
> > Darren,
> > Can you please merge the above-mentioned 2 patches into meta-arago if
> > the patches are good for the merge?
> >
> > Warm Regards,
> > Vigna Raja Priya N S
> >>>
> >>>
> >>> On Wed, Nov 24, 2021 at 09:18:42PM -0500, Denys Dmytriyenko wrote:
> >>>> On Tue, Nov 16, 2021 at 02:53:19PM +0530, Priya N S via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,VoXbrQWkvEHvM-WF4CvBKZeZVvW70zsWX7YzDGdG4aT2lesoEuMl1lcGaP5ot_Uo_aV3cNLpU33EJaLqDlZr1bgol0bSSG-Df9IAMUdro3LRZokpU3JMzw,,&typo=1 wrote:
> >>>>> Hi Denys,
> >>>>>
> >>>>> On Tue, Oct 26, 2021 at 7:12 PM Priya N S via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,bWq4pmqhaYMcCeae7wjDauguMWMqnXy6jmVcIHulaYSXFlwW-My_21WyvaCuFGmHJoaJnBOr6c2CpJ6OD8QckMZl5ZOnCGKxqk_DPKp1qHlqedOUk4BWIDG0cds,&typo=1
> >>>>> <priya.ns=mistralsolutions.com@lists.yoctoproject.org> wrote:
> >>>>>>
> >>>>>> Hi All,
> >>>>>> This series of patches fix the Matrix GUI Issue,
> >>>>>>
> >>>>> Did you get a chance to review this patch series?
> >>>>
> >>>> Patches look reasonable to me. Thanks.
> >>>>
> >>>>
> >>>>> Warm Regards,
> >>>>> Vigna Raja Priya N S
> >>>>>
> >>>>>
> >>>>>> Issue:
> >>>>>> After the target board is booted, by default the Matrix GUI Demo is
> >>>>>> not getting displayed on the display device connected to the target
> >>>>>> board.
> >>>>>> The root cause of the Matrix GUI demo issue is that there are two
> >>>>>> Weston system services running in the filesystem. Below are the two
> >>>>>> services,
> >>>>>> 1. Weston systemd service
> >>>>>> 2. Weston initscript service
> >>>>>> The Matrix GUI demo runs on top of the Weston service. Since there
> >>>>>> are two Weston services running, it causes the Matrix GUI demo to not
> >>>>>> work properly.
> >>>>>>
> >>>>>> Fix:
> >>>>>> Both Weston services (systemd and initscript) which has the same command
> >>>>>> and does the same job. So, remove the weston systemd services from the
> >>>>>> filesystem. This fix displays the Matrix GUI in the connected display
> >>>>>> device.
> >>>>>>
> >>>>>> Priya N S (2):
> >>>>>>     wayland: weston: Disable weston systemd service
> >>>>>>     weston-init: Update initscript for weston-calibration
> >>>>>>
> >>>>>>    .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
> >>>>>>    meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
> >>>>>>    2 files changed, 5 insertions(+), 2 deletions(-)
> >>>>>>
> >>>>>> --
> >>>>>> 2.19.1.windows.1
> >>>
> >>
> >>
> >>
> >>
> >>
>
> --
> Ryan Eatmon
> reatmon@ti.com
>
>
> 
>
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
  2021-10-26 13:41 Priya N S
@ 2021-11-24 22:00 ` praneeth
  0 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-11-24 22:00 UTC (permalink / raw)
  To: Priya N S, meta-arago, Denys Dmytriyenko, Eatmon, Ryan
  Cc: Sekhar Nori, Priya N S, Yogesh Siraswar

+ Denys, Ryan (for the series)

On 10/26/2021 8:41 AM, Priya N S wrote:
> Hi All,
> This series of patches fix the Matrix GUI Issue,
> 
> Issue:
> After the target board is booted, by default the Matrix GUI Demo is
> not getting displayed on the display device connected to the target
> board.
> The root cause of the Matrix GUI demo issue is that there are two
> Weston system services running in the filesystem. Below are the two
> services,
> 1. Weston systemd service
> 2. Weston initscript service
> The Matrix GUI demo runs on top of the Weston service. Since there
> are two Weston services running, it causes the Matrix GUI demo to not
> work properly.
> 
> Fix:
> Both Weston services (systemd and initscript) which has the same command
> and does the same job. So, remove the weston systemd services from the
> filesystem. This fix displays the Matrix GUI in the connected display
> device.
> 
> Priya N S (2):
>    wayland: weston: Disable weston systemd service
>    weston-init: Update initscript for weston-calibration
> 
>   .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
>   meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
>   2 files changed, 5 insertions(+), 2 deletions(-)
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
@ 2021-10-26 13:41 Priya N S
  2021-11-24 22:00 ` praneeth
  0 siblings, 1 reply; 9+ messages in thread
From: Priya N S @ 2021-10-26 13:41 UTC (permalink / raw)
  To: meta-arago; +Cc: Praneeth Bajjuri, Sekhar Nori, Priya N S

Hi All,
This series of patches fix the Matrix GUI Issue,

Issue:
After the target board is booted, by default the Matrix GUI Demo is
not getting displayed on the display device connected to the target
board.
The root cause of the Matrix GUI demo issue is that there are two
Weston system services running in the filesystem. Below are the two
services,
1. Weston systemd service
2. Weston initscript service
The Matrix GUI demo runs on top of the Weston service. Since there
are two Weston services running, it causes the Matrix GUI demo to not
work properly.

Fix:
Both Weston services (systemd and initscript) which has the same command 
and does the same job. So, remove the weston systemd services from the
filesystem. This fix displays the Matrix GUI in the connected display
device.

Priya N S (2):
  wayland: weston: Disable weston systemd service
  weston-init: Update initscript for weston-calibration

 .../recipes-graphics/wayland/weston-init.bbappend            | 5 ++++-
 meta-arago-distro/recipes-graphics/wayland/weston-init/init  | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.19.1.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-03-09  2:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16B1986DA8DE72E9.11657@lists.yoctoproject.org>
2021-11-16  9:23 ` [meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI Priya N S
2021-11-25  2:18   ` Denys Dmytriyenko
     [not found]   ` <16BAA88B2E614BBE.14741@lists.yoctoproject.org>
2022-02-16 21:53     ` Denys Dmytriyenko
2022-02-16 22:11       ` Etheridge, Darren
2022-03-09  2:22         ` Priya N S
2022-03-09  2:24           ` Ryan Eatmon
2022-03-09  2:27             ` Priya N S
2021-10-26 13:41 Priya N S
2021-11-24 22:00 ` praneeth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.