From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 1676D52A77 for ; Fri, 13 Mar 2015 03:01:31 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t2D31T1Y018549 for ; Thu, 12 Mar 2015 22:01:29 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t2D31SXv016010 for ; Thu, 12 Mar 2015 22:01:28 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Thu, 12 Mar 2015 22:01:28 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t2D31R8F030614; Thu, 12 Mar 2015 22:01:28 -0500 Date: Thu, 12 Mar 2015 23:01:26 -0400 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20150313030125.GR24885@edge> References: <1426189582-16812-1-git-send-email-j-stiffler@ti.com> <20150312195415.GP24885@edge> <8F29D6B095ED194EA1980491A5E029710C843A24@DFLE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C843A24@DFLE08.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH v2 0/4] Implment the wayland DISTRO_FEATURE. 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: Fri, 13 Mar 2015 03:01:32 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Mar 12, 2015 at 04:20:02PM -0400, Cooper Jr., Franklin wrote: > The patch set looks great. > > The only issue I see is what happens when a user wants to use Qt 4. I don't > think Qt 4 and wayland works together so we should have a check to not > include Wayland if Qt 4 is being used. Thoughts? Yeah, we may need an additional check, but it won't block this set. > > -----Original Message----- > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys > > Sent: Thursday, March 12, 2015 2:54 PM > > To: Stiffler, Jacob > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH v2 0/4] Implment the wayland > > DISTRO_FEATURE. > > > > Looks good, thanks. > > > > On Thu, Mar 12, 2015 at 03:46:18PM -0400, Jacob Stiffler wrote: > > > * Only include wayland, weston, and example packages if 'wayland' is a > > > DISTRO_FEATURE. > > > * By default, if 'screen' is a MACHINE_FEATURE, then add 'wayland' as a > > > DISTRO_FEATURE. > > > * Configure qt5 to use wayland if it is a DISTRO_FEATURE, otherwise use > > eglfs. > > > * Add processor-sdk brand to remove wayland from DISTRO_EFATURES for > > the ti33x > > > and ti43x soc families. > > > > > > > > > Jacob Stiffler (4): > > > arago.conf: Include wayland in DISTRO_FEATURES by default. > > > packagegroup-*: Include wayland/weston if specified in > > > DISTRO_FEATURES. > > > qtbase: Use DISTRO_FEATURES to set appropriate qpa. > > > branding-processor-sdk: Add processor-sdk brand. > > > > > > meta-arago-distro/conf/distro/arago.conf | 2 +- > > > .../conf/distro/include/branding-processor-sdk.inc | 35 > > ++++++++++++++++++++ > > > .../packagegroups/packagegroup-arago-qte.bb | 4 +-- > > > .../packagegroup-arago-tisdk-graphics.bb | 4 +-- > > > .../packagegroups/packagegroup-arago-tisdk-qte.bb | 4 +-- > > > .../packagegroups/packagegroup-linaro-tc-test.bb | 5 +-- > > > meta-arago-distro/recipes-qt/qt5/qtbase/qt_env.sh | 1 - > > > .../recipes-qt/qt5/qtbase_5.4.1.bbappend | 4 +-- > > > 8 files changed, 47 insertions(+), 12 deletions(-) create mode > > > 100644 > > > meta-arago-distro/conf/distro/include/branding-processor-sdk.inc > > > > > > -- > > > v2: Change order of patches. > > > > > > 1.7.9.5 > > > > > > _______________________________________________ > > > meta-arago mailing list > > > meta-arago@arago-project.org > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago