From 27d3313807296c3943a96ceef8c2b7279cb56962 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 19:39:59 +0200 Subject: Adding debian version 6.7.7-1. Signed-off-by: Daniel Baumann --- debian/config/armhf/defines.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debian/config/armhf/defines.toml (limited to 'debian/config/armhf/defines.toml') diff --git a/debian/config/armhf/defines.toml b/debian/config/armhf/defines.toml new file mode 100644 index 0000000000..51cd3911a0 --- /dev/null +++ b/debian/config/armhf/defines.toml @@ -0,0 +1,29 @@ +[[flavour]] +name = "armmp" +[flavour.defs] +is_default = true +[flavour.description] +hardware = 'ARMv7 multiplatform compatible SoCs' +hardware_long = 'ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms' +[flavour.packages] +installer = true + +[[flavour]] +name = "armmp-lpae" +[flavour.description] +hardware = 'ARMv7 multiplatform compatible SoCs supporting LPAE' +hardware_long = 'ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.' + +[[featureset]] +name = 'none' + +[[featureset]] +name = 'rt' +# Override available flavours in rt featureset +[[featureset.flavour]] +name = 'armmp' + +[build] +enable_vdso = true +kernel_file = 'arch/arm/boot/zImage' +kernel_stem = 'vmlinuz' -- cgit v1.2.3