From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 695D1E00C2C; Mon, 31 Jul 2017 11:14:54 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.19.16 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C8992E00BAF for ; Mon, 31 Jul 2017 11:14:53 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v6VIEhNS006438 for ; Mon, 31 Jul 2017 13:14:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1501524883; bh=tuWdlzlge1s4m9+X365CDPt9/G12ERKrk+sPUIOa674=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=SO/VsuDD8EajZAHDBQgksshwBOeUScjKOQsjyKCVXYh3LC62rkq8R8HowqMS3TW/b B3SE8gyQFGWKbL98IDlbg/hqQvpOWErKjOYQTBK+5TG97SRkATot6yUW8NAvP0wIqS d43H/Dfh1yaUgYUJNHU/yJTpmS3WOFp0Yr770vvo= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v6VIEcUR003813 for ; Mon, 31 Jul 2017 13:14:38 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 31 Jul 2017 13:14:37 -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 v6VIEaqx006693; Mon, 31 Jul 2017 13:14:37 -0500 Date: Mon, 31 Jul 2017 14:14:32 -0400 From: Denys Dmytriyenko To: Karthik Ramanan Message-ID: <20170731181431.GH18367@edge> References: <1501499585-100353-1-git-send-email-a0393906@ti.com> MIME-Version: 1.0 In-Reply-To: <1501499585-100353-1-git-send-email-a0393906@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [morty] libdce: Update PV and SRCREV X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 18:14:54 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Please make version upgrades as diffs by passing -C/-M On Mon, Jul 31, 2017 at 04:43:05PM +0530, Karthik Ramanan wrote: > Updates to dce_test to print additional > extendedError for VC1 and MPEG2 > > Signed-off-by: Karthik Ramanan > --- > recipes-multimedia/libdce/libdce_3.00.12.00.bb | 15 --------------- > recipes-multimedia/libdce/libdce_3.00.13.00.bb | 15 +++++++++++++++ > 2 files changed, 15 insertions(+), 15 deletions(-) > delete mode 100644 recipes-multimedia/libdce/libdce_3.00.12.00.bb > create mode 100644 recipes-multimedia/libdce/libdce_3.00.13.00.bb > > diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb b/recipes-multimedia/libdce/libdce_3.00.12.00.bb > deleted file mode 100644 > index 1a2c104..0000000 > --- a/recipes-multimedia/libdce/libdce_3.00.12.00.bb > +++ /dev/null > @@ -1,15 +0,0 @@ > -DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" > -LICENSE = "BSD" > -LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" > - > -inherit autotools pkgconfig > - > -DEPENDS = "libdrm ti-ipc" > - > -SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" > -SRCREV = "398dd27e7f3181fff9e3d910b418c69f1493f52f" > - > -PR = "r4" > - > -S = "${WORKDIR}/git" > -EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" > diff --git a/recipes-multimedia/libdce/libdce_3.00.13.00.bb b/recipes-multimedia/libdce/libdce_3.00.13.00.bb > new file mode 100644 > index 0000000..e2f3c28 > --- /dev/null > +++ b/recipes-multimedia/libdce/libdce_3.00.13.00.bb > @@ -0,0 +1,15 @@ > +DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" > + > +inherit autotools pkgconfig > + > +DEPENDS = "libdrm ti-ipc" > + > +SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" > +SRCREV = "75810b7bb53d2d076a96c2d1e2f8c61b3c12cb6b" > + > +PR = "r5" > + > +S = "${WORKDIR}/git" > +EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti