X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Ftargets%2F2.6-sles10.target.in;h=60261c6bbe39a922dc430e9b4249e78e51f4dda7;hb=1b596add13d67aa580eba6688ae55348ff2a99d6;hp=3117b85b38106ed2323203c8f8258062dece0ae7;hpb=4d7f26cf6357dc9b975291907d78816fa7cc168b;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/targets/2.6-sles10.target.in b/lustre/kernel_patches/targets/2.6-sles10.target.in index 3117b85..60261c6 100644 --- a/lustre/kernel_patches/targets/2.6-sles10.target.in +++ b/lustre/kernel_patches/targets/2.6-sles10.target.in @@ -1,27 +1,36 @@ lnxmaj="2.6.16" -lnxrel="53-0.8" +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.39.3" +# 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