From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3AC4BE00716; Fri, 16 May 2014 11:50:53 -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=-3.7 required=5.0 tests=RCVD_IN_DNSWL_HI,RDNS_NONE 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.40 listed in list.dnswl.org] * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from arroyo.ext.ti.com (unknown [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B395CE006EC for ; Fri, 16 May 2014 11:50:47 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s4GIok1t003264 for ; Fri, 16 May 2014 13:50:46 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id s4GIokM3015148 for ; Fri, 16 May 2014 13:50:46 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.174.1; Fri, 16 May 2014 13:50:46 -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 s4GIokeC027555; Fri, 16 May 2014 13:50:46 -0500 Date: Fri, 16 May 2014 14:50:46 -0400 From: Denys Dmytriyenko To: Sam Nelson Message-ID: <20140516185046.GD18053@edge> References: <1400264234-24709-1-git-send-email-sam.nelson@ti.com> MIME-Version: 1.0 In-Reply-To: <1400264234-24709-1-git-send-email-sam.nelson@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] cmem: Update to new version of cmem 4.0.2.11 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, 16 May 2014 18:50:53 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, May 16, 2014 at 02:17:14PM -0400, Sam Nelson wrote: > - updated PR prefix to be common That's not how you do it. The -mod part will work, although the PR would need to be bumped in the .inc file, not the mod. But the main cmem recipe will change from -r0+gitr... to -b+gitr... Historically, we used PRINC or INC_PR mechanisms. Either of those, as well as PR on its own, are no going away. Unfortunately, you are still staying with Dylan, so it may be still possible to use one of the PRINC or INC_PR... -- Denys > - Updated license file checksum > - Updated SRCREV commit Id > > Signed-off-by: Sam Nelson > --- > recipes-bsp/cmem/cmem-mod_git.bb | 2 +- > recipes-bsp/cmem/cmem.inc | 8 +++++--- > recipes-bsp/cmem/cmem_git.bb | 2 +- > 3 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb > index 2bdf9c0..f926fef 100644 > --- a/recipes-bsp/cmem/cmem-mod_git.bb > +++ b/recipes-bsp/cmem/cmem-mod_git.bb > @@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace" > include cmem.inc > > # This package builds a kernel module, use kernel PR as base and append a local > -MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" > +MACHINE_KERNEL_PR_append = "${CMEM_PR_PREFIX}+gitr${SRCPV}" > PR = "${MACHINE_KERNEL_PR}" > > inherit module > diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc > index 7927839..ef57bb5 100644 > --- a/recipes-bsp/cmem/cmem.inc > +++ b/recipes-bsp/cmem/cmem.inc > @@ -1,11 +1,13 @@ > HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" > > LICENSE = "GPLv2" > -LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=b86138d4028fb8310b3b983024edc620" > +LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" > > BRANCH ?= "master" > -# This corresponds to version 4.00.01.08 > -SRCREV = "0b68dfe9f155a1978cdb2178e052dc0d6f1e705b" > +# This corresponds to version 4.00.02.11 > +SRCREV = "317792d2c18c1144401e2aee689aadebbd3a9b12" > +CMEM_PR_PREFIX = "b" > +PV="4.0.2.11" > > SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" > > diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb > index b633d74..2382451 100644 > --- a/recipes-bsp/cmem/cmem_git.bb > +++ b/recipes-bsp/cmem/cmem_git.bb > @@ -4,7 +4,7 @@ include cmem.inc > > RDEPENDS_${PN} = "cmem-mod" > > -PR = "r0+gitr${SRCPV}" > +PR = "${CMEM_PR_PREFIX}+gitr${SRCPV}" > > PACKAGES =+ "${PN}-test" > > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti