aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-12 14:59:22 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-12 14:59:22 +0000
commit03dc7c2febb658da3fb7bf0b814e69c098d56bce (patch)
tree3a2d2c01bd9a6b902c5e4866ebadbebef00d3c30 /buildconfigs
parent3eae93972b9e0b74e3060603d29eebec7d89d14a (diff)
downloadxen-03dc7c2febb658da3fb7bf0b814e69c098d56bce.tar.gz
xen-03dc7c2febb658da3fb7bf0b814e69c098d56bce.tar.bz2
xen-03dc7c2febb658da3fb7bf0b814e69c098d56bce.zip
[BUILD] Disable LOCALVERSION_AUTO in upstream Linux builds.
If this option is enabled then the Xen mercurial version ID gets tacked onto the kernel version (e.g. 2.6.24-git22-hg2593b69b183b) which is unlikely to be useful or desirable. All the trees which we build using this method already have uniquely identifying versions (e.g. 2.6.24-git22 or 2.6.24-mm1). Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/enable-xen-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config
index 1d40aca3e5..75f648eab6 100644
--- a/buildconfigs/enable-xen-config
+++ b/buildconfigs/enable-xen-config
@@ -37,6 +37,7 @@ setopt CONFIG_XEN_BLKDEV_FRONTEND y
setopt CONFIG_XEN_NETDEV_FRONTEND y
setopt CONFIG_HVC_XEN y
setopt CONFIG_NUMA n
+setopt CONFIG_LOCALVERSION_AUTO n
case ${XEN_TARGET_ARCH} in
x86_32) setopt CONFIG_64BIT n ;;