summaryrefslogtreecommitdiffstats
path: root/debian/config/ppc64el/defines.toml
blob: 0fd3e36fdfc8832ea449a1fd9e7c5dd8c06c9d2f (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 = '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 with 4k pages'
[flavour.packages]
installer = true

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

[[featureset]]
name = 'none'

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

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