summaryrefslogtreecommitdiff
path: root/target/ppc
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/ppc
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/ppc')
-rw-r--r--target/ppc/systems/mac-mini1
-rw-r--r--target/ppc/systems/qemu-ppc-bamboo1
-rw-r--r--target/ppc/systems/qemu-ppc-macppc1
3 files changed, 3 insertions, 0 deletions
diff --git a/target/ppc/systems/mac-mini b/target/ppc/systems/mac-mini
index 9841cb83c..ec7a60fa5 100644
--- a/target/ppc/systems/mac-mini
+++ b/target/ppc/systems/mac-mini
@@ -6,6 +6,7 @@ config ADK_TARGET_SYSTEM_APPLE_MACMINI
select ADK_TARGET_WITH_NET
select ADK_TARGET_WITH_NETDEVICE
select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
help
Support for Apple Mac mini.
diff --git a/target/ppc/systems/qemu-ppc-bamboo b/target/ppc/systems/qemu-ppc-bamboo
index dcac77ea7..0766495a1 100644
--- a/target/ppc/systems/qemu-ppc-bamboo
+++ b/target/ppc/systems/qemu-ppc-bamboo
@@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_QEMU_PPC_BAMBOO
select ADK_TARGET_QEMU
select ADK_CPU_PPC_440
select ADK_TARGET_SOFT_FLOAT
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
help
Support for Qemu Emulator PPC architecture (Bamboo).
diff --git a/target/ppc/systems/qemu-ppc-macppc b/target/ppc/systems/qemu-ppc-macppc
index 26b5deeac..bd23c8f55 100644
--- a/target/ppc/systems/qemu-ppc-macppc
+++ b/target/ppc/systems/qemu-ppc-macppc
@@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_QEMU_PPC_MACPPC
select ADK_TARGET_QEMU
select ADK_CPU_PPC
select ADK_TARGET_CPU_WITH_FPU
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
help
Support for Qemu Emulator PPC architecture (MAC-PPC).