From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [198.47.19.11]) by arago-project.org (Postfix) with ESMTPS id 319455299F for ; Tue, 21 Jun 2016 01:12:46 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id u5L1CjrU009026 for ; Mon, 20 Jun 2016 20:12:45 -0500 Received: from dbdlxv05.itg.ti.com (dbdlxv05.itg.ti.com [172.24.171.60]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u5L1CiPO023852 for ; Mon, 20 Jun 2016 20:12:45 -0500 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 u5L1Chfm018753 for ; Tue, 21 Jun 2016 06:42:43 +0530 Received: from [172.22.218.66] (172.22.218.66) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server id 14.3.294.0; Tue, 21 Jun 2016 06:42:41 +0530 To: Denys Dmytriyenko References: <1465821936-2658-1-git-send-email-a0393906@ti.com> <1465821936-2658-2-git-send-email-a0393906@ti.com> <20160620211010.GF2177@edge> From: Karthik Ramanan Message-ID: <57689489.3060400@ti.com> Date: Tue, 21 Jun 2016 06:42:41 +0530 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160620211010.GF2177@edge> X-Originating-IP: [172.22.218.66] Cc: meta-arago@arago-project.org Subject: Re: [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 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, 21 Jun 2016 01:12:46 -0000 Content-Type: multipart/alternative; boundary="------------090504070906040407020504" --------------090504070906040407020504 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Denys, On 21-Jun-16 2:40 AM, Denys Dmytriyenko wrote: > On Mon, Jun 13, 2016 at 06:15:35PM +0530, Karthik Ramanan wrote: >> Signed-off-by: Karthik Ramanan >> --- >> .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb | 11 ++++++++--- >> 1 file changed, 8 insertions(+), 3 deletions(-) >> >> diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb >> index 11ec8f9..7b24eeb 100644 >> --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb >> +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb >> @@ -4,7 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" >> >> require gstreamer1.0-plugins-ti.inc >> >> -PR = "${INC_PR}.4" >> -SRCREV = "b2afa71ef76518ef8d368c6669c94d823e7972ba" >> +PR = "${INC_PR}.11" >> +SRCREV = "be329c73f19f48faec3d2c323532ba1ec1d22395" >> >> -SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git" >> +BRANCH ?= "master" >> + >> +SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \ >> + " >> + >> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > What is the need for this? ^^^ > This is a place holder to allow us to overlay private patches in the future. --------------090504070906040407020504 Content-Type: text/html; charset="windows-1252" Content-Transfer-Encoding: 7bit Denys,

On 21-Jun-16 2:40 AM, Denys Dmytriyenko wrote:
On Mon, Jun 13, 2016 at 06:15:35PM +0530, Karthik Ramanan wrote:
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb         | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index 11ec8f9..7b24eeb 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -4,7 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 require gstreamer1.0-plugins-ti.inc
 
-PR = "${INC_PR}.4"
-SRCREV = "b2afa71ef76518ef8d368c6669c94d823e7972ba"
+PR = "${INC_PR}.11"
+SRCREV = "be329c73f19f48faec3d2c323532ba1ec1d22395"
 
-SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git"
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \
+          "
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
What is the need for this? ^^^

This is a place holder to allow us to overlay private patches in the future.

--------------090504070906040407020504--