1
0
linux/debian/config/hppa/defines.toml
Konstantin Demin c3d09a3e94 initial commit
imported from https://salsa.debian.org/kernel-team/linux.git
commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22
version 6.11.4-1
2024-10-23 12:12:30 +03:00

31 lines
646 B
TOML

[[flavour]]
name = 'parisc'
[flavour.defs]
is_default = true
[flavour.description]
hardware = '32-bit PA-RISC'
hardware_long = 'HP PA-RISC 32-bit systems with max 4 GB RAM'
[flavour.packages]
installer = true
[[flavour]]
name = 'parisc64'
[flavour.build]
compiler_gnutype = 'hppa64-linux-gnu'
compiler_gnutype_compat = 'hppa-linux-gnu'
[flavour.description]
hardware = '64-bit PA-RISC'
hardware_long = 'HP PA-RISC 64-bit systems with support for more than 4 GB RAM'
[flavour.packages]
installer = true
[[featureset]]
name = 'none'
[build]
kernel_file = 'arch/parisc/boot/bzImage'
kernel_stem = 'vmlinuz'
[relations.image]
suggests = ['palo']