Add some description files for flavours. Basically, for each flavour, if

'class' is set, then in the description, "@class@ class systems" will be
described; if class is not set, then the flavour name will be used.

Ie, if there's no desc.386, then "this kernel is for 386 class systems" will
show up in the description.

There's also @desc@ (see the s390 stuff for an example) that will be appended
to the description.

I haven't actually implemented this yet; please fill in what you need for
your pet architecture, and I'll do it tomorrow.


svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3594
This commit is contained in:
Andres Salomon 2005-07-20 00:04:24 +00:00
parent bb1112ecc9
commit 810d8271f2
8 changed files with 10 additions and 0 deletions

1
debian/arch/i386/desc.686 vendored Normal file
View File

@ -0,0 +1 @@
class = PPro/Celeron/PII/PIII/P4

1
debian/arch/i386/desc.686-smp vendored Normal file
View File

@ -0,0 +1 @@
class = multi-processor PPro/Celeron/PII/PIII/P4

1
debian/arch/i386/desc.k7 vendored Normal file
View File

@ -0,0 +1 @@
class = AMD Duron/Athlon/AthlonXP

1
debian/arch/i386/desc.k7-smp vendored Normal file
View File

@ -0,0 +1 @@
class = multi-processor AMD Duron/Athlon/AthlonXP

2
debian/arch/s390/desc.s390 vendored Normal file
View File

@ -0,0 +1,2 @@
class = IBM S/390
desc = This kernel has support to IPL (boot) from a VM reader or DASD device.

2
debian/arch/s390/desc.s390x vendored Normal file
View File

@ -0,0 +1,2 @@
class = IBM zSeries
desc = This kernel has support to IPL (boot) from a VM reader or DASD device.

1
debian/arch/sparc/desc.sparc64 vendored Normal file
View File

@ -0,0 +1 @@
class = uni-processor 64-bit UltraSPARC

1
debian/arch/sparc/desc.sparc64-smp vendored Normal file
View File

@ -0,0 +1 @@
class = multi-processor 64-bit UltraSPARC