UBUNTU: [packaging] unhook lowlatency flavours from the build

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
This commit is contained in:
Paolo Pisati
2022-02-03 17:18:21 +01:00
parent f2476390af
commit a4b47e24e3
6 changed files with 5 additions and 17 deletions
-6
View File
@@ -1,6 +0,0 @@
arch="amd64 arm64"
supported="Lowlatency"
target="Geared toward desktop and server systems."
desc="=HUMAN= SMP"
bootloader="grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] | grub-efi-arm64 [arm64] | grub-efi-arm [armhf]"
provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, virtualbox-guest-modules [amd64]"
@@ -1,6 +0,0 @@
arch="arm64"
supported="Lowlatency 64K pages"
target="Geared toward desktop and server systems."
desc="=HUMAN= SMP"
bootloader="grub-efi-arm64 [arm64] | flash-kernel [arm64]"
provides="kvm-api-4, redhat-cluster-modules, ivtv-modules"
+2 -2
View File
@@ -12,7 +12,7 @@ package_prefixes linux-buildinfo
getall armhf generic
getall armhf generic-lpae
getall amd64 generic lowlatency
getall arm64 generic generic-64k lowlatency lowlatency-64k
getall amd64 generic
getall arm64 generic generic-64k
getall ppc64el generic
getall s390x generic
+1 -1
View File
@@ -2,7 +2,7 @@ human_arch = 64 bit x86
build_arch = x86
header_arch = $(build_arch)
defconfig = defconfig
flavours = generic lowlatency
flavours = generic
build_image = bzImage
kernel_file = arch/$(build_arch)/boot/bzImage
install_file = vmlinuz
+1 -1
View File
@@ -2,7 +2,7 @@ human_arch = ARMv8
build_arch = arm64
header_arch = arm64
defconfig = defconfig
flavours = generic generic-64k lowlatency lowlatency-64k
flavours = generic generic-64k
build_image = Image.gz
kernel_file = arch/$(build_arch)/boot/Image.gz
install_file = vmlinuz
+1 -1
View File
@@ -2,7 +2,7 @@ human_arch = 32 bit x86
build_arch = i386
header_arch = $(build_arch)
defconfig = defconfig
flavours = generic lowlatency
flavours = generic
build_image = bzImage
kernel_file = arch/$(build_arch)/boot/bzImage
install_file = vmlinuz