From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by arago-project.org (Postfix) with ESMTPS id 1BB9652976 for ; Mon, 26 Feb 2018 20:42:04 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id w1QKfWTq019763 for ; Mon, 26 Feb 2018 14:41:32 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1519677692; bh=83PrmNN67XOWuBxjO1lUQeYmXGKtCETHY5t/JQcX+WM=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=TwA2rCCHD5/Pvmxh5+N8uBN2GVemxEhlMcYFfwRYmO/G2dBhWu0Edi+HrHuZCK7I/ /bfhByVfSyS47NP6FjyiZlyoeN8UzbIX/SIWunFQBuzWNxa8lewf3mswnEoXeSt6Uh 5twUBVvH8wve4V+6CpkYq51XZYS4QKh57ud9Djic= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1QKfWEj024311 for ; Mon, 26 Feb 2018 14:41:32 -0600 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Mon, 26 Feb 2018 14:41:31 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Mon, 26 Feb 2018 14:41:31 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1QKfVv8028773; Mon, 26 Feb 2018 14:41:31 -0600 Date: Mon, 26 Feb 2018 15:41:31 -0500 From: Denys Dmytriyenko To: Hongmei Gou Message-ID: <20180226204130.GG12117@edge> References: <1519676239-31976-1-git-send-email-a0271529@ti.com> MIME-Version: 1.0 In-Reply-To: <1519676239-31976-1-git-send-email-a0271529@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [morty/rocko/master] [PATCH v2] dual-camera-demo: bump SRCREV and update dependency 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: Mon, 26 Feb 2018 20:42:04 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, Feb 26, 2018 at 03:17:19PM -0500, Hongmei Gou wrote: > * Support run-time selection of cmem vs. omapdrm memory > * Add dependency on cmem > > Signed-off-by: Hongmei Gou Tested-by: Denys Dmytriyenko > --- > V2 change: > * Add dependency on cmem > > .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 1d1d836..15a71af 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 > @@ -4,13 +4,13 @@ SECTION = "multimedia" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > > -DEPENDS += "libdrm" > +DEPENDS += "libdrm cmem" > require recipes-core/matrix/matrix-gui-paths.inc > > -PR = "r17" > +PR = "r18" > > BRANCH = "master" > -SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7" > +SRCREV = "3546c21b17fa5f54b6ac6259b56e9a6f23b4e8b1" > > SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \ > file://desc_dual-camera.html \ > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago