Home
last modified time | relevance | path

Searched refs:lz4 (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Fix-library-LZ4-lookup.patch19 -find_path(LZ4_INCLUDE_DIRS NAMES lz4.h)
20 -find_library(LZ4_LIBRARIES NAMES lz4)
22 + NAMES lz4.h
26 + NAMES lz4
29 if(LZ4_INCLUDE_DIRS AND EXISTS "${LZ4_INCLUDE_DIRS}/lz4.h")
30 file(STRINGS "${LZ4_INCLUDE_DIRS}/lz4.h" LZ4_H REGEX "^#define LZ4_VERSION_[MR]")
/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/
H A Derofs-utils_1.7.1.bb19 PACKAGECONFIG ??= "lz4 zlib"
20 PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/
H A Dopenconnect_9.12.bb14 PACKAGECONFIG ??= "gnutls lz4 libproxy"
18 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/
H A Dsquashfs-tools-ng_1.2.0.bb21 PACKAGECONFIG ??= "gzip xz lzo lz4 zstd ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
25 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4"
/openbmc/linux/fs/erofs/
H A Ddecompressor.c31 struct z_erofs_lz4_cfgs *lz4 = data; in z_erofs_load_lz4_config() local
34 if (lz4) { in z_erofs_load_lz4_config()
39 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config()
41 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config()
42 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config()
43 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config()
44 } else if (sbi->lz4.max_pclusterblks > in z_erofs_load_lz4_config()
47 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config()
52 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config()
55 sbi->lz4.max_distance_pages = distance ? in z_erofs_load_lz4_config()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/lz4/
H A Dlz4_1.9.4.bb3 HOMEPAGE = "https://github.com/lz4/lz4"
15 SRC_URI = "git://github.com/lz4/lz4.git;branch=release;protocol=https \
/openbmc/linux/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst
30 $(obj)/Image.lz4: $(obj)/Image FORCE
31 $(call if_changed,lz4)
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.7.2.bb26 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.3.0.bb30 PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
/openbmc/openbmc/poky/meta/recipes-devtools/squashfs-tools/
H A Dsquashfs-tools_git.bb19 PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible"
23 PACKAGECONFIG[lz4] = "LZ4_SUPPORT=1,LZ4_SUPPORT=0,lz4"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/
H A Dczmq_4.2.1.bb29 PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
32 PACKAGECONFIG[lz4] = "-DCZMQ_WITH_LZ4=ON,-DCZMQ_WITH_LZ4=OFF,lz4"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/
H A Ddovecot_2.3.21.bb28 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/
H A Dnetdata_1.44.3.bb45 PACKAGECONFIG[lz4] = "--enable-lz4, --disable-lz4, lz4"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-lz4_4.3.3.bb1 DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
7 lz4 \
/openbmc/linux/arch/parisc/boot/compressed/
H A DMakefile14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
55 suffix-$(CONFIG_KERNEL_LZ4) := lz4
64 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass125 IMAGE_CMD:squashfs-lz4 = "oe_mksquashfs lz4"
129 IMAGE_CMD:erofs-lz4 = "mkfs.erofs -zlz4 ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}.erofs-lz4 $…
310 squashfs squashfs-xz squashfs-lzo squashfs-lz4 squashfs-zst \
312 tar tar.gz tar.bz2 tar.xz tar.lz4 tar.zst \
313 cpio cpio.gz cpio.xz cpio.lzma cpio.lz4 cpio.zst \
317 erofs erofs-lz4 erofs-lz4hc \
329 CONVERSIONTYPES = "gz bz2 lzma xz lz4 lzo zip 7zip zst sum md5sum sha1sum sha224sum sha256sum sha38…
334 CONVERSION_CMD:lz4 = "lz4 -9 -z -l ${IMAGE_NAME}.${type} ${IMAGE_NAME}.${type}.lz4"
360 CONVERSION_DEPENDS_lz4 = "lz4-native"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/
H A Drocksdb_9.0.0.bb31 PACKAGECONFIG ??= "bzip2 zlib lz4 gflags"
33 PACKAGECONFIG[lz4] = "-DWITH_LZ4=ON,-DWITH_LZ4=OFF,lz4"
/openbmc/openbmc/poky/meta/recipes-extended/zstd/
H A Dzstd_1.5.5.bb24 PACKAGECONFIG[lz4] = "HAVE_LZ4=1,HAVE_LZ4=0,lz4"
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in23 perl-File-Copy perl-locale zstd lz4 hostname glibc-langpack-en libacl"
27 zstd lz4 bzip2 gzip hostname libacl1
37 rpcgen mesa-libGL-devel zstd lz4 cpio glibc-langpack-en libacl"
/openbmc/linux/arch/riscv/boot/
H A DMakefile58 $(obj)/Image.lz4: $(obj)/Image FORCE
59 $(call if_changed,lz4)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py8 import bb.compress.lz4
75 with bb.compress.lz4.open(*args, **kwargs) as f:
/openbmc/u-boot/tools/binman/test/
H A D083_compress.dts8 compress = "lz4";
H A D085_files_compress.dts8 compress = "lz4";
/openbmc/linux/arch/s390/boot/
H A DMakefile49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
110 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
120 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/
H A Dzram-swap-init15 ZRAM_ALGORITHM=lz4

1234