diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-08-08 15:24:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:53:12 +0100 |
commit | a43c1f94205d95c6eb77af2f0a494b4143f9eaf8 (patch) | |
tree | dd0c4761ab3e9fc515ee77e5300c7d7feee41d77 /scripts | |
parent | ff1aa2358eb31f21c3acdb980633f5bbc77bda77 (diff) | |
download | poky-a43c1f94205d95c6eb77af2f0a494b4143f9eaf8.tar.gz |
wic: Update Disk description
Remove obsolete comment.
(From OE-Core rev: d39c76f24a50c9359840c0959fb50fc6da0960cd)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/mic/utils/fs_related.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/lib/mic/utils/fs_related.py b/scripts/lib/mic/utils/fs_related.py index 07a5ff995d..cf2a759a06 100644 --- a/scripts/lib/mic/utils/fs_related.py +++ b/scripts/lib/mic/utils/fs_related.py | |||
@@ -60,11 +60,8 @@ def makedirs(dirname): | |||
60 | raise | 60 | raise |
61 | 61 | ||
62 | class Disk: | 62 | class Disk: |
63 | """Generic base object for a disk | 63 | """ |
64 | 64 | Generic base object for a disk. | |
65 | The 'create' method must make the disk visible as a block device - eg | ||
66 | by calling losetup. For RawDisk, this is obviously a no-op. The 'cleanup' | ||
67 | method must undo the 'create' operation. | ||
68 | """ | 65 | """ |
69 | def __init__(self, size, device = None): | 66 | def __init__(self, size, device = None): |
70 | self._device = device | 67 | self._device = device |