diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-05-13 06:49:59 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 10:01:03 +0100 |
| commit | d06a69b8698b614bdc54985bb372a51db3eaac14 (patch) | |
| tree | 960e2c5e800282c10d1a84312108e1d5994430bd /meta/lib | |
| parent | b8d87e1f00a43162c2cea36488ce41bc0689fdf3 (diff) | |
| download | poky-d06a69b8698b614bdc54985bb372a51db3eaac14.tar.gz | |
meta/lib/oe/rootfs.py: Fix typo "Restoreing" -> "Restoring"
(From OE-Core rev: 499a40c8378144b86026177523373786c701b482)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -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 d634adda4e..16493577e3 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 | os.rename(self.image_rootfs, self.image_rootfs + '-dbg') | 168 | os.rename(self.image_rootfs, self.image_rootfs + '-dbg') |
| 169 | 169 | ||
| 170 | bb.note(" Restoreing original rootfs...") | 170 | bb.note(" Restoring original rootfs...") |
| 171 | os.rename(self.image_rootfs + '-orig', self.image_rootfs) | 171 | os.rename(self.image_rootfs + '-orig', self.image_rootfs) |
| 172 | 172 | ||
| 173 | def _exec_shell_cmd(self, cmd): | 173 | def _exec_shell_cmd(self, cmd): |
