From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9D2F9E00A1A; Fri, 29 May 2015 13:08:41 -0700 (PDT) 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 * [198.47.26.152 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 72CBAE00988 for ; Fri, 29 May 2015 13:08:39 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t4TK8chv015180 for ; Fri, 29 May 2015 15:08:38 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4TK8cgG014589 for ; Fri, 29 May 2015 15:08:38 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Fri, 29 May 2015 15:08:38 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4TK8csF031837; Fri, 29 May 2015 15:08:38 -0500 Date: Fri, 29 May 2015 16:08:37 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150529200837.GD16418@edge> References: <1432735838-7207-1-git-send-email-j-stiffler@ti.com> <1432735838-7207-4-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1432735838-7207-4-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 3/4] common-csl-ip.inc: Add source revision for dra7xx. 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: Fri, 29 May 2015 20:08:41 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ack, but please explain below. On Wed, May 27, 2015 at 10:10:37AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > recipes-bsp/common-csl-ip/common-csl-ip.inc | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc > index 1fa34f3..cbf2c3c 100644 > --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc > +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc > @@ -2,9 +2,17 @@ DESCRIPTION = "Chip support library low level interface" > LICENSE = "BSD-3-Clause" > LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" > > -COMPATIBLE_MACHINE = "keystone" > +COMPATIBLE_MACHINE = "keystone|dra7xx" > +PACKAGE_ARCH = "${MACHINE_ARCH}" > + > > BRANCH="master" > -SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" > +BRANCH_dra7xx = "releases/PROCESSOR-SDK.01.00.00" > + > +SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH};destsuffix=${S}" Why do you need destsuffix? > # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A > SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326" > + > +# commit ID corresponds to PROCESSOR-SDK-ALPHA-1 > +SRCREV_dra7xx = "37c5311ddf289f83b1432a9422816722d264bf55" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti