From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id BC51252A1B for ; Wed, 14 Oct 2015 17:30:55 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t9EHUtDj024844 for ; Wed, 14 Oct 2015 12:30:55 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9EHUtjL010866 for ; Wed, 14 Oct 2015 12:30:55 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Wed, 14 Oct 2015 12:30:55 -0500 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9EHUsJ4020850; Wed, 14 Oct 2015 12:30:54 -0500 Message-ID: <561E914E.7050203@ti.com> Date: Wed, 14 Oct 2015 13:30:54 -0400 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1444397451-19915-1-git-send-email-j-stiffler@ti.com> <20151013171938.GH28164@edge> <561D4BE6.6010404@ti.com> <20151014172646.GM28164@edge> In-Reply-To: <20151014172646.GM28164@edge> Cc: meta-arago@arago-project.org Subject: Re: [PATCH] weston: Update weston.ini to show top panel X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 17:30:56 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit 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 >>>> --- >>>> 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