mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
squashfs-tools: disable LZO by default
LZO is a fairly obsolete compression format these days, so disable it by default. (From OE-Core rev: 374756be0e332f625ebf8267a7d2216d9189a4d8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
088970fb0b
commit
60cd120920
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible"
|
||||
PACKAGECONFIG ??= "gzip xz lz4 lzma xattr zstd reproducible"
|
||||
PACKAGECONFIG[gzip] = "GZIP_SUPPORT=1,GZIP_SUPPORT=0,zlib"
|
||||
PACKAGECONFIG[xz] = "XZ_SUPPORT=1,XZ_SUPPORT=0,xz"
|
||||
PACKAGECONFIG[lzo] = "LZO_SUPPORT=1,LZO_SUPPORT=0,lzo"
|
||||
|
||||
Reference in New Issue
Block a user