From e2c0ef5f8b0e0e717a19171cd94bf62a16d9fa5e Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 23 Sep 2019 12:36:48 -0700 Subject: obmc-bsp-common: Use xz instead of lzma for initrd This is more confusing than anything, our squashfs is compressed with xz (lzma2) and our kernel supports decompressing xz and lzma types of initrds. Just use the same type of compression for all images. (From meta-phosphor rev: 282c6e7254ddc4e79d3545b841c091a671d476ce) Change-Id: I4ecd7e4d72f4a3b3839402934dad959d90d1cec8 Signed-off-by: William A. Kennington III Signed-off-by: Brad Bishop --- meta-phosphor/conf/machine/include/obmc-bsp-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc index 202626031..4bafeafce 100644 --- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc +++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc @@ -10,7 +10,7 @@ IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', \ 'mtd-ubi mtd-ubi-tar', \ 'mtd-static mtd-static-tar mtd-static-alltar', d)}" -INITRAMFS_CTYPE ?= "lzma" +INITRAMFS_CTYPE ?= "xz" INITRAMFS_FSTYPES = "cpio.${INITRAMFS_CTYPE}" INITRAMFS_IMAGE = "obmc-phosphor-initramfs" INITRAMFS_IMAGE_df-obmc-ubi-fs = "" -- cgit v1.2.3