mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
meta/lib/oe/rootfs.py: Fix typo "Restoreing" -> "Restoring"
(From OE-Core rev: 2621dbbc1181808f18ca4ae79408d0d5b557670f) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1dfd7f9a42
commit
5019cfef85
@@ -167,7 +167,7 @@ class Rootfs(object, metaclass=ABCMeta):
|
||||
pass
|
||||
bb.utils.rename(self.image_rootfs, self.image_rootfs + '-dbg')
|
||||
|
||||
bb.note(" Restoreing original rootfs...")
|
||||
bb.note(" Restoring original rootfs...")
|
||||
bb.utils.rename(self.image_rootfs + '-orig', self.image_rootfs)
|
||||
|
||||
def _exec_shell_cmd(self, cmd):
|
||||
|
||||
Reference in New Issue
Block a user