| /openbmc/openbmc/poky/meta/recipes-extended/pigz/ |
| H A D | pigz_2.8.bb | 1 SUMMARY = "A parallel implementation of gzip" 2 DESCRIPTION = "pigz, which stands for parallel implementation of gzip, is a \ 3 fully functional replacement for gzip that exploits multiple processors and \ 13 PROVIDES:class-native += "gzip-native" 26 # Install files into /bin (FHS), which is typical place for gzip 35 install ${B}/pigz ${D}${bindir}/gzip 36 ln -nsf gzip ${D}${bindir}/gunzip 37 ln -nsf gzip ${D}${bindir}/zcat 41 ALTERNATIVE:${PN} = "gunzip gzip zcat" 44 ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/ |
| H A D | use-no-name-option-for-gzip.patch | 8 Adding the -n option to gzip while compressing the archive does 23 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 24 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 26 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done 27 + for i in $(PCF) ; do gzip -c -n $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done 35 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 36 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 44 - for i in $(PSF_VGAW) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 45 + for i in $(PSF_VGAW) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done 53 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/gzip/ |
| H A D | gzip.inc | 4 HOMEPAGE = "http://www.gnu.org/software/gzip/" 16 # Rename and move files into /bin (FHS), which is typical place for gzip 19 mv ${D}${bindir}/gzip ${D}${base_bindir}/gzip 28 ALTERNATIVE:${PN} = "gunzip gzip zcat" 30 ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
|
| H A D | gzip_1.14.bb | 1 require gzip.inc 7 SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \ 13 file://gzip.h;beginline=8;endline=20;md5=a22158dc3dd3f5cf6e5a556940a49212 \ 16 PROVIDES:append:class-native = " gzip-replacement-native"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | libperlio-gzip-perl_0.20.bb | 1 SUMMARY = "Perl module to manipulate and access gzip files" 2 DESCRIPTION = "This package contains the gzip.pm module with friends. \ 3 The module implements perlio layer for gzip." 5 HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip" 12 SRC_URI = "https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/PerlIO-gzip-${PV}.tar.gz" 16 S = "${WORKDIR}/PerlIO-gzip-${PV}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/ |
| H A D | 0002-Makefile-Add-n-to-gzip.patch | 4 Subject: [PATCH 2/2] Makefile: Add -n to gzip 26 - gzip -c bootchart2.1 > $(DESTDIR)$(MANDIR)/bootchart2.1.gz 27 - gzip -c bootchartd.1 > $(DESTDIR)$(MANDIR)/$(PROGRAM_PREFIX)bootchartd$(PROGRAM_SUFFIX).1.gz 28 - gzip -c pybootchartgui.1 > $(DESTDIR)$(MANDIR)/pybootchartgui.1.gz 29 + gzip -n -c bootchart2.1 > $(DESTDIR)$(MANDIR)/bootchart2.1.gz 30 + gzip -n -c bootchartd.1 > $(DESTDIR)$(MANDIR)/$(PROGRAM_PREFIX)bootchartd$(PROGRAM_SUFFIX).1.gz 31 + gzip -n -c pybootchartgui.1 > $(DESTDIR)$(MANDIR)/pybootchartgui.1.gz
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | multi.its | 18 compression = "gzip"; 35 compression = "gzip"; 49 compression = "gzip"; 63 compression = "gzip"; 77 compression = "gzip";
|
| /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)}" 22 PACKAGECONFIG[gzip] = "--with-gzip,--without-gzip,zlib"
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
| H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 31 - "Accept-Encoding": "gzip, deflate", 38 + "gzip, deflate" 101 - "Accept-Encoding": "gzip, deflate", 108 + "gzip, deflate" 171 - "Accept-Encoding": "gzip, deflate", 178 + "gzip, deflate" 241 - "Accept-Encoding": "gzip, deflate", 248 + "gzip, deflate" 311 - "Accept-Encoding": "gzip, deflate", 318 + "gzip, deflate" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/man-db/ |
| H A D | man-db_2.13.1.bb | 29 PACKAGECONFIG[gzip] = "--with-gzip=gzip,ac_cv_prog_have_gzip='',gzip" 58 return "gzip"
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/ |
| H A D | 0001-makefile-don-t-gzip-the-man-pages.patch | 4 Subject: [PATCH] makefile: don't gzip the man pages 6 Drop the gzip step from the manpages - distributions already do that as 49 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@ 69 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@ 98 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@ 124 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@ 153 - $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
|
| /openbmc/openbmc/poky/meta/recipes-support/lzop/ |
| H A D | lzop_1.04.bb | 2 DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \n\ 4 gzip are much higher compression and decompression speed at the cost of some \n\ 7 to gzip."
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | kernel-uboot.bbclass | 8 FIT_KERNEL_COMP_ALG ?= "gzip" 40 if [ "${linux_comp}" = "gzip" ] ; then 41 gzip -9 linux.bin
|
| /openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/ |
| H A D | 0001-Remove-timestamp-from-manpage.patch | 20 - @gzip -9f lsb_release.1 21 + @gzip -9fn lsb_release.1
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc-utils.inc | 10 install -m 755 usr/gzip/gzip ${D}${base_bindir} 11 ln -s gzip ${D}${base_bindir}/gunzip 12 ln -s gzip ${D}${base_bindir}/zcat
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | uncompress.py | 10 import gzip 24 with gzip.open(gz_path, 'rb') as gz_in: 65 @params format: optional compression format (gzip, lzma)
|
| /openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | avoid_parallel_tests.patch | 24 -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects]) 25 +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects …
|
| /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" 20 PACKAGECONFIG[gzip] = "GZIP_SUPPORT=1,GZIP_SUPPORT=0,zlib"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/ |
| H A D | terminus-font_4.49.1.bb | 10 DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native" 13 file://use-no-name-option-for-gzip.patch \
|
| /openbmc/qemu/tests/migration-stress/ |
| H A D | initrd-stress.sh | 10 (cd "$INITRD_DIR" && (find | cpio --quiet -o -H newc | gzip -9)) > "$INITRD"
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/ |
| H A D | phosphor-debug-collector_git.bb | 31 PACKAGECONFIG[xz] = "-Ddump-compression-algorithm=xz,,,,,gzip zstd" 32 PACKAGECONFIG[gzip] = "-Ddump-compression-algorithm=gzip,,,,,xz zstd" 33 PACKAGECONFIG[zstd] = "-Ddump-compression-algorithm=zstd,,,,zstd,xz gzip"
|
| /openbmc/openbmc/meta-security/recipes-scanners/rootkits/ |
| H A D | chkrootkit_0.58b.bb | 23 gzip -9vkf ACKNOWLEDGMENTS 24 gzip -9vkf README
|
| /openbmc/openbmc/poky/documentation/tools/host_packages_scripts/ |
| H A D | opensuse_essential.sh | 1 sudo zypper install bzip2 chrpath diffstat gcc gcc-c++ git gzip hostname libacl1 lz4 make makeinfo …
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_call_robot.py | 318 def process_robot_output_files(robot_cmd_buf=None, robot_rc=None, gzip=None): argument 333 gzip = gm.dft(gzip, int(os.environ.get("GZIP_ROBOT", "1"))) 382 if gzip:
|
| /openbmc/u-boot/cmd/ |
| H A D | zip.c | 28 if (gzip((void *) dst, &dst_len, (void *) src, src_len) != 0) in do_zip()
|