summaryrefslogtreecommitdiffstats
path: root/debian/config/ppc64el/defines.toml
blob: e0c43e476d85ca0e180c2bbc136274eba35cbf80 (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 = 'powerpc64le'
[flavour.build]
config = [
  'kernelarch-powerpc/config-arch-64',
  'kernelarch-powerpc/config-arch-64-le',
]
[flavour.defs]
is_default = true
[flavour.description]
hardware = 'Little-endian 64-bit PowerPC'
[flavour.packages]
installer = true

[[featureset]]
name = 'none'

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

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