From 2841218b0aaba29930f742b4eb613f523ee3710b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Nov 2015 04:45:03 +0100 Subject: do not allow to build broken kernel images with compression Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now. --- target/mips64/systems/lemote-yeelong | 1 + target/mips64/systems/qemu-mips64 | 1 + 2 files changed, 2 insertions(+) (limited to 'target/mips64') diff --git a/target/mips64/systems/lemote-yeelong b/target/mips64/systems/lemote-yeelong index acdc32e80..1512ecfd8 100644 --- a/target/mips64/systems/lemote-yeelong +++ b/target/mips64/systems/lemote-yeelong @@ -15,6 +15,7 @@ config ADK_TARGET_SYSTEM_LEMOTE_YEELONG select ADK_TARGET_WITH_BLOCK select ADK_TARGET_WITH_ROOT_RW select ADK_TARGET_KERNEL_VMLINUZ + select ADK_TARGET_KERNEL_WITH_COMPRESSION help System profile for Lemote Yeelong laptop. diff --git a/target/mips64/systems/qemu-mips64 b/target/mips64/systems/qemu-mips64 index 880dbf42f..2984fc14f 100644 --- a/target/mips64/systems/qemu-mips64 +++ b/target/mips64/systems/qemu-mips64 @@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS64 select ADK_CPU_MIPS64 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_VMLINUZ + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu support for MIPS64 architecture. -- cgit v1.2.3