diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oe/image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/image.py b/meta/lib/oe/image.py index 5b77306065..2361955971 100644 --- a/meta/lib/oe/image.py +++ b/meta/lib/oe/image.py | |||
@@ -194,7 +194,7 @@ class Image(ImageDepGraph): | |||
194 | 194 | ||
195 | os.chdir(deploy_dir) | 195 | os.chdir(deploy_dir) |
196 | 196 | ||
197 | if link_name is not None: | 197 | if link_name: |
198 | for type in subimages: | 198 | for type in subimages: |
199 | if os.path.exists(img_name + ".rootfs." + type): | 199 | if os.path.exists(img_name + ".rootfs." + type): |
200 | dst = link_name + "." + type | 200 | dst = link_name + "." + type |