Home
last modified time | relevance | path

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

1234

/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox/
H A D0001-lib-lz4-use-lz4-instead-of-lz4c.patch4 Subject: [PATCH] lib: lz4: use lz4 instead of lz4c
11 Going back as far as Ubuntu 16.04/Fedora 25, both lz4 and lz4c are
14 1. https://github.com/lz4/lz4/pull/553
15 2. https://github.com/lz4/lz4/pull/1479
32 + lz4 -l --best stdin stdout && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
35 %.lz4: %
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Fix-library-LZ4-lookup.patch18 -find_path(LZ4_INCLUDE_DIRS NAMES lz4.h)
19 -find_library(LZ4_LIBRARIES NAMES lz4)
21 + NAMES lz4.h
25 + NAMES lz4
28 if(LZ4_INCLUDE_DIRS AND EXISTS "${LZ4_INCLUDE_DIRS}/lz4.h")
29 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.8.2.bb
/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/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/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/
H A Dsquashfs-tools-ng_1.3.2.bb21 PACKAGECONFIG ??= "gzip xz lzo lz4 zstd ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
25 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4"
/openbmc/openbmc/poky/meta/recipes-support/lz4/
H A Dlz4_1.10.0.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.7.bb26 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.3.0.bb
/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.1.bb29 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass129 IMAGE_CMD:squashfs-lz4 = "oe_mksquashfs lz4 ${EXTRA_IMAGECMD}"
133 IMAGE_CMD:erofs-lz4 = "mkfs.erofs -zlz4 ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}.erofs-lz4 $…
317 squashfs squashfs-xz squashfs-lzo squashfs-lz4 squashfs-zst \
319 tar tar.gz tar.bz2 tar.xz tar.lz4 tar.zst \
320 cpio cpio.gz cpio.xz cpio.lzma cpio.lz4 cpio.zst \
324 erofs erofs-lz4 erofs-lz4hc \
336 CONVERSIONTYPES = "gz bz2 lzma xz lz4 lzo zip 7zip zst sum md5sum sha1sum sha224sum sha256sum sha38…
341 CONVERSION_CMD:lz4 = "lz4 -f -9 -z -l ${IMAGE_NAME}.${type} ${IMAGE_NAME}.${type}.lz4"
367 CONVERSION_DEPENDS_lz4 = "lz4-native"
/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/recipes-support/lz4/lz4/
H A Dreproducibility.patch10 Upstream-Status: Submitted [https://github.com/lz4/lz4/pull/1497]
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in101 lz4
161 lz4
221 lz4
/openbmc/openbmc/poky/meta/recipes-extended/zstd/
H A Dzstd_1.5.6.bb23 PACKAGECONFIG[lz4] = "HAVE_LZ4=1,HAVE_LZ4=0,lz4"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/
H A Drocksdb_9.0.0.bb34 PACKAGECONFIG ??= "bzip2 zlib lz4 gflags"
36 PACKAGECONFIG[lz4] = "-DWITH_LZ4=ON,-DWITH_LZ4=OFF,lz4"
/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/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/linux/arch/x86/boot/compressed/
H A DMakefile30 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst
147 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
157 suffix-$(CONFIG_KERNEL_LZ4) := lz4
/openbmc/u-boot/tools/binman/test/
H A D083_compress.dts8 compress = "lz4";

1234