mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
packagefeed-stability.bbclass: cleansstate should remove pkgs from deploy dir
"bitbake recipe -ccleansstate" should remove binary pkgs from deploy dir as normal cleansstate does without packagefeed-stability.bbclass. (From OE-Core rev: 0865a5b8b8fbf478fb4b2310f808bcffff84a091) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bc315512d3
commit
aaca17d6ba
@@ -226,7 +226,8 @@ def package_compare_impl(pkgtype, d):
|
||||
else:
|
||||
bb.plain('Not copying packages for recipe %s' % pn)
|
||||
|
||||
do_cleanall_append() {
|
||||
do_cleansstate[postfuncs] += "pfs_cleanpkgs"
|
||||
python pfs_cleanpkgs () {
|
||||
import errno
|
||||
for pkgclass in (d.getVar('PACKAGE_CLASSES', True) or '').split():
|
||||
if pkgclass.startswith('package_'):
|
||||
|
||||
Reference in New Issue
Block a user