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.