diff options
Diffstat (limited to 'debian/config/hppa/defines.toml')
-rw-r--r-- | debian/config/hppa/defines.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/config/hppa/defines.toml b/debian/config/hppa/defines.toml new file mode 100644 index 0000000000..b900d437b2 --- /dev/null +++ b/debian/config/hppa/defines.toml @@ -0,0 +1,30 @@ +[[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'] |