From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AE266E0093F; Thu, 2 Mar 2017 13:11:36 -0800 (PST) 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 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -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 E7A11E0049D for ; Thu, 2 Mar 2017 13:11:27 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v22LBGsE027268 for ; Thu, 2 Mar 2017 15:11:16 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1488489076; bh=/yJ/YhFp08/X3aoXfY7mUIux7NjZTwLKTNn+v35rIaI=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=vFhbIZoKDkRdb8O7TbusE9puxR8cfdWalt9g2O2v8jYu6TKbSibNwRyj5i/wetu1n 140gXi5Ki2m6wkRAOjV/TIaN4jVhJDKPSQOyYbQ4irAQhESBxGZdXvGERCkN5UD1e3 O52smChp0/qpxaeo+OW3tG0WSpRU8YjWgYEpk1fI= Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v22LBB5v017369 for ; Thu, 2 Mar 2017 15:11:11 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Thu, 2 Mar 2017 15:11:11 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v22LBAXJ030305; Thu, 2 Mar 2017 15:11:11 -0600 Date: Thu, 2 Mar 2017 16:11:10 -0500 From: Denys Dmytriyenko To: Message-ID: <20170302211110.GV12614@edge> References: <20170302202503.26165-1-manisha.agrawal@ti.com> MIME-Version: 1.0 In-Reply-To: <20170302202503.26165-1-manisha.agrawal@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM 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: Thu, 02 Mar 2017 21:11:36 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline > [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM Please don't use nested brackets and also don't replace PATCH keyword. In other words, it should be: > [krogoth/morty][PATCH] dual-camera-demo : Video buffers from CMEM On Thu, Mar 02, 2017 at 02:25:03PM -0600, manisha.agrawal@ti.com wrote: > From: Manisha Agrawal > > Update git commit id to pick the source code demonstrating CMEM API > usage for allocating video buffers from CMEM driver. This is to showcase > the CPU access of the video buffers with read and write cache enabled > for optimal CPU performance. Since the CMEM driver support exists only > on AM57x today, modify makefile to include the CMEM library > conditionally only for am57xx-evm platform. > > Signed-off-by: Manisha Agrawal > --- > .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb > index 6c36b98..1d1d836 100644 > --- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb > +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb > @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > DEPENDS += "libdrm" > require recipes-core/matrix/matrix-gui-paths.inc > > -PR = "r16" > +PR = "r17" > > BRANCH = "master" > -SRCREV = "5e250641bfbc8a1a90e5b98527d2012729d54c09" > +SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7" > > SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \ > file://desc_dual-camera.html \ > -- > 2.9.3 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti