Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 25 of 176) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-extended/pigz/
H A Dpigz_2.8.bb1 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 Duse-no-name-option-for-gzip.patch8 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
53 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
54 + for i in $(PCF) ; do gzip -c -n $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/gzip/
H A Dgzip.inc4 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 Dgzip_1.13.bb1 require gzip.inc
7 SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \
13 file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e"
15 PROVIDES:append:class-native = " gzip-replacement-native"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibperlio-gzip-perl_0.20.bb1 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"
17 S = "${WORKDIR}/PerlIO-gzip-${PV}"
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A DREADME1 Test the nx-gzip function:
5 /dev/crypto/nx-gzip
7 sudo chmod go+rw /dev/crypto/nx-gzip
10 /etc/udev/rules.d/99-nx-gzip.rules
40 Note that the code here are intended for testing the nx-gzip hardware function.
45 https://github.com/libnxz/power-gzip
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch31 - "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/u-boot/doc/uImage.FIT/
H A Dmulti.its18 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 Dsquashfs-tools-ng_1.2.0.bb21 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-gnome/recipes-support/ibus/ibus/
H A D0001-makefile-don-t-gzip-the-man-pages.patch4 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-extended/man-db/
H A Dman-db_2.12.1.bb29 PACKAGECONFIG[gzip] = "--with-gzip=gzip,ac_cv_prog_have_gzip='',gzip"
62 return "gzip"
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper48 uboot_comp=gzip
146 uboot_comp=gzip
161 uboot_comp=gzip
164 --no-gzip)
409 gzip -n -f -9 "$vmz.$$"
481 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
548 gzip -n -f -9 "$ofile"
549 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
606 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/openbmc/openbmc/poky/meta/recipes-support/lzop/
H A Dlzop_1.04.bb2 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 Dkernel-uboot.bbclass8 FIT_KERNEL_COMP_ALG ?= "gzip"
40 if [ "${linux_comp}" = "gzip" ] ; then
41 gzip -9 linux.bin
/openbmc/linux/arch/sparc/boot/
H A DMakefile26 $(call if_changed,gzip)
48 $(call if_changed,gzip)
52 UIMAGE_COMPRESSION = gzip
/openbmc/linux/arch/nios2/boot/
H A DMakefile11 UIMAGE_COMPRESSION = gzip
21 $(call if_changed,gzip)
/openbmc/linux/Documentation/powerpc/
H A Dvas-api.rst38 /dev/crypto/nx-gzip device node implemented by the VAS/NX device driver.
39 An application must open the /dev/crypto/nx-gzip device to obtain a file
61 There is one /dev/crypto/nx-gzip node in the system and it provides
63 /dev/crypto/nx-gzip are:
80 /dev/crypto/nx-gzip device node in the system. When the nx-gzip device
91 https://github.com/abalib/power-gzip
96 Open /dev/crypto/nx-gzip
99 The nx-gzip device should be opened for read and write. No special
270 fd = open("/dev/crypto/nx-gzip", O_RDWR);
272 fprintf(stderr, "open nx-gzip failed\n");
[all …]
/openbmc/linux/usr/
H A DKconfig56 bool "Support initial ramdisk/ramfs compressed using gzip"
60 Support loading of a gzip encoded initial ramdisk or cpio buffer.
139 Use the old and well tested gzip compression algorithm. Gzip provides
142 supported by your build system as the gzip tool is present by default
151 with bzip2, in comparison to gzip. Bzip2 uses a large amount of
166 comparison to gzip.
177 30% smaller with XZ in comparison to gzip. Decompression speed is
178 better than that of bzip2 but worse than gzip and LZO. Compression is
189 kernel size is about 10% bigger than gzip. Despite that, it's
201 size is about 15% bigger than gzip; however its decompression speed
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/
H A D0001-Remove-timestamp-from-manpage.patch20 - @gzip -9f lsb_release.1
21 + @gzip -9fn lsb_release.1
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc-utils.inc10 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/linux/arch/arc/boot/
H A DMakefile26 $(call if_changed,gzip)
35 $(call if_changed,uimage,gzip)
/openbmc/linux/arch/xtensa/boot/
H A DMakefile39 $(call if_changed,gzip)
45 UIMAGE_COMPRESSION = gzip
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Davoid_parallel_tests.patch25 -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
26 +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects …
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A Davoid_parallel_tests.patch27 -AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects…
28 +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects…
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in18 FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \
27 zstd lz4 bzip2 gzip hostname libacl1
33 \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \

12345678