37 lines
595 B
TOML
37 lines
595 B
TOML
[[flavour]]
|
|
name = 'powerpc'
|
|
[flavour.description]
|
|
hardware = 'uniprocessor 32-bit PowerPC'
|
|
|
|
[[flavour]]
|
|
name = 'powerpc-smp'
|
|
[flavour.build]
|
|
config = [
|
|
'powerpc/config.powerpc',
|
|
]
|
|
[flavour.description]
|
|
hardware = 'multiprocessor 32-bit PowerPC'
|
|
|
|
[[flavour]]
|
|
name = 'powerpc64'
|
|
[flavour.build]
|
|
config = [
|
|
'kernelarch-powerpc/config-arch-64',
|
|
'kernelarch-powerpc/config-arch-64-be',
|
|
]
|
|
[flavour.description]
|
|
hardware = '64-bit PowerPC'
|
|
|
|
[[featureset]]
|
|
name = 'none'
|
|
|
|
[build]
|
|
kernel_file = 'vmlinux'
|
|
kernel_stem = 'vmlinux'
|
|
|
|
[relations.image]
|
|
suggests = [
|
|
'mkvmlinuz',
|
|
'grub-ieee1275',
|
|
]
|