From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 06E88E00897; Thu, 5 Feb 2015 07:14:53 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B3972E00829 for ; Thu, 5 Feb 2015 07:14:48 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id t15FEl5I012513 for ; Thu, 5 Feb 2015 09:14:47 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t15FEkRq008560 for ; Thu, 5 Feb 2015 09:14:46 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Thu, 5 Feb 2015 09:14:46 -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 t15FEktE014440; Thu, 5 Feb 2015 09:14:46 -0600 Date: Thu, 5 Feb 2015 10:14:46 -0500 From: Denys Dmytriyenko To: Karthik Ramanan Message-ID: <20150205151445.GD9943@edge> References: <1423131050-13022-1-git-send-email-a0393906@ti.com> MIME-Version: 1.0 In-Reply-To: <1423131050-13022-1-git-send-email-a0393906@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: vpe-tests: Add DEPENDS for the recipe 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, 05 Feb 2015 15:14:53 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Feb 05, 2015 at 03:40:50PM +0530, Karthik Ramanan wrote: > Signed-off-by: Karthik Ramanan > --- > recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb > index a8ee7f8..ee91dea 100644 > --- a/recipes-bsp/vpe-tests/vpe-tests_git.bb > +++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb > @@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program" > LICENSE = "BSD" > LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" > > +DEPENDS = "virtual/kernel" Should it also RDEPENDS on vpdma-fw? > +PR="r1" > + > COMPATIBLE_MACHINE = "dra7xx" > > SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti