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 9180D529CF for ; Mon, 7 Mar 2016 22:44:34 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u27MiX99020925; Mon, 7 Mar 2016 16:44:33 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u27MiX5t002612; Mon, 7 Mar 2016 16:44:33 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Mon, 7 Mar 2016 16:44:33 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u27MiX8T024040; Mon, 7 Mar 2016 16:44:33 -0600 Date: Mon, 7 Mar 2016 17:44:17 -0500 From: Denys Dmytriyenko To: "Gou, Hongmei" Message-ID: <20160307224417.GI14393@edge> References: <1457385534-2153-1-git-send-email-denis@denix.org> <2E957F12D11D904590FA9AF86D366BD926B90A8B@DLEE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <2E957F12D11D904590FA9AF86D366BD926B90A8B@DLEE08.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH] tisdk-server-extra-rootfs-image: only add multimedia when alsa is enabled 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: Mon, 07 Mar 2016 22:44:34 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Hongmei, So, why not include packagegroup-*-gst instead if you only need gstreamer? What kind of multimedia there is for Keystone? -- Denys On Mon, Mar 07, 2016 at 10:40:43PM +0000, Gou, Hongmei wrote: > Hi Denys, > > Multimedia/gstreamer packagegroup is needed for all K2 platforms due to the reasons below: > > 1. OpenCV is intended for all K2 platforms, which has dependency on gstreamer > 2. The dsp66 GST plugin (a new feature in the coming Processor SDK 2.0.2 release) is intended for all K2 platforms, which needs gstreamer also > > Thanks, > Hongmei > > > -----Original Message----- > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko > > Sent: Monday, March 07, 2016 4:19 PM > > To: meta-arago@arago-project.org > > Subject: [meta-arago] [PATCH] tisdk-server-extra-rootfs-image: only add > > multimedia when alsa is enabled > > > > From: Denys Dmytriyenko > > > > Signed-off-by: Denys Dmytriyenko > > --- > > .../recipes-core/images/tisdk-server-extra-rootfs-image.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs- > > image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-extra- > > rootfs-image.bb > > index 432f421..51237cb 100644 > > --- a/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs- > > image.bb > > +++ b/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs- > > image.bb > > @@ -3,7 +3,7 @@ require recipes-core/images/tisdk-server-rootfs-image.bb > > IMAGE_INSTALL += "\ > > packagegroup-arago-test-addons \ > > packagegroup-arago-tisdk-addons-extra \ > > - packagegroup-arago-tisdk-multimedia \ > > + ${@base_contains('MACHINE_FEATURES', 'alsa', 'packagegroup-arago- > > tisdk-multimedia', '',d)} \ > > " > > > > export IMAGE_BASENAME = "tisdk-server-extra-rootfs-image" > > -- > > 2.2.0 > > > > _______________________________________________ > > 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