diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/buildoptions.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/buildoptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 7ace7474ea..d155f64978 100644 --- a/meta/lib/oeqa/selftest/buildoptions.py +++ b/meta/lib/oeqa/selftest/buildoptions.py | |||
| @@ -16,7 +16,7 @@ class ImageOptionsTests(oeSelfTest): | |||
| 16 | image_pkgtype = get_bb_var("IMAGE_PKGTYPE") | 16 | image_pkgtype = get_bb_var("IMAGE_PKGTYPE") |
| 17 | if image_pkgtype != 'rpm': | 17 | if image_pkgtype != 'rpm': |
| 18 | self.skipTest('Not using RPM as main package format') | 18 | self.skipTest('Not using RPM as main package format') |
| 19 | bitbake("-c cleanall core-image-minimal") | 19 | bitbake("-c clean core-image-minimal") |
| 20 | self.write_config('INC_RPM_IMAGE_GEN = "1"') | 20 | self.write_config('INC_RPM_IMAGE_GEN = "1"') |
| 21 | self.append_config('IMAGE_FEATURES += "ssh-server-openssh"') | 21 | self.append_config('IMAGE_FEATURES += "ssh-server-openssh"') |
| 22 | bitbake("core-image-minimal") | 22 | bitbake("core-image-minimal") |
