Skip to content
Snippets Groups Projects
Commit a56ed96e authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

b=15482

i=cliffw
i=wangyb

Allow a kernel target to specify a delimiter between the final "flavor"
specification and the version.
Specifically this allows RH kernels to be <version>smp and SLES10 kernels
to be <version>-smp.
Maintaining the vendors versioning specification means that when software
is trying to determine a vendors kernel using patterns (like OFED does), it
properly detects the SLES10 kernel.
This all lays the ground work for bug 15316.
parent e3b20f6d
No related branches found
No related tags found
No related merge requests found
lnxmaj="2.6.16" lnxmaj="2.6.16"
lnxrel="54-0.2.5" lnxrel="54-0.2.5"
# this is the delimeter that goes between $lnxmaj and $lnxrel
# defaults to "-"
EXTRA_VERSION_DELIMITER="." EXTRA_VERSION_DELIMITER="."
# this is the delimeter that goes before the "smp" at the end of the version
# defaults to empty
TARGET_DELIMITER="-"
KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2 KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2
SERIES=2.6-sles10.series SERIES=2.6-sles10.series
VERSION=$lnxmaj VERSION=$lnxmaj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment