From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 306C752A19 for ; Fri, 23 Aug 2013 20:26:36 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r7NKQZli018244; Fri, 23 Aug 2013 15:26:35 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r7NKQZIr021596; Fri, 23 Aug 2013 15:26:35 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Fri, 23 Aug 2013 15:26:35 -0500 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 r7NKQZn0017829; Fri, 23 Aug 2013 15:26:35 -0500 Date: Fri, 23 Aug 2013 16:26:34 -0400 From: Denys Dmytriyenko To: "Maupin, Chase" Message-ID: <20130823202634.GD27308@edge> References: <1377289002-20230-1-git-send-email-denis@denix.org> <1377289002-20230-3-git-send-email-denis@denix.org> <7D46E86EC0A8354091174257B2FED101596DF291@DLEE11.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <7D46E86EC0A8354091174257B2FED101596DF291@DLEE11.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV 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: Fri, 23 Aug 2013 20:26:36 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Aug 23, 2013 at 08:24:19PM +0000, Maupin, Chase wrote: > >-----Original Message----- > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko > >Sent: Friday, August 23, 2013 3:17 PM > >To: meta-arago@arago-project.org > >Subject: [meta-arago] [PATCH 3/4] linux-ti-staging: enable > >LOCALVERSION and AUTOREV > > > >From: Denys Dmytriyenko > > > >Signed-off-by: Denys Dmytriyenko > >--- > > .../linux/linux-ti-staging_git.bbappend | 19 > >+++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > create mode 100644 meta-arago-distro/recipes-kernel/linux/linux- > >ti-staging_git.bbappend > > > >diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti- > >staging_git.bbappend b/meta-arago-distro/recipes- > >kernel/linux/linux-ti-staging_git.bbappend > >new file mode 100644 > >index 0000000..a0a777c > >--- /dev/null > >+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti- > >staging_git.bbappend > >@@ -0,0 +1,19 @@ > >+MACHINE_KERNEL_PR_append = "-arago0" > >+ > >+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" > >+ > >+require copy-defconfig.inc > >+ > >+SRCREV = "${AUTOREV}" > >+ > >+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', > >True).partition('+')[2][0:7]}" > >+ > >+# The below lines are overlayed until the LOCALVERSION change is > >merged into > >+# the oe-core danny branch. Update: not coming to danny, keep > >until dylan. > > Dylan is here. Still needed? Right, update: still not in dylan, RP didn't like it... > >+kernel_do_configure_prepend() { > >+ if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ] > >+ then > >+ echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion > >+ echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion > >+ fi > >+} > >-- > >1.8.3.2 > > > >_______________________________________________ > >meta-arago mailing list > >meta-arago@arago-project.org > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago