diff options
| -rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 4b48cdbb65..ad9fd77c8b 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
| @@ -167,7 +167,7 @@ class Rootfs(object, metaclass=ABCMeta): | |||
| 167 | pass | 167 | pass |
| 168 | bb.utils.rename(self.image_rootfs, self.image_rootfs + '-dbg') | 168 | bb.utils.rename(self.image_rootfs, self.image_rootfs + '-dbg') |
| 169 | 169 | ||
| 170 | bb.note(" Restoreing original rootfs...") | 170 | bb.note(" Restoring original rootfs...") |
| 171 | bb.utils.rename(self.image_rootfs + '-orig', self.image_rootfs) | 171 | bb.utils.rename(self.image_rootfs + '-orig', self.image_rootfs) |
| 172 | 172 | ||
| 173 | def _exec_shell_cmd(self, cmd): | 173 | def _exec_shell_cmd(self, cmd): |
