summaryrefslogtreecommitdiff
path: root/target/arm/systems/raspberry-pi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-12 04:45:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-12 04:48:05 +0100
commit2841218b0aaba29930f742b4eb613f523ee3710b (patch)
treee9063dcb734b1db781322e0dc3672dd5c378e0dc /target/arm/systems/raspberry-pi
parent50d137f8dd4ef7069cf9d160541794db224ffca4 (diff)
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.
Diffstat (limited to 'target/arm/systems/raspberry-pi')
-rw-r--r--target/arm/systems/raspberry-pi1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/systems/raspberry-pi b/target/arm/systems/raspberry-pi
index 2f84e33cc..f1a89aebd 100644
--- a/target/arm/systems/raspberry-pi
+++ b/target/arm/systems/raspberry-pi
@@ -18,6 +18,7 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI
select ADK_PACKAGE_BCM28XX_BOOTLOADER
select ADK_TARGET_WITH_ROOT_RW
select ADK_TARGET_KERNEL_ZIMAGE
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
help
Raspberry PI