All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively
@ 2019-06-07 14:05 Eric Ruei
  2019-06-07 14:05 ` [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode Eric Ruei
  2019-06-12 11:30 ` [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Jacob Stiffler
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Ruei @ 2019-06-07 14:05 UTC (permalink / raw)
  To: meta-arago

Matrix-gui browser demos depend on qtwebengine which has been disabled for
now


Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-matrix.bb      | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
index 100d4070..ad131dca 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to include Matrix v2"
 LICENSE = "MIT"
-PR = "r79"
+PR = "r80"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -159,12 +159,14 @@ MATRIX_APPS_append_omap-a15 = "     \
     matrix-gui-generic-pm           \
     matrix-gui-clocks               \
     matrix-gui-pm-demos-governor    \
-    ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
-                                \
     ${MATRIX_ARMNN_APPS}            \
     matrix-analytics-pdm-anomaly-detection \
 "
 
+#    ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
+#                                \
+#
+
 MATRIX_APPS_append_k3 = "           \
     matrix-multimedia-demo-aac      \
     matrix-multimedia-demo-audiocapture \
-- 
2.17.1



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

* [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode
  2019-06-07 14:05 [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Eric Ruei
@ 2019-06-07 14:05 ` Eric Ruei
  2019-06-12 11:30   ` [EXTERNAL] " Jacob Stiffler
  2019-06-12 11:30 ` [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Jacob Stiffler
  1 sibling, 1 reply; 8+ messages in thread
From: Eric Ruei @ 2019-06-07 14:05 UTC (permalink / raw)
  To: meta-arago

Restore deform to full-screen mode because the display problem has been
fixed at Weston 5.0

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
index 1ef1e9b9..487f1544 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
@@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
 
 SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
-SRCREV = "42ccd978004ec75b4e05313466abe92806d14a29"
+SRCREV = "2b41ee1f8e0dfe6b5f78d56e13a51aab115aaff0"
 BRANCH = "master"
-INC_PR = "r69"
+INC_PR = "r70"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
2.17.1



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

* Re: [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively
  2019-06-07 14:05 [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Eric Ruei
  2019-06-07 14:05 ` [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode Eric Ruei
@ 2019-06-12 11:30 ` Jacob Stiffler
  2019-06-18 12:35   ` Jacob Stiffler
  1 sibling, 1 reply; 8+ messages in thread
From: Jacob Stiffler @ 2019-06-12 11:30 UTC (permalink / raw)
  To: Eric Ruei, meta-arago

Denys,

Can you please backport this to the ti2019.01 branch?


Thank you,

Jake

On 6/7/2019 10:05 AM, Eric Ruei wrote:
> Matrix-gui browser demos depend on qtwebengine which has been disabled for
> now
>
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
>   .../packagegroups/packagegroup-arago-tisdk-matrix.bb      | 8 +++++---
>   1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> index 100d4070..ad131dca 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> @@ -1,6 +1,6 @@
>   DESCRIPTION = "Task to include Matrix v2"
>   LICENSE = "MIT"
> -PR = "r79"
> +PR = "r80"
>   
>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>   
> @@ -159,12 +159,14 @@ MATRIX_APPS_append_omap-a15 = "     \
>       matrix-gui-generic-pm           \
>       matrix-gui-clocks               \
>       matrix-gui-pm-demos-governor    \
> -    ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
> -                                \
>       ${MATRIX_ARMNN_APPS}            \
>       matrix-analytics-pdm-anomaly-detection \
>   "
>   
> +#    ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
> +#                                \
> +#
> +
>   MATRIX_APPS_append_k3 = "           \
>       matrix-multimedia-demo-aac      \
>       matrix-multimedia-demo-audiocapture \


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

* Re: [EXTERNAL] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode
  2019-06-07 14:05 ` [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode Eric Ruei
@ 2019-06-12 11:30   ` Jacob Stiffler
  2019-06-18 12:35     ` Jacob Stiffler
  0 siblings, 1 reply; 8+ messages in thread
From: Jacob Stiffler @ 2019-06-12 11:30 UTC (permalink / raw)
  To: Eric Ruei, meta-arago

Denys,

Can you please backport this to the ti2019.01 branch?


Thank you,

Jake

On 6/7/2019 10:05 AM, Eric Ruei wrote:
> Restore deform to full-screen mode because the display problem has been
> fixed at Weston 5.0
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> index 1ef1e9b9..487f1544 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>   LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
>   
>   SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "42ccd978004ec75b4e05313466abe92806d14a29"
> +SRCREV = "2b41ee1f8e0dfe6b5f78d56e13a51aab115aaff0"
>   BRANCH = "master"
> -INC_PR = "r69"
> +INC_PR = "r70"
>   
>   # Pull in the base package for installing matrix applications
>   require matrix-gui-apps.inc


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

* Re: [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively
  2019-06-12 11:30 ` [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Jacob Stiffler
@ 2019-06-18 12:35   ` Jacob Stiffler
  0 siblings, 0 replies; 8+ messages in thread
From: Jacob Stiffler @ 2019-06-18 12:35 UTC (permalink / raw)
  To: Eric Ruei, meta-arago

Ping.

On 6/12/2019 7:30 AM, Jacob Stiffler wrote:
> Denys,
>
> Can you please backport this to the ti2019.01 branch?
>
>
> Thank you,
>
> Jake
>
> On 6/7/2019 10:05 AM, Eric Ruei wrote:
>> Matrix-gui browser demos depend on qtwebengine which has been 
>> disabled for
>> now
>>
>>
>> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
>> ---
>>   .../packagegroups/packagegroup-arago-tisdk-matrix.bb      | 8 +++++---
>>   1 file changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git 
>> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb 
>> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb 
>>
>> index 100d4070..ad131dca 100644
>> --- 
>> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
>> +++ 
>> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
>> @@ -1,6 +1,6 @@
>>   DESCRIPTION = "Task to include Matrix v2"
>>   LICENSE = "MIT"
>> -PR = "r79"
>> +PR = "r80"
>>     PACKAGE_ARCH = "${MACHINE_ARCH}"
>>   @@ -159,12 +159,14 @@ MATRIX_APPS_append_omap-a15 = "     \
>>       matrix-gui-generic-pm           \
>>       matrix-gui-clocks               \
>>       matrix-gui-pm-demos-governor    \
>> - 
>> ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) 
>> and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
>> -                                \
>>       ${MATRIX_ARMNN_APPS}            \
>>       matrix-analytics-pdm-anomaly-detection \
>>   "
>>   +# 
>> ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) 
>> and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
>> +#                                \
>> +#
>> +
>>   MATRIX_APPS_append_k3 = "           \
>>       matrix-multimedia-demo-aac      \
>>       matrix-multimedia-demo-audiocapture \


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

* Re: [EXTERNAL] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode
  2019-06-12 11:30   ` [EXTERNAL] " Jacob Stiffler
@ 2019-06-18 12:35     ` Jacob Stiffler
  2019-06-18 12:37       ` Ruei, Eric
  0 siblings, 1 reply; 8+ messages in thread
From: Jacob Stiffler @ 2019-06-18 12:35 UTC (permalink / raw)
  To: Eric Ruei, meta-arago

Ping.

On 6/12/2019 7:30 AM, Jacob Stiffler wrote:
> Denys,
>
> Can you please backport this to the ti2019.01 branch?
>
>
> Thank you,
>
> Jake
>
> On 6/7/2019 10:05 AM, Eric Ruei wrote:
>> Restore deform to full-screen mode because the display problem has been
>> fixed at Weston 5.0
>>
>> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
>> ---
>>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git 
>> a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc 
>> b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>> index 1ef1e9b9..487f1544 100644
>> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM = 
>> "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>>   LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
>>     SRC_URI = 
>> "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
>> -SRCREV = "42ccd978004ec75b4e05313466abe92806d14a29"
>> +SRCREV = "2b41ee1f8e0dfe6b5f78d56e13a51aab115aaff0"
>>   BRANCH = "master"
>> -INC_PR = "r69"
>> +INC_PR = "r70"
>>     # Pull in the base package for installing matrix applications
>>   require matrix-gui-apps.inc


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

* Re: [EXTERNAL] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode
  2019-06-18 12:35     ` Jacob Stiffler
@ 2019-06-18 12:37       ` Ruei, Eric
  2019-06-18 12:41         ` Stiffler, Jacob
  0 siblings, 1 reply; 8+ messages in thread
From: Ruei, Eric @ 2019-06-18 12:37 UTC (permalink / raw)
  To: Stiffler, Jacob, meta-arago

I have another one on top of this one for reverting the video-analytic workaround. 

Eric


-----Original Message-----
From: Stiffler, Jacob 
Sent: Tuesday, June 18, 2019 8:35 AM
To: Ruei, Eric; meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode

Ping.

On 6/12/2019 7:30 AM, Jacob Stiffler wrote:
> Denys,
>
> Can you please backport this to the ti2019.01 branch?
>
>
> Thank you,
>
> Jake
>
> On 6/7/2019 10:05 AM, Eric Ruei wrote:
>> Restore deform to full-screen mode because the display problem has been
>> fixed at Weston 5.0
>>
>> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
>> ---
>>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git 
>> a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc 
>> b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>> index 1ef1e9b9..487f1544 100644
>> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM = 
>> "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>>   LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
>>     SRC_URI = 
>> "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
>> -SRCREV = "42ccd978004ec75b4e05313466abe92806d14a29"
>> +SRCREV = "2b41ee1f8e0dfe6b5f78d56e13a51aab115aaff0"
>>   BRANCH = "master"
>> -INC_PR = "r69"
>> +INC_PR = "r70"
>>     # Pull in the base package for installing matrix applications
>>   require matrix-gui-apps.inc

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

* Re: [EXTERNAL] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode
  2019-06-18 12:37       ` Ruei, Eric
@ 2019-06-18 12:41         ` Stiffler, Jacob
  0 siblings, 0 replies; 8+ messages in thread
From: Stiffler, Jacob @ 2019-06-18 12:41 UTC (permalink / raw)
  To: Ruei, Eric, meta-arago

Do we need this patch?

- Jake

> -----Original Message-----
> From: Ruei, Eric
> Sent: Tuesday, June 18, 2019 8:38 AM
> To: Stiffler, Jacob; meta-arago@arago-project.org
> Subject: RE: [EXTERNAL] [meta-arago] [PATCH 2/2] matrix-gui-apps-git:bump
> SRCREV to put deform back to full-screen mode
> 
> I have another one on top of this one for reverting the video-analytic
> workaround.
> 
> Eric
> 
> 
> -----Original Message-----
> From: Stiffler, Jacob
> Sent: Tuesday, June 18, 2019 8:35 AM
> To: Ruei, Eric; meta-arago@arago-project.org
> Subject: Re: [EXTERNAL] [meta-arago] [PATCH 2/2] matrix-gui-apps-
> git:bump SRCREV to put deform back to full-screen mode
> 
> Ping.
> 
> On 6/12/2019 7:30 AM, Jacob Stiffler wrote:
> > Denys,
> >
> > Can you please backport this to the ti2019.01 branch?
> >
> >
> > Thank you,
> >
> > Jake
> >
> > On 6/7/2019 10:05 AM, Eric Ruei wrote:
> >> Restore deform to full-screen mode because the display problem has
> been
> >> fixed at Weston 5.0
> >>
> >> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> >> ---
> >>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
> >>   1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git
> >> a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >> b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >> index 1ef1e9b9..487f1544 100644
> >> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> >> "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> >>   LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> >>     SRC_URI =
> >> "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-
> apps.git;protocol=git;branch=${BRANCH}"
> >> -SRCREV = "42ccd978004ec75b4e05313466abe92806d14a29"
> >> +SRCREV = "2b41ee1f8e0dfe6b5f78d56e13a51aab115aaff0"
> >>   BRANCH = "master"
> >> -INC_PR = "r69"
> >> +INC_PR = "r70"
> >>     # Pull in the base package for installing matrix applications
> >>   require matrix-gui-apps.inc

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

end of thread, other threads:[~2019-06-18 12:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07 14:05 [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Eric Ruei
2019-06-07 14:05 ` [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode Eric Ruei
2019-06-12 11:30   ` [EXTERNAL] " Jacob Stiffler
2019-06-18 12:35     ` Jacob Stiffler
2019-06-18 12:37       ` Ruei, Eric
2019-06-18 12:41         ` Stiffler, Jacob
2019-06-12 11:30 ` [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively Jacob Stiffler
2019-06-18 12:35   ` Jacob Stiffler

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.