diff options
Diffstat (limited to 'meta/lib/oe/rootfs.py')
| -rw-r--r-- | meta/lib/oe/rootfs.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 9e6b411fb6..91312f8353 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
| @@ -384,6 +384,10 @@ def create_rootfs(d, manifest_dir=None, progress_reporter=None, logcatcher=None) | |||
| 384 | 384 | ||
| 385 | 385 | ||
| 386 | def image_list_installed_packages(d, rootfs_dir=None): | 386 | def image_list_installed_packages(d, rootfs_dir=None): |
| 387 | # Theres no rootfs for baremetal images | ||
| 388 | if bb.data.inherits_class('baremetal-image', d): | ||
| 389 | return "" | ||
| 390 | |||
| 387 | if not rootfs_dir: | 391 | if not rootfs_dir: |
| 388 | rootfs_dir = d.getVar('IMAGE_ROOTFS') | 392 | rootfs_dir = d.getVar('IMAGE_ROOTFS') |
| 389 | 393 | ||
