All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets
@ 2019-10-01 12:44 Nikhil Devshatwar
  2019-10-01 15:06 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Nikhil Devshatwar @ 2019-10-01 12:44 UTC (permalink / raw)
  To: meta-arago

Many machines do not support matrix-gui. Remove the Makefile target
matrix-gui from the list of common targets.

This will ensure that the make all / make install on other machine SDKs
will not cause failures.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 28b616d..e99821e 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -57,7 +57,8 @@ SRC_URI = "\
 
 PR = "r102"
 
-MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
+MAKEFILES_MATRIX_GUI = "matrix-gui \
+                        matrix-gui-browser \
                         refresh-screen \
                         qt-tstat \
 "
@@ -67,7 +68,6 @@ MAKEFILES_MATRIX_GUI_omapl138 = ""
 MAKEFILES_MATRIX_GUI_j7-evm = ""
 
 MAKEFILES_COMMON = "linux \
-                    matrix-gui \
                     arm-benchmarks \
                     am-sysinfo \
                     oprofile-example \
-- 
1.9.1



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

* Re: [EXTERNAL] [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets
  2019-10-01 12:44 [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets Nikhil Devshatwar
@ 2019-10-01 15:06 ` Jacob Stiffler
  2019-10-03 13:37   ` Nikhil Devshatwar
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2019-10-01 15:06 UTC (permalink / raw)
  To: Nikhil Devshatwar, meta-arago

NAK


This "matrix-gui" is the html files which provide the gui. They are use 
on all platforms. Graphics is not needed as you can remotely view matrix 
from a remote browser.

It is the "matrix-gui-browser" which provides to platform QT application.


On 10/1/2019 8:44 AM, Nikhil Devshatwar wrote:
> Many machines do not support matrix-gui. Remove the Makefile target
> matrix-gui from the list of common targets.
>
> This will ensure that the make all / make install on other machine SDKs
> will not cause failures.
>
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>   .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb          | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> index 28b616d..e99821e 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> @@ -57,7 +57,8 @@ SRC_URI = "\
>   
>   PR = "r102"
>   
> -MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
> +MAKEFILES_MATRIX_GUI = "matrix-gui \
> +                        matrix-gui-browser \
>                           refresh-screen \
>                           qt-tstat \
>   "
> @@ -67,7 +68,6 @@ MAKEFILES_MATRIX_GUI_omapl138 = ""
>   MAKEFILES_MATRIX_GUI_j7-evm = ""
>   
>   MAKEFILES_COMMON = "linux \
> -                    matrix-gui \
>                       arm-benchmarks \
>                       am-sysinfo \
>                       oprofile-example \


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

* Re: [EXTERNAL] [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets
  2019-10-01 15:06 ` [EXTERNAL] " Jacob Stiffler
@ 2019-10-03 13:37   ` Nikhil Devshatwar
  2019-10-04  9:59     ` Nikhil Devshatwar
  0 siblings, 1 reply; 4+ messages in thread
From: Nikhil Devshatwar @ 2019-10-03 13:37 UTC (permalink / raw)
  To: Jacob Stiffler, Nikhil Devshatwar, meta-arago

On 01/10/19 8:36 PM, Jacob Stiffler wrote:
> NAK
The reason I posted this patch was to avoid the matrix-gui package in the installer.
Without this, make all fails because I am not including matrix-gui src ipk in the installer bundle.

Nikhil D
>
>
> This "matrix-gui" is the html files which provide the gui. They are use on all platforms. Graphics is not needed as you can remotely view matrix from a remote browser.
>
> It is the "matrix-gui-browser" which provides to platform QT application.
>
>
> On 10/1/2019 8:44 AM, Nikhil Devshatwar wrote:
>> Many machines do not support matrix-gui. Remove the Makefile target
>> matrix-gui from the list of common targets.
>>
>> This will ensure that the make all / make install on other machine SDKs
>> will not cause failures.
>>
>> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
>> ---
>> .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
>> index 28b616d..e99821e 100644
>> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
>> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
>> @@ -57,7 +57,8 @@ SRC_URI = "\
>>     PR = "r102"
>>   -MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
>> +MAKEFILES_MATRIX_GUI = "matrix-gui \
>> +                        matrix-gui-browser \
>>                           refresh-screen \
>>                           qt-tstat \
>>   "
>> @@ -67,7 +68,6 @@ MAKEFILES_MATRIX_GUI_omapl138 = ""
>>   MAKEFILES_MATRIX_GUI_j7-evm = ""
>>     MAKEFILES_COMMON = "linux \
>> -                    matrix-gui \
>>                       arm-benchmarks \
>>                       am-sysinfo \
>>                       oprofile-example \



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

* Re: [EXTERNAL] [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets
  2019-10-03 13:37   ` Nikhil Devshatwar
@ 2019-10-04  9:59     ` Nikhil Devshatwar
  0 siblings, 0 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2019-10-04  9:59 UTC (permalink / raw)
  To: Jacob Stiffler, Nikhil Devshatwar, meta-arago

On 03/10/19 7:07 PM, Nikhil Devshatwar wrote:
> On 01/10/19 8:36 PM, Jacob Stiffler wrote:
>> NAK
> The reason I posted this patch was to avoid the matrix-gui package in the installer.
> Without this, make all fails because I am not including matrix-gui src ipk in the installer bundle.

Is there any way to avoid packaging the matrix-gui but not fail with make all from installer?

>
> Nikhil D
>>
>>
>> This "matrix-gui" is the html files which provide the gui. They are use on all platforms. Graphics is not needed as you can remotely view matrix from a remote browser.
>>
>> It is the "matrix-gui-browser" which provides to platform QT application.
>>
>>
>> On 10/1/2019 8:44 AM, Nikhil Devshatwar wrote:
>>> Many machines do not support matrix-gui. Remove the Makefile target
>>> matrix-gui from the list of common targets.
>>>
>>> This will ensure that the make all / make install on other machine SDKs
>>> will not cause failures.
>>>
>>> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
>>> ---
>>> .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
>>> index 28b616d..e99821e 100644
>>> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
>>> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
>>> @@ -57,7 +57,8 @@ SRC_URI = "\
>>>     PR = "r102"
>>>   -MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
>>> +MAKEFILES_MATRIX_GUI = "matrix-gui \
>>> +                        matrix-gui-browser \
>>>                           refresh-screen \
>>>                           qt-tstat \
>>>   "
>>> @@ -67,7 +68,6 @@ MAKEFILES_MATRIX_GUI_omapl138 = ""
>>>   MAKEFILES_MATRIX_GUI_j7-evm = ""
>>>     MAKEFILES_COMMON = "linux \
>>> -                    matrix-gui \
>>>                       arm-benchmarks \
>>>                       am-sysinfo \
>>>                       oprofile-example \
>



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

end of thread, other threads:[~2019-10-04 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 12:44 [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets Nikhil Devshatwar
2019-10-01 15:06 ` [EXTERNAL] " Jacob Stiffler
2019-10-03 13:37   ` Nikhil Devshatwar
2019-10-04  9:59     ` Nikhil Devshatwar

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.