summaryrefslogtreecommitdiffstats
path: root/debian/config/ppc64/defines.toml
blob: 157d9ec038d3bcedb2d12751f9b427883e2b8a2f (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
[[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'
[flavour.packages]
installer = true

[[featureset]]
name = 'none'

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

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