Konstantin Demin
c3d09a3e94
imported from https://salsa.debian.org/kernel-team/linux.git commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22 version 6.11.4-1
35 lines
542 B
TOML
35 lines
542 B
TOML
[[flavour]]
|
|
name = 'sparc64'
|
|
[flavour.build]
|
|
config = [
|
|
'kernelarch-sparc/config-up',
|
|
]
|
|
[flavour.description]
|
|
hardware = 'uniprocessor 64-bit UltraSPARC'
|
|
[flavour.packages]
|
|
installer = true
|
|
|
|
[[flavour]]
|
|
name = 'sparc64-smp'
|
|
[flavour.build]
|
|
config = [
|
|
'kernelarch-sparc/config-smp',
|
|
]
|
|
[flavour.defs]
|
|
is_default = true
|
|
[flavour.description]
|
|
hardware = 'multiprocessor 64-bit UltraSPARC'
|
|
|
|
[[featureset]]
|
|
name = 'none'
|
|
|
|
[build]
|
|
kernel_file = 'vmlinux'
|
|
kernel_stem = 'vmlinux'
|
|
|
|
[relations.image]
|
|
suggests = [
|
|
'fdutils',
|
|
'grub-ieee1275',
|
|
]
|