/openbmc/linux/arch/mips/boot/ |
H A D | Makefile | 30 suffix-$(CONFIG_KERNEL_LZO) := lzo 60 extra-y += vmlinux.bin.lzo 71 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE 72 $(call if_changed,lzo) 83 targets += uImage.lzo 97 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo FORCE 98 $(call if_changed,uimage,lzo) 127 targets += vmlinux.lzo.its 151 $(obj)/vmlinux.lzo.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE 152 $(call if_changed,cpp_its_S,lzo,vmlinux.bin.lzo) [all …]
|
/openbmc/linux/arch/sh/boot/ |
H A D | Makefile | 27 suffix_$(CONFIG_KERNEL_LZO) := lzo 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \ 32 vmlinux.bin.xz vmlinux.bin.lzo 80 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE 81 $(call if_changed,lzo) 95 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo FORCE 96 $(call if_changed,uimage,lzo)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/ |
H A D | squashfs-tools-ng_1.3.2.bb | 21 PACKAGECONFIG ??= "gzip xz lzo lz4 zstd ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" 24 PACKAGECONFIG[lzo] = "--with-lzo,--without-lzo,lzo"
|
/openbmc/openbmc/poky/meta/recipes-support/lzo/ |
H A D | lzo_2.10.bb | 4 HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" 10 SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ 21 CVE_PRODUCT = "lzo oberhumer:lzo2"
|
/openbmc/linux/arch/arm64/boot/ |
H A D | Makefile | 19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst 36 $(obj)/Image.lzo: $(obj)/Image FORCE 37 $(call if_changed,lzo)
|
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/ |
H A D | mtd-utils-selftest_git.bb | 26 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)} lzo jffs ubifs" 27 PACKAGECONFIG[lzo] = "--with-lzo,--without-lzo,lzo"
|
/openbmc/qemu/dump/ |
H A D | dump-hmp-cmds.c | 21 bool lzo = qdict_get_try_bool(qdict, "lzo", false); in hmp_dump_guest_memory() local 34 if (zlib + lzo + snappy + win_dmp > 1) { in hmp_dump_guest_memory() 52 if (lzo) { in hmp_dump_guest_memory()
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/ |
H A D | mtd-utils_2.2.1.bb | 22 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)} lzo jffs ubifs" 23 PACKAGECONFIG[lzo] = "--with-lzo,--without-lzo,lzo"
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ |
H A D | ubi-utils-klibc_2.0.2.bb | 28 PACKAGECONFIG[lzo] = "--with-lzo,--without-lzo,lzo"
|
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
H A D | btrfs-tools_6.12.bb | 35 PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo"
|
/openbmc/openbmc/poky/meta/recipes-devtools/squashfs-tools/ |
H A D | squashfs-tools_git.bb | 19 PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible" 22 PACKAGECONFIG[lzo] = "LZO_SUPPORT=1,LZO_SUPPORT=0,lzo"
|
/openbmc/qemu/qapi/ |
H A D | dump.json | 21 # @kdump-lzo: makedumpfile flattened, kdump-compressed format with lzo 30 # @kdump-raw-lzo: raw assembled kdump-compressed format with lzo 44 'kdump-zlib', 'kdump-lzo', 'kdump-snappy', 45 'kdump-raw-zlib', 'kdump-raw-lzo', 'kdump-raw-snappy',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/ |
H A D | libvncserver_0.9.14.bb | 15 lzo \ 32 PACKAGECONFIG[lzo] = "-DWITH_LZO=ON,-DWITH_LZO=OFF,lzo"
|
/openbmc/linux/drivers/block/zram/ |
H A D | Kconfig | 24 bool "lzo-rle" 36 bool "lzo" 51 default "lzo-rle" if ZRAM_DEF_COMP_LZORLE 54 default "lzo" if ZRAM_DEF_COMP_LZO
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/ |
H A D | snappy_1.1.10.bb | 23 PACKAGECONFIG[lzo] = "-DHAVE_LIBLZO2=1,-DHAVE_LIBLZO2=0,lzo,"
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | Makefile | 14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 57 suffix-$(CONFIG_KERNEL_LZO) := lzo 68 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE
|
/openbmc/linux/arch/sh/boot/compressed/ |
H A D | Makefile | 12 vmlinux.bin.lzma vmlinux.bin.xz vmlinux.bin.lzo $(OBJECTS) 51 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | kernel.its | 52 data = /incbin/("./image.bin.lzo"); 56 compression = "lzo";
|
/openbmc/linux/arch/riscv/boot/ |
H A D | Makefile | 64 $(obj)/Image.lzo: $(obj)/Image FORCE 65 $(call if_changed,lzo)
|
/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/ |
H A D | makedumpfile_1.7.6.bb | 51 PACKAGECONFIG[lzo] = "USELZO=on,USELZO=off,lzo"
|
/openbmc/linux/arch/s390/boot/ |
H A D | Makefile | 49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 112 suffix-$(CONFIG_KERNEL_LZO) := .lzo 124 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE
|
/openbmc/openbmc/meta-phosphor/recipes-graphics/libvncserver/ |
H A D | libvncserver_%.bbappend | 1 PACKAGECONFIG = "jpeg lzo systemd zlib openssl pthread"
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | 30 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst 145 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 156 suffix-$(CONFIG_KERNEL_LZO) := lzo
|
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/ |
H A D | libarchive_3.7.7.bb | 24 PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo,"
|
/openbmc/linux/Documentation/staging/ |
H A D | index.rst | 10 lzo
|