X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Ftargets%2F2.6-sles10.target.in;h=b179eeb8265c0606a965dff415f5fa9f07bdb959;hb=16f4dad43330e9310f63c4a8c4be760dfea883c1;hp=4dc2ba443b4759077fb9f91e6cdbad3185676c07;hpb=f8aa0b6e232adb1f82ca2de901f88d339ee41d54;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 4dc2ba4..b179eeb 100644 --- a/lustre/kernel_patches/targets/2.6-sles10.target.in +++ b/lustre/kernel_patches/targets/2.6-sles10.target.in @@ -1,25 +1,39 @@ lnxmaj="2.6.16" -lnxrel="46-0.14" +lnxmin=".60" +lnxrel="0.69.1" +# use this when there is an "RPM fix" which means that the name of the +# (source) RPM has been updated but the version of the kernel inside the +# RPM is not also updated +rpmfix="" -KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2 +# this is the delimeter that goes before the "smp" at the end of the version +# defaults to empty +FLAVOR_DELIMITER="-" + +KERNEL_SRPM=kernel-source-${lnxmaj}${lnxmin}-${lnxrel}${rpmfix}.src.rpm SERIES=2.6-sles10.series VERSION=$lnxmaj -EXTRA_VERSION="${lnxrel}_lustre.@VERSION@" +EXTRA_VERSION="${lnxmin#.}-${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=inkernel +# if using "inkernel" on sles10, we need to know which version of ofed-devel +# to use +OFED_DEVEL_VERSION="1.4.2-0.8.4.1682.0.PTF.578796" +RDAC_VERSION="09.03.0C02.0013" +MPTLINUX_VERSION="4.18.20.04" + +BASE_ARCHS="i686 ppc x86_64 ia64 ppc64" BIGMEM_ARCHS="" BOOT_ARCHS="" JENSEN_ARCHS="" SMP_ARCHS="x86_64 ia64" BIGSMP_ARCHS="i686" PSERIES64_ARCHS="ppc" +PPC64_ARCHS="ppc64" UP_ARCHS="" SRC_ARCHS="" +#RPMSMPTYPE="smp" for cc in gcc ; do if which $cc >/dev/null 2>/dev/null ; then