aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-07-14 10:01:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-20 18:33:14 +0100
commit61c3acd058ea018696bd284b3922d0b458838d05 (patch)
tree1ee632143719d9922f376c867a05b816138f54ea /bin
parent0dbbb4547cb2570d2ce607e9a53459df3c0ac284 (diff)
downloadbitbake-61c3acd058ea018696bd284b3922d0b458838d05.tar.gz
bitbake: Add piping compression library
Adds a library that implements file-like objects (similar to gzip.GzipFile) that can stream to arbitrary compression programs. This is utilized to implement a LZ4 and zstd compression API. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 6c0737416..aec470692 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -29,6 +29,7 @@ tests = ["bb.tests.codeparser",
"bb.tests.runqueue",
"bb.tests.siggen",
"bb.tests.utils",
+ "bb.tests.compression",
"hashserv.tests",
"layerindexlib.tests.layerindexobj",
"layerindexlib.tests.restapi",