mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
sstate: Fixes for eSDK generation after zstd switch
(From OE-Core rev: f5a90df08631117cd66bec68cb1851db96822bb8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -550,7 +550,7 @@ python copy_buildsystem () {
|
||||
# We don't need sstate do_package files
|
||||
for root, dirs, files in os.walk(sstate_out):
|
||||
for name in files:
|
||||
if name.endswith("_package.tgz"):
|
||||
if name.endswith("_package.tar.zst"):
|
||||
f = os.path.join(root, name)
|
||||
os.remove(f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user