mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
oeqa/selftest/containerimage: update for improved cleanup
ldconfig/aux-cache isn't generated anymore, and the opkg directories are correctly removed now. (From OE-Core rev: 5bfe5dfeb0603f748e95378be150fc02d021666f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b603dc96b3
commit
30ae4f13b5
@@ -60,11 +60,7 @@ IMAGE_INSTALL_remove = "ssh-pregen-hostkeys"
|
||||
'.{sysconfdir}/version',
|
||||
'./run/',
|
||||
'.{localstatedir}/cache/',
|
||||
'.{localstatedir}/cache/ldconfig/',
|
||||
'.{localstatedir}/cache/ldconfig/aux-cache',
|
||||
'.{localstatedir}/cache/opkg/',
|
||||
'.{localstatedir}/lib/',
|
||||
'.{localstatedir}/lib/opkg/'
|
||||
'.{localstatedir}/lib/'
|
||||
]
|
||||
|
||||
expected_files = [ x.format(bindir=bbvars['bindir'],
|
||||
|
||||
Reference in New Issue
Block a user