Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1506215

[PATCH 2/5] ARM: davinci: Don't append git rev to local version

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject [PATCH 2/5] ARM: davinci: Don't append git rev to local version
Date 2016-10-21 20:40 +0200
Message-ID <suMTw-Zb-9@gated-at.bofh.it> (permalink)
References <suMTw-Zb-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


In the davinci default configuration, don't append the git revision to
the local kernel version by. This seems like the more desirable default
value.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index a2f89a3..9254609 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -1,3 +1,4 @@
+# CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 2/5] ARM: davinci: Don't append git rev to local version David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200
  Re: [PATCH 2/5] ARM: davinci: Don't append git rev to local version Sekhar Nori <nsekhar@ti.com> - 2016-10-24 13:40 +0200
    Re: [PATCH 2/5] ARM: davinci: Don't append git rev to local version David Lechner <david@lechnology.com> - 2016-10-24 17:20 +0200
      Re: [PATCH 2/5] ARM: davinci: Don't append git rev to local version Sekhar Nori <nsekhar@ti.com> - 2016-10-26 13:00 +0200
        Re: [PATCH 2/5] ARM: davinci: Don't append git rev to local version David Lechner <david@lechnology.com> - 2016-10-26 17:50 +0200

csiph-web