mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
rootfs_rpm.bbclass: Remove temporary work files in install directory, saving the manifests as logfiles into ${T}
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -202,8 +202,11 @@ EOF
|
||||
# remove lock files
|
||||
rm -f ${IMAGE_ROOTFS}${rpmlibdir}/__db.*
|
||||
|
||||
# remove resolver files and manifests
|
||||
rm -f ${IMAGE_ROOTFS}/install/install.manifest
|
||||
# Move manifests into the directory with the logs
|
||||
mv ${IMAGE_ROOTFS}/install/*.manifest ${T}/
|
||||
|
||||
# Remove all remaining resolver files
|
||||
rm -f ${IMAGE_ROOTFS}/install
|
||||
|
||||
log_check rootfs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user