summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic
index 1b7d7dfa4e..10a03eeea6 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -41,6 +41,8 @@ from distutils import spawn
41scripts_path = os.path.abspath(os.path.dirname(__file__)) 41scripts_path = os.path.abspath(os.path.dirname(__file__))
42lib_path = scripts_path + '/lib' 42lib_path = scripts_path + '/lib'
43sys.path.insert(0, lib_path) 43sys.path.insert(0, lib_path)
44oe_lib_path = os.path.join(os.path.dirname(scripts_path), 'meta', 'lib')
45sys.path.insert(0, oe_lib_path)
44 46
45bitbake_exe = spawn.find_executable('bitbake') 47bitbake_exe = spawn.find_executable('bitbake')
46if bitbake_exe: 48if bitbake_exe: