X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Ftargets%2F4.12-sles15sp1.target.in;fp=lustre%2Fkernel_patches%2Ftargets%2F4.12-sles15sp1.target.in;h=7230bb47ea0e1f6f870ec09217ecdf4ee06b808c;hb=bb9eb8b09e951945304d818ae6e1a6e451353345;hp=0000000000000000000000000000000000000000;hpb=39287411e32aeeed342c7da8417975e97310cd4a;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/targets/4.12-sles15sp1.target.in b/lustre/kernel_patches/targets/4.12-sles15sp1.target.in new file mode 100644 index 0000000..7230bb4 --- /dev/null +++ b/lustre/kernel_patches/targets/4.12-sles15sp1.target.in @@ -0,0 +1,37 @@ +lnxmaj="4.12" +lnxmin=".14" +lnxrel="197.29" +# 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=".1" + +# 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="" +VERSION=$lnxmaj +EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@" +LUSTRE_VERSION=@VERSION@ + +OFED_VERSION=inkernel + +BASE_ARCHS="i686 ppc x86_64 ia64 ppc64" +BIGMEM_ARCHS="" +BOOT_ARCHS="" +JENSEN_ARCHS="" +DEFAULT_ARCHS="i686 x86_64 ia64 ppc64" +BIGSMP_ARCHS="" +PSERIES64_ARCHS="ppc" +UP_ARCHS="" +SRC_ARCHS="" +#RPMSMPTYPE="smp" + +for cc in gcc ; do + if which $cc >/dev/null 2>/dev/null ; then + export CC=$cc + break + fi +done