Konstantin Demin
c6f444cd2d
script is like: $ debian/rules source $ ../kernel-team/utils/kconfigeditor2/split-common.py debian/config/amd64/config.{cloud,vm,mobile} $ mv output-common debian/config/config $ mv output-part-1 debian/config/amd64/config.cloud $ mv output-part-2 debian/config/amd64/config.vm $ mv output-part-3 debian/config/amd64/config.mobile $ ../kernel-team/utils/kconfigeditor2/process.py -s /tmp/linux-6.10.14 .
31 lines
703 B
TOML
31 lines
703 B
TOML
[[flavour]]
|
|
name = 'cloud'
|
|
[flavour.defs]
|
|
is_quick = true
|
|
[flavour.description]
|
|
hardware = 'x86-64 cloud'
|
|
hardware_long = 'cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine'
|
|
|
|
[[flavour]]
|
|
name = 'vm'
|
|
[flavour.description]
|
|
hardware = 'x86-64 vm'
|
|
hardware_long = 'virtualization platforms like KVM, VMware, Hyper-V and VirtualBox'
|
|
|
|
[[flavour]]
|
|
name = 'mobile'
|
|
[flavour.description]
|
|
hardware = 'x86-64 mobile'
|
|
hardware_long = 'laptops with x86-64 processor or other kind of mobile PCs'
|
|
|
|
[[featureset]]
|
|
name = 'none'
|
|
|
|
[build]
|
|
enable_vdso = true
|
|
kernel_file = 'arch/x86/boot/bzImage'
|
|
kernel_stem = 'vmlinuz'
|
|
|
|
[relations.image]
|
|
suggests = ['grub-pc | grub-efi-amd64 | extlinux']
|