/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-snappy_0.6.1.bb | 1 DESCRIPTION = "Python library for the snappy compression library from Google" 2 DEPENDS += "snappy" 11 PYPI_PACKAGE = "python-snappy" 13 RDEPENDS:${PN} += "snappy"
|
H A D | python3-autobahn_24.4.2.bb | 17 python3-snappy \
|
/openbmc/qemu/dump/ |
H A D | dump-hmp-cmds.c | 23 bool snappy = qdict_get_try_bool(qdict, "snappy", false); in hmp_dump_guest_memory() local 34 if (zlib + lzo + snappy + win_dmp > 1) { in hmp_dump_guest_memory() 60 if (snappy) { in hmp_dump_guest_memory()
|
H A D | meson.build | 1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
|
/openbmc/qemu/qapi/ |
H A D | dump.json | 24 # @kdump-snappy: makedumpfile flattened, kdump-compressed format with 25 # snappy compression 33 # @kdump-raw-snappy: raw assembled kdump-compressed format with snappy 44 'kdump-zlib', 'kdump-lzo', 'kdump-snappy', 45 'kdump-raw-zlib', 'kdump-raw-lzo', 'kdump-raw-snappy',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/ |
H A D | snappy_1.1.10.bb | 13 SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=main \ 28 CVE_PRODUCT = "google:snappy"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/apitrace/ |
H A D | apitrace_11.1.bb | 6 file://thirdparty/snappy/COPYING;md5=f62f3080324a97b3159a7a7e61812d0c" 29 # Use the bundled snappy library
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/ |
H A D | leveldb_1.23.bb | 19 PACKAGECONFIG[snappy] = ",,snappy"
|
/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/ |
H A D | makedumpfile_1.7.6.bb | 52 PACKAGECONFIG[snappy] = "USESNAPPY=on,USESNAPPY=off,snappy"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/ |
H A D | fix-build-on-32bit-arm.patch | 10 Upstream-Status: Submitted [https://github.com/google/snappy/pull/169]
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …ses nettle ninja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice…
|
H A D | freebsd-14.vars | 14 …theme py311-tomli python3 rpm2cpio rust rust-bindgen-cli sdl2 sdl2_image snappy sndio socat spice-…
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 201 PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 100 snappy-dev \
|
H A D | opensuse-leap.docker | 103 snappy-devel \
|
H A D | centos9.docker | 108 snappy-devel \
|
H A D | fedora.docker | 120 snappy-devel \
|
H A D | fedora-rust-nightly.docker | 120 snappy-devel \
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/ |
H A D | rpidistro-ffmpeg_5.1.4.bb | 92 PACKAGECONFIG[snappy] = "--enable-libsnappy,--disable-libsnappy,snappy"
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 428 --enable-tpm --enable-libssh --enable-lzo --enable-snappy --enable-bzip2 \
|
H A D | coverity-scan.docker | 126 snappy-devel \
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 488 --enable-snappy) printf "%s" -Dsnappy=enabled ;; 489 --disable-snappy) printf "%s" -Dsnappy=disabled ;;
|
/openbmc/qemu/ |
H A D | meson_options.txt | 217 option('snappy', type : 'feature', value : 'auto', feature 218 description: 'snappy compression support')
|
H A D | meson.build | 1992 snappy = not_found variable 1993 if not get_option('snappy').auto() or have_system 1994 snappy = cc.find_library('snappy', has_headers: ['snappy-c.h'], variable 1995 required: get_option('snappy')) 1997 if snappy.found() and not cc.links(''' 1998 #include <snappy-c.h> 1999 int main(void) { snappy_max_compressed_length(4096); return 0; }''', dependencies: snappy) 2000 snappy = not_found variable 2001 if get_option('snappy').enabled() 2488 config_host_data.set('CONFIG_SNAPPY', snappy.found()) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/ |
H A D | packagegroup-meta-python.bb | 403 python3-snappy \
|