aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-05-02 01:21:32 +0200
committerAndrea Adami <andrea.adami@gmail.com>2016-05-06 15:07:08 +0200
commit5bf33e1c388a2830bd323bed920e6c11bd3d2430 (patch)
tree8528f6110a2a2a86a3890fed70dfa3e4405aada6
parentaa97dc9108196cdcced7ab533a27755f8c620f97 (diff)
downloadmeta-handheld-5bf33e1c388a2830bd323bed920e6c11bd3d2430.tar.gz
linux-kexecboot_4.4: switch to cpio.xz for the initramfs
Using a single compressor to save as much space as possible. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/akita/defconfig2
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/c7x0/defconfig2
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/collie/defconfig5
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/poodle/defconfig2
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/spitz/defconfig2
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/tosa/defconfig2
6 files changed, 7 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/akita/defconfig b/recipes-kernel/linux/linux-kexecboot-4.4/akita/defconfig
index 5be7b77..0a7d4a0 100644
--- a/recipes-kernel/linux/linux-kexecboot-4.4/akita/defconfig
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/akita/defconfig
@@ -5,7 +5,7 @@ CONFIG_KERNEL_XZ=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NO_HZ=y
CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.lzma"
+CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz"
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_UID16 is not set
# CONFIG_KALLSYMS is not set
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/c7x0/defconfig b/recipes-kernel/linux/linux-kexecboot-4.4/c7x0/defconfig
index 64bce7d..160c6d4 100644
--- a/recipes-kernel/linux/linux-kexecboot-4.4/c7x0/defconfig
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/c7x0/defconfig
@@ -5,7 +5,7 @@ CONFIG_KERNEL_XZ=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NO_HZ=y
CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.lzma"
+CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz"
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_UID16 is not set
# CONFIG_KALLSYMS is not set
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/collie/defconfig b/recipes-kernel/linux/linux-kexecboot-4.4/collie/defconfig
index c62c790..dea598b 100644
--- a/recipes-kernel/linux/linux-kexecboot-4.4/collie/defconfig
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/collie/defconfig
@@ -6,10 +6,10 @@ CONFIG_KERNEL_XZ=y
# CONFIG_USELIB is not set
CONFIG_NO_HZ_IDLE=y
CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.lzma"
+CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz"
# CONFIG_RD_GZIP is not set
# CONFIG_RD_BZIP2 is not set
-# CONFIG_RD_XZ is not set
+# CONFIG_RD_LZMA is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
@@ -156,7 +156,6 @@ CONFIG_FRAME_WARN=2048
# CONFIG_ARM_UNWIND is not set
# CONFIG_CRYPTO_ECHAINIV is not set
# CONFIG_CRYPTO_HW is not set
-CONFIG_XZ_DEC=y
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_XZ_DEC_POWERPC is not set
# CONFIG_XZ_DEC_IA64 is not set
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/poodle/defconfig b/recipes-kernel/linux/linux-kexecboot-4.4/poodle/defconfig
index 1c2df53..96ad5ff 100644
--- a/recipes-kernel/linux/linux-kexecboot-4.4/poodle/defconfig
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/poodle/defconfig
@@ -5,7 +5,7 @@ CONFIG_KERNEL_XZ=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NO_HZ=y
CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.lzma"
+CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz"
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_UID16 is not set
# CONFIG_KALLSYMS is not set
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/spitz/defconfig b/recipes-kernel/linux/linux-kexecboot-4.4/spitz/defconfig
index 8f6edcd..dd01348 100644
--- a/recipes-kernel/linux/linux-kexecboot-4.4/spitz/defconfig
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/spitz/defconfig
@@ -5,7 +5,7 @@ CONFIG_KERNEL_XZ=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NO_HZ=y
CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.lzma"
+CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz"
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_UID16 is not set
# CONFIG_KALLSYMS is not set
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/tosa/defconfig b/recipes-kernel/linux/linux-kexecboot-4.4/tosa/defconfig
index 103cb1c..00df8b4 100644
--- a/recipes-kernel/linux/linux-kexecboot-4.4/tosa/defconfig
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/tosa/defconfig
@@ -5,7 +5,7 @@ CONFIG_KERNEL_XZ=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NO_HZ=y
CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.lzma"
+CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz"
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_UID16 is not set
# CONFIG_KALLSYMS is not set