From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 75DB352A1B for ; Wed, 14 Oct 2015 17:27:08 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t9EHR5gs020690 for ; Wed, 14 Oct 2015 12:27:05 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9EHR5kk009234 for ; Wed, 14 Oct 2015 12:27:05 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Wed, 14 Oct 2015 12:27:03 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9EHR2Dc024950; Wed, 14 Oct 2015 12:27:02 -0500 Date: Wed, 14 Oct 2015 13:26:47 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20151014172646.GM28164@edge> References: <1444397451-19915-1-git-send-email-j-stiffler@ti.com> <20151013171938.GH28164@edge> <561D4BE6.6010404@ti.com> MIME-Version: 1.0 In-Reply-To: <561D4BE6.6010404@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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:27:14 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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 > >>--- > >> 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 >