Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-sles10.target.in
index 6ac2e0f..02908c0 100644 (file)
@@ -1,27 +1,36 @@
 lnxmaj="2.6.16"
-lnxrel="54-0.2.5"
+lnxmin=".60"
+# when we fix up this lnxmaj/lnxmin/lnxrel business...
+#lnxrel="0.33"
+# and note that this means we get rid of the EXTRA_VERSION_DELIMITER crap!!
+lnxrel="60-0.37_f594963d"
 
+# this is the delimeter that goes between $lnxmaj and $lnxrel
+# defaults to "-"
 EXTRA_VERSION_DELIMITER="."
 
-KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2
+# this is the delimeter that goes before the "smp" at the end of the version
+# defaults to empty
+TARGET_DELIMITER="-"
+
+KERNEL_SRPM=kernel-source-$lnxmaj.$lnxrel.src.rpm
 SERIES=2.6-sles10.series
 VERSION=$lnxmaj
 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
 LUSTRE_VERSION=@VERSION@
-RHBUILD=0
-LINUX26=1
-# No /boot/Kerntypes* in SLES10
-SUSEBUILD=0
 
-BASE_ARCHS="i686 ppc x86_64 ia64"
+OFED_VERSION=1.4.1-rc6
+
+BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
 BIGMEM_ARCHS=""
 BOOT_ARCHS=""
 JENSEN_ARCHS=""
-SMP_ARCHS="x86_64 ia64"
+SMP_ARCHS="x86_64 ia64 ppc64"
 BIGSMP_ARCHS="i686"
 PSERIES64_ARCHS="ppc"
 UP_ARCHS=""
 SRC_ARCHS=""
+#RPMSMPTYPE="smp"
 
 for cc in gcc ; do
     if which $cc >/dev/null 2>/dev/null ; then