mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
wic: Rename /mic to /wic
As well as any other stray instances of mic in the codebase that can be removed. We don't really need to carry around legacy naming, and the history is in git. (From OE-Core rev: 598b120406dc1d2b7e377bd1ab6f0acbef034b22) 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
a43c1f9420
commit
d8f9d05bae
@@ -37,12 +37,12 @@ import subprocess
|
||||
import shutil
|
||||
|
||||
import os, sys, errno
|
||||
from mic import msger, creator
|
||||
from mic.utils import cmdln, misc, errors
|
||||
from mic.conf import configmgr
|
||||
from mic.plugin import pluginmgr
|
||||
from mic.__version__ import VERSION
|
||||
from mic.utils.oe.misc import *
|
||||
from wic import msger, creator
|
||||
from wic.utils import cmdln, misc, errors
|
||||
from wic.conf import configmgr
|
||||
from wic.plugin import pluginmgr
|
||||
from wic.__version__ import VERSION
|
||||
from wic.utils.oe.misc import *
|
||||
|
||||
|
||||
def verify_build_env():
|
||||
|
||||
Reference in New Issue
Block a user