summaryrefslogtreecommitdiffstats
path: root/debian/config/sparc64/defines.toml
blob: b3969e82a8f6ab53cb3e901f330f15de3db6f97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[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',
]