mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 22:03:01 +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:
parent
6ded4e0ae7
commit
5e384038cb
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user