diff options
| author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-06-16 16:19:28 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-23 11:44:12 +0100 |
| commit | dd7e0ae43d84eefb5cc0155656f5d540e01944fb (patch) | |
| tree | 440dafdb12e5d72d01d5346b54a2d61766e360cd /scripts/lib/wic/plugins/source/bootimg-pcbios.py | |
| parent | f9b476ebcd9034aa1b91db7d38cad833d1e7725e (diff) | |
| download | poky-dd7e0ae43d84eefb5cc0155656f5d540e01944fb.tar.gz | |
wic: flatten directory structure
Moved misc.py from wic/utils/ to wic/
Removed wic/utils directory
(From OE-Core rev: df906f3caa0721756f5ed48fa657e62e05ae2aa3)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg-pcbios.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/bootimg-pcbios.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/wic/plugins/source/bootimg-pcbios.py index 98ad88b03e..e3518d2f0b 100644 --- a/scripts/lib/wic/plugins/source/bootimg-pcbios.py +++ b/scripts/lib/wic/plugins/source/bootimg-pcbios.py | |||
| @@ -29,10 +29,9 @@ import os | |||
| 29 | 29 | ||
| 30 | from wic import WicError | 30 | from wic import WicError |
| 31 | from wic.engine import get_custom_config | 31 | from wic.engine import get_custom_config |
| 32 | from wic.utils import runner | ||
| 33 | from wic.pluginbase import SourcePlugin | 32 | from wic.pluginbase import SourcePlugin |
| 34 | from wic.utils.misc import (exec_cmd, exec_native_cmd, | 33 | from wic.misc import (exec_cmd, exec_native_cmd, |
| 35 | get_bitbake_var, BOOTDD_EXTRA_SPACE) | 34 | get_bitbake_var, BOOTDD_EXTRA_SPACE) |
| 36 | 35 | ||
| 37 | logger = logging.getLogger('wic') | 36 | logger = logging.getLogger('wic') |
| 38 | 37 | ||
