mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
wic: Remove mic chroot
mic chroot allows users to chroot into an existing mic image and isn't used by wic, so remove it. Removing chroot.py leads in turn to various plugin-loading failures for a number of plugins that wic doesn't use either, so remove those as well. The existing source plugins refer to chroot but don't use it, so fix those up. (From OE-Core rev: d73230306b827972cdc99f21d247c54d5d7c0b6d) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d2120000df
commit
c0aa6cb8fe
@@ -30,7 +30,7 @@ import shutil
|
||||
import re
|
||||
import tempfile
|
||||
|
||||
from mic import chroot, msger
|
||||
from mic import msger
|
||||
from mic.utils import misc, fs_related, errors, runner, cmdln
|
||||
from mic.conf import configmgr
|
||||
from mic.plugin import pluginmgr
|
||||
|
||||
Reference in New Issue
Block a user