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/rootfs.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/rootfs.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/rootfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/scripts/lib/wic/plugins/source/rootfs.py index 944ec5f455..1b9f68b874 100644 --- a/scripts/lib/wic/plugins/source/rootfs.py +++ b/scripts/lib/wic/plugins/source/rootfs.py | |||
| @@ -34,7 +34,7 @@ from oe.path import copyhardlinktree | |||
| 34 | 34 | ||
| 35 | from wic import WicError | 35 | from wic import WicError |
| 36 | from wic.pluginbase import SourcePlugin | 36 | from wic.pluginbase import SourcePlugin |
| 37 | from wic.utils.misc import get_bitbake_var, exec_cmd | 37 | from wic.misc import get_bitbake_var, exec_cmd |
| 38 | 38 | ||
| 39 | logger = logging.getLogger('wic') | 39 | logger = logging.getLogger('wic') |
| 40 | 40 | ||
