summaryrefslogtreecommitdiffstats
path: root/debian/config/hppa
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 17:39:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 17:39:59 +0000
commit27d3313807296c3943a96ceef8c2b7279cb56962 (patch)
tree7d08e78c36ab6437b403fc7cd8c23e41f135c7a3 /debian/config/hppa
parentMerging upstream version 6.7.7. (diff)
downloadlinux-debian/6.7.7-1.tar.xz
linux-debian/6.7.7-1.zip
Adding debian version 6.7.7-1.debian/6.7.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/hppa')
-rw-r--r--debian/config/hppa/defines33
-rw-r--r--debian/config/hppa/defines.toml30
2 files changed, 30 insertions, 33 deletions
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines
deleted file mode 100644
index 4ce559e285..0000000000
--- a/debian/config/hppa/defines
+++ /dev/null
@@ -1,33 +0,0 @@
-[base]
-flavours: parisc parisc64
-default-flavour: parisc
-kernel-arch: parisc
-
-[build]
-image-file: arch/parisc/boot/bzImage
-
-[image]
-suggests: palo
-install-stem: vmlinuz
-
-[parisc_description]
-hardware: 32-bit PA-RISC
-hardware-long: HP PA-RISC 32-bit systems with max 4 GB RAM
-
-[parisc_packages]
-installer: true
-
-[parisc64_base]
-cflags: -fno-cse-follow-jumps
-# no Debian architecture defined; force cross-build
-kernel-deb-arch: undefined
-kernel-gnu-type: hppa64-linux-gnu
-compat-deb-arch: hppa
-compat-gnu-type: hppa-linux-gnu
-
-[parisc64_description]
-hardware: 64-bit PA-RISC
-hardware-long: HP PA-RISC 64-bit systems with support for more than 4 GB RAM
-
-[parisc64_packages]
-installer: true
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']