summaryrefslogtreecommitdiffstats
path: root/debian/config/ppc64/defines.toml
blob: 76ebc1ea1ccb0a32042372a87543924645d6e418 (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
35
36
37
[[flavour]]
name = 'powerpc64'
[flavour.build]
config = [
  'kernelarch-powerpc/config-arch-64',
  'kernelarch-powerpc/config-arch-64-be',
]
[flavour.defs]
is_default = true
[flavour.description]
hardware = '64-bit PowerPC with 4k pages'
[flavour.packages]
installer = true

[[flavour]]
name = 'powerpc64-64k'
[flavour.build]
config = [
  'kernelarch-powerpc/config-arch-64',
  'kernelarch-powerpc/config-arch-64-be',
  'kernelarch-powerpc/config-page-64k',
]
[flavour.description]
hardware = '64-bit PowerPC with 64k pages'

[[featureset]]
name = 'none'

[build]
kernel_file = 'vmlinux'
kernel_stem = 'vmlinux'

[relations.image]
suggests = [
  'mkvmlinuz',
  'grub-ieee1275',
]