All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and	AUTOREV
Date: Fri, 23 Aug 2013 16:36:05 -0400	[thread overview]
Message-ID: <20130823203605.GG27308@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED101596DF417@DLEE11.ent.ti.com>

On Fri, Aug 23, 2013 at 04:30:38PM -0400, Maupin, Chase wrote:
> 
> >-----Original Message-----
> >From: Dmytriyenko, Denys
> >Sent: Friday, August 23, 2013 3:27 PM
> >To: Maupin, Chase
> >Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
> >LOCALVERSION and AUTOREV
> >
> >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 <denys@ti.com>
> >> >
> >> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >> >---
> >> > .../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...
> 
> I remember that note now.  But it was about for 1.4 release. Is he willing 
> to take that update for the next release after dylan?  Or was there 
> something else he was concerned about?

We can try re-submitting it again. But last time we wasn't happy touching 
.scmversion file...


> >> >+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


  reply	other threads:[~2013-08-23 20:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-23 20:16 [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
2013-08-23 20:16 ` [PATCH 2/4] toolchain-linaro.inc: set default tunes " Denys Dmytriyenko
2013-08-23 20:23   ` Maupin, Chase
2013-08-23 20:16 ` [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV Denys Dmytriyenko
2013-08-23 20:24   ` Maupin, Chase
2013-08-23 20:26     ` Denys Dmytriyenko
2013-08-23 20:30       ` Maupin, Chase
2013-08-23 20:36         ` Denys Dmytriyenko [this message]
2013-08-23 20:37           ` Denys Dmytriyenko
2013-08-23 20:16 ` [PATCH 4/4] u-boot-ti-staging: " Denys Dmytriyenko
2013-08-23 20:24   ` Maupin, Chase
2013-08-23 20:28     ` Denys Dmytriyenko
2013-08-23 20:17 ` [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
2013-08-23 20:23   ` Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130823203605.GG27308@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.