diff options
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/containerimage.py | 2 | ||||
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/image_typedep.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/selftest/cases/containerimage.py b/meta/lib/oeqa/selftest/cases/containerimage.py index b92e520bc2..3068c9ba26 100644 --- a/meta/lib/oeqa/selftest/cases/containerimage.py +++ b/meta/lib/oeqa/selftest/cases/containerimage.py | |||
| @@ -22,7 +22,7 @@ from oeqa.utils.commands import bitbake, get_bb_vars, runCmd | |||
| 22 | # | 22 | # |
| 23 | class ContainerImageTests(OESelftestTestCase): | 23 | class ContainerImageTests(OESelftestTestCase): |
| 24 | 24 | ||
| 25 | # Verify that when specifying a IMAGE_TYPEDEP_ of the form "foo.bar" that | 25 | # Verify that when specifying a IMAGE_TYPEDEP: of the form "foo.bar" that |
| 26 | # the conversion type bar gets added as a dep as well | 26 | # the conversion type bar gets added as a dep as well |
| 27 | def test_expected_files(self): | 27 | def test_expected_files(self): |
| 28 | 28 | ||
diff --git a/meta/lib/oeqa/selftest/cases/image_typedep.py b/meta/lib/oeqa/selftest/cases/image_typedep.py index 52e1080f13..5b182a8f94 100644 --- a/meta/lib/oeqa/selftest/cases/image_typedep.py +++ b/meta/lib/oeqa/selftest/cases/image_typedep.py | |||
| @@ -9,7 +9,7 @@ from oeqa.utils.commands import bitbake | |||
| 9 | 9 | ||
| 10 | class ImageTypeDepTests(OESelftestTestCase): | 10 | class ImageTypeDepTests(OESelftestTestCase): |
| 11 | 11 | ||
| 12 | # Verify that when specifying a IMAGE_TYPEDEP_ of the form "foo.bar" that | 12 | # Verify that when specifying a IMAGE_TYPEDEP: of the form "foo.bar" that |
| 13 | # the conversion type bar gets added as a dep as well | 13 | # the conversion type bar gets added as a dep as well |
| 14 | def test_conversion_typedep_added(self): | 14 | def test_conversion_typedep_added(self): |
| 15 | 15 | ||
| @@ -22,7 +22,7 @@ LICENSE = "MIT" | |||
| 22 | IMAGE_FSTYPES = "testfstype" | 22 | IMAGE_FSTYPES = "testfstype" |
| 23 | 23 | ||
| 24 | IMAGE_TYPES_MASKED += "testfstype" | 24 | IMAGE_TYPES_MASKED += "testfstype" |
| 25 | IMAGE_TYPEDEP_testfstype = "tar.bz2" | 25 | IMAGE_TYPEDEP:testfstype = "tar.bz2" |
| 26 | 26 | ||
| 27 | inherit image | 27 | inherit image |
| 28 | 28 | ||
