From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id 120345299C for ; Tue, 4 Aug 2015 18:24:13 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id t74IOALS022683 for ; Tue, 4 Aug 2015 13:24:10 -0500 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 t74IO9Es014031 for ; Tue, 4 Aug 2015 13:24:10 -0500 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; Tue, 4 Aug 2015 13:24:08 -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 t74IO7kx015921; Tue, 4 Aug 2015 13:24:07 -0500 Message-ID: <55C10347.7090808@ti.com> Date: Tue, 4 Aug 2015 14:24:07 -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: <1438709221-14674-1-git-send-email-j-stiffler@ti.com> <1438709221-14674-2-git-send-email-j-stiffler@ti.com> <20150804174526.GR1040@edge> In-Reply-To: <20150804174526.GR1040@edge> Cc: meta-arago@arago-project.org Subject: Re: [PATCH 2/2] packagegroup-arago-tisdk-matrix: Add accelerated MM demos 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: Tue, 04 Aug 2015 18:24:20 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 8/4/2015 1:45 PM, Denys Dmytriyenko wrote: > On Tue, Aug 04, 2015 at 01:27:01PM -0400, Jacob Stiffler wrote: >> * Add if "mmip" is a feature >> * Remove old mpeg4 demos > What's wrong with the old mpeg4 demos? Can those be used when mmip is not set? > Are those HW accelerated? > I suppose there's nothing wrong with them. Should I add them if mmip is not a feature? Or keep them whether or not mmip is a feature? >> Signed-off-by: Jacob Stiffler >> --- >> .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb >> index 6c4b817..277fca9 100644 >> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb >> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb >> @@ -1,6 +1,6 @@ >> DESCRIPTION = "Task to include Matrix v2" >> LICENSE = "MIT" >> -PR = "r40" >> +PR = "r41" >> >> inherit packagegroup >> >> @@ -89,9 +89,9 @@ MATRIX_APPS_append_ti43x = " \ >> >> MATRIX_APPS_append_omap-a15 = " \ >> matrix-multimedia-demo-aac \ >> - matrix-multimedia-demo-h264dec \ >> - matrix-multimedia-demo-mpeg4aacdec \ >> - matrix-multimedia-demo-mpeg4dec \ >> + ${@base_contains('MACHINE_FEATURES','mmip','matrix-multimedia-demo-ivahdh264dec','matrix-multimedia-demo-h264dec',d)} \ >> + ${@base_contains('MACHINE_FEATURES','mmip','matrix-multimedia-demo-ivahdh264enc','',d)} \ >> + ${@base_contains('MACHINE_FEATURES','mmip','matrix-multimedia-demo-vip-vpe-ivahdmpeg4encdec','',d)} \ >> matrix-gui-generic-pm \ >> matrix-gui-clocks \ >> matrix-gui-pm-demos-governor \ >> -- >> 1.9.1 >> >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago