mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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
@@ -0,0 +1,4 @@
|
||||
import os, sys
|
||||
|
||||
cur_path = os.path.dirname(__file__) or '.'
|
||||
sys.path.insert(0, cur_path + '/3rdparty')
|
||||
Reference in New Issue
Block a user