All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] weston: Update weston.ini to show top panel
@ 2015-10-09 13:30 Jacob Stiffler
  2015-10-13 17:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Jacob Stiffler @ 2015-10-09 13:30 UTC (permalink / raw)
  To: meta-arago

* This provides a clock along with a shortcut to the weston-terminal

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/recipes-graphics/wayland/weston/weston.ini     | 2 +-
 meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
index 8caa891..615a604 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
+++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
@@ -1,7 +1,7 @@
 [shell]
 locking=false
 animation=zoom
-panel-location=none
+panel-location=top
 startup-animation=fade
 
 [screensaver]
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
index af504b4..fb7cda0 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
@@ -2,7 +2,7 @@
 PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
 PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
 
-PR_append = "-arago6"
+PR_append = "-arago7"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-- 
1.9.1



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

* Re: [PATCH] weston: Update weston.ini to show top panel
  2015-10-09 13:30 [PATCH] weston: Update weston.ini to show top panel Jacob Stiffler
@ 2015-10-13 17:19 ` Denys Dmytriyenko
  2015-10-13 18:22   ` Jacob Stiffler
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2015-10-13 17:19 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Fri, Oct 09, 2015 at 09:30:51AM -0400, Jacob Stiffler wrote:
> * This provides a clock along with a shortcut to the weston-terminal

What was the reason to disable it in the first place?


> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  meta-arago-distro/recipes-graphics/wayland/weston/weston.ini     | 2 +-
>  meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> index 8caa891..615a604 100644
> --- a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> @@ -1,7 +1,7 @@
>  [shell]
>  locking=false
>  animation=zoom
> -panel-location=none
> +panel-location=top
>  startup-animation=fade
>  
>  [screensaver]
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> index af504b4..fb7cda0 100644
> --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> @@ -2,7 +2,7 @@
>  PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
>  PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
>  
> -PR_append = "-arago6"
> +PR_append = "-arago7"
>  
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] weston: Update weston.ini to show top panel
  2015-10-13 17:19 ` Denys Dmytriyenko
@ 2015-10-13 18:22   ` Jacob Stiffler
  2015-10-14 17:26     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Jacob Stiffler @ 2015-10-13 18:22 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago



On 10/13/2015 1:19 PM, Denys Dmytriyenko wrote:
> On Fri, Oct 09, 2015 at 09:30:51AM -0400, Jacob Stiffler wrote:
>> * This provides a clock along with a shortcut to the weston-terminal
> What was the reason to disable it in the first place?

I am not aware of the history, but I traced it back to the commit 
(a46a4617add52cc2c5dd0f605e5ab75bf23e211e), and it was always disabled.

>
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   meta-arago-distro/recipes-graphics/wayland/weston/weston.ini     | 2 +-
>>   meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
>> index 8caa891..615a604 100644
>> --- a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
>> +++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
>> @@ -1,7 +1,7 @@
>>   [shell]
>>   locking=false
>>   animation=zoom
>> -panel-location=none
>> +panel-location=top
>>   startup-animation=fade
>>   
>>   [screensaver]
>> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
>> index af504b4..fb7cda0 100644
>> --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
>> +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
>> @@ -2,7 +2,7 @@
>>   PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
>>   PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
>>   
>> -PR_append = "-arago6"
>> +PR_append = "-arago7"
>>   
>>   FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>>   
>> -- 
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [PATCH] weston: Update weston.ini to show top panel
  2015-10-13 18:22   ` Jacob Stiffler
@ 2015-10-14 17:26     ` Denys Dmytriyenko
  2015-10-14 17:30       ` Jacob Stiffler
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2015-10-14 17:26 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Tue, Oct 13, 2015 at 02:22:30PM -0400, Jacob Stiffler wrote:
> 
> 
> On 10/13/2015 1:19 PM, Denys Dmytriyenko wrote:
> >On Fri, Oct 09, 2015 at 09:30:51AM -0400, Jacob Stiffler wrote:
> >>* This provides a clock along with a shortcut to the weston-terminal
> >What was the reason to disable it in the first place?
> 
> I am not aware of the history, but I traced it back to the commit
> (a46a4617add52cc2c5dd0f605e5ab75bf23e211e), and it was always
> disabled.

No, it wasn't always disabled! It got disabled by the commit you specified.

The commit log says:

* Use ini file to disable unwanted features.

Franklin submitted that change for AM-SDK OOBE, which is now Processor SDK 
OOBE. Hence my question - is top panel wanted or unwanted? :)


> >>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >>---
> >>  meta-arago-distro/recipes-graphics/wayland/weston/weston.ini     | 2 +-
> >>  meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend | 2 +-
> >>  2 files changed, 2 insertions(+), 2 deletions(-)
> >>
> >>diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> >>index 8caa891..615a604 100644
> >>--- a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> >>+++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> >>@@ -1,7 +1,7 @@
> >>  [shell]
> >>  locking=false
> >>  animation=zoom
> >>-panel-location=none
> >>+panel-location=top
> >>  startup-animation=fade
> >>  [screensaver]
> >>diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> >>index af504b4..fb7cda0 100644
> >>--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> >>+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> >>@@ -2,7 +2,7 @@
> >>  PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
> >>  PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
> >>-PR_append = "-arago6"
> >>+PR_append = "-arago7"
> >>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> >>-- 
> >>1.9.1
> >>
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


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

* Re: [PATCH] weston: Update weston.ini to show top panel
  2015-10-14 17:26     ` Denys Dmytriyenko
@ 2015-10-14 17:30       ` Jacob Stiffler
  2015-10-14 17:37         ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Jacob Stiffler @ 2015-10-14 17:30 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago



On 10/14/2015 1:26 PM, Denys Dmytriyenko wrote:
> On Tue, Oct 13, 2015 at 02:22:30PM -0400, Jacob Stiffler wrote:
>>
>> On 10/13/2015 1:19 PM, Denys Dmytriyenko wrote:
>>> On Fri, Oct 09, 2015 at 09:30:51AM -0400, Jacob Stiffler wrote:
>>>> * This provides a clock along with a shortcut to the weston-terminal
>>> What was the reason to disable it in the first place?
>> I am not aware of the history, but I traced it back to the commit
>> (a46a4617add52cc2c5dd0f605e5ab75bf23e211e), and it was always
>> disabled.
> No, it wasn't always disabled! It got disabled by the commit you specified.
>
> The commit log says:
>
> * Use ini file to disable unwanted features.

This appeared to be the initial commit for the ini.

>
> Franklin submitted that change for AM-SDK OOBE, which is now Processor SDK
> OOBE. Hence my question - is top panel wanted or unwanted? :)

I am not sure of the history for why it was disabled, but the top panel 
is desired so that there is a way to interact with the EVM (besides the 
serial/ssh) if matrix is terminated.

>
>>>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>>>> ---
>>>>   meta-arago-distro/recipes-graphics/wayland/weston/weston.ini     | 2 +-
>>>>   meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend | 2 +-
>>>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
>>>> index 8caa891..615a604 100644
>>>> --- a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
>>>> +++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
>>>> @@ -1,7 +1,7 @@
>>>>   [shell]
>>>>   locking=false
>>>>   animation=zoom
>>>> -panel-location=none
>>>> +panel-location=top
>>>>   startup-animation=fade
>>>>   [screensaver]
>>>> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
>>>> index af504b4..fb7cda0 100644
>>>> --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
>>>> +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
>>>> @@ -2,7 +2,7 @@
>>>>   PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
>>>>   PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
>>>> -PR_append = "-arago6"
>>>> +PR_append = "-arago7"
>>>>   FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>>>> -- 
>>>> 1.9.1
>>>>
>>>> _______________________________________________
>>>> meta-arago mailing list
>>>> meta-arago@arago-project.org
>>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [PATCH] weston: Update weston.ini to show top panel
  2015-10-14 17:30       ` Jacob Stiffler
@ 2015-10-14 17:37         ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2015-10-14 17:37 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Wed, Oct 14, 2015 at 01:30:54PM -0400, Jacob Stiffler wrote:
> 
> 
> On 10/14/2015 1:26 PM, Denys Dmytriyenko wrote:
> >On Tue, Oct 13, 2015 at 02:22:30PM -0400, Jacob Stiffler wrote:
> >>
> >>On 10/13/2015 1:19 PM, Denys Dmytriyenko wrote:
> >>>On Fri, Oct 09, 2015 at 09:30:51AM -0400, Jacob Stiffler wrote:
> >>>>* This provides a clock along with a shortcut to the weston-terminal
> >>>What was the reason to disable it in the first place?
> >>I am not aware of the history, but I traced it back to the commit
> >>(a46a4617add52cc2c5dd0f605e5ab75bf23e211e), and it was always
> >>disabled.
> >No, it wasn't always disabled! It got disabled by the commit you specified.
> >
> >The commit log says:
> >
> >* Use ini file to disable unwanted features.
> 
> This appeared to be the initial commit for the ini.
> 
> >
> >Franklin submitted that change for AM-SDK OOBE, which is now Processor SDK
> >OOBE. Hence my question - is top panel wanted or unwanted? :)
> 
> I am not sure of the history for why it was disabled, but the top
> panel is desired so that there is a way to interact with the EVM
> (besides the serial/ssh) if matrix is terminated.

That was exactly my point back then, as I liked the feature myself and used it 
a lot for testing. But I was told OOBE trumps functionality (paraphrasing)...
Anyway, just wanted to know what the flip-flopping is about, never mind, I'll 
take it.


> >>>>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >>>>---
> >>>>  meta-arago-distro/recipes-graphics/wayland/weston/weston.ini     | 2 +-
> >>>>  meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend | 2 +-
> >>>>  2 files changed, 2 insertions(+), 2 deletions(-)
> >>>>
> >>>>diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> >>>>index 8caa891..615a604 100644
> >>>>--- a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> >>>>+++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
> >>>>@@ -1,7 +1,7 @@
> >>>>  [shell]
> >>>>  locking=false
> >>>>  animation=zoom
> >>>>-panel-location=none
> >>>>+panel-location=top
> >>>>  startup-animation=fade
> >>>>  [screensaver]
> >>>>diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> >>>>index af504b4..fb7cda0 100644
> >>>>--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> >>>>+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
> >>>>@@ -2,7 +2,7 @@
> >>>>  PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
> >>>>  PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
> >>>>-PR_append = "-arago6"
> >>>>+PR_append = "-arago7"
> >>>>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> >>>>-- 
> >>>>1.9.1
> >>>>
> >>>>_______________________________________________
> >>>>meta-arago mailing list
> >>>>meta-arago@arago-project.org
> >>>>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


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

end of thread, other threads:[~2015-10-14 17:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-09 13:30 [PATCH] weston: Update weston.ini to show top panel Jacob Stiffler
2015-10-13 17:19 ` Denys Dmytriyenko
2015-10-13 18:22   ` Jacob Stiffler
2015-10-14 17:26     ` Denys Dmytriyenko
2015-10-14 17:30       ` Jacob Stiffler
2015-10-14 17:37         ` Denys Dmytriyenko

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.