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 48CAA529CB for ; Tue, 24 Feb 2015 04:10:22 +0000 (UTC) Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t1O4AKiI016743 for ; Mon, 23 Feb 2015 22:10:21 -0600 Received: from DBDE72.ent.ti.com (dbdmailx.itg.ti.com [172.24.171.97]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id t1O4AHFn030486 for ; Tue, 24 Feb 2015 09:40:18 +0530 Received: from [172.24.157.220] (172.24.157.220) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 24 Feb 2015 09:40:16 +0530 Message-ID: <54EBF9A7.50706@ti.com> Date: Tue, 24 Feb 2015 09:40:15 +0530 From: Karthik Ramanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1424697513-22767-1-git-send-email-a0393906@ti.com> <20150223211901.GN31287@edge> In-Reply-To: <20150223211901.GN31287@edge> X-Originating-IP: [172.24.157.220] Cc: meta-arago@arago-project.org Subject: Re: [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA 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, 24 Feb 2015 04:10:22 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 24-Feb-15 2:49 AM, Denys Dmytriyenko wrote: > On Mon, Feb 23, 2015 at 06:48:33PM +0530, Karthik Ramanan wrote: >> * Also update dependency to gstreamer 1.0 > > This is all nice and all, but we should coordinate switching gstreamer version > across the board, or else we'll end up with both of them built into rootfs... Denys, GLSDK has already switched to GST 1.0. I take your point, ideally this patch should have been part of the patch set that brings in GStreamer 1.0 and its adaptations. Am planning to push the patches for GStreamer 1.0 support next week. My understanding was that this package/recipe was not being used by other SDK's and so it was fine to update this in the meta-arago. If you think that it should wait, then I will abandon this for now. Regards Karthik > > >> Signed-off-by: Karthik Ramanan >> --- >> .../glsdk-example-apps/glsdk-example-apps.bb | 7 ++++--- >> 1 file changed, 4 insertions(+), 3 deletions(-) >> >> diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb >> index a6b45b8..6598d7d 100644 >> --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb >> +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb >> @@ -3,7 +3,7 @@ HOMEPAGE = "http://git.ti.com/glsdk" >> LICENSE = "BSD" >> LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148" >> >> -DEPENDS = "gstreamer libdrm ti-ipc" >> +DEPENDS = "gstreamer1.0 libdrm ti-ipc" >> >> COMPATIBLE_MACHINE = "dra7xx-evm" >> >> @@ -12,6 +12,7 @@ S = "${WORKDIR}/git" >> inherit autotools pkgconfig >> >> SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git" >> -SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b" >> +SRCREV = "ac71e62ec2bd4c94cd73f24fcf0fc8f4f2876dc8" >> + >> +PR = "r2" >> >> -PR = "r1" >> -- >> 1.7.9.5 >> >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago