From 03dc7c2febb658da3fb7bf0b814e69c098d56bce Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 12 Feb 2008 14:59:22 +0000 Subject: [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 --- buildconfigs/enable-xen-config | 1 + 1 file changed, 1 insertion(+) (limited to 'buildconfigs/enable-xen-config') 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 ;; -- cgit v1.2.3