diff options
Diffstat (limited to 'meta/lib/oe/image.py')
-rw-r--r-- | meta/lib/oe/image.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oe/image.py b/meta/lib/oe/image.py index b9eb3de5aa..9580562580 100644 --- a/meta/lib/oe/image.py +++ b/meta/lib/oe/image.py | |||
@@ -272,8 +272,8 @@ class Image(ImageDepGraph): | |||
272 | rootfs_size = self._get_rootfs_size() | 272 | rootfs_size = self._get_rootfs_size() |
273 | 273 | ||
274 | self.d.setVar('img_creation_func', '\n'.join(cmds)) | 274 | self.d.setVar('img_creation_func', '\n'.join(cmds)) |
275 | self.d.setVarFlag('img_creation_func', 'func', 1) | 275 | self.d.setVarFlag('img_creation_func', 'func', '1') |
276 | self.d.setVarFlag('img_creation_func', 'fakeroot', 1) | 276 | self.d.setVarFlag('img_creation_func', 'fakeroot', '1') |
277 | self.d.setVar('ROOTFS_SIZE', str(rootfs_size)) | 277 | self.d.setVar('ROOTFS_SIZE', str(rootfs_size)) |
278 | 278 | ||
279 | with open(script_name, "w+") as script: | 279 | with open(script_name, "w+") as script: |