diff options
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-core/images/meta-python-ptest-image.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-core/images/meta-python-image.bb b/meta-python/recipes-core/images/meta-python-image.bb index 6353d389b..fbe3efc60 100644 --- a/meta-python/recipes-core/images/meta-python-image.bb +++ b/meta-python/recipes-core/images/meta-python-image.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require meta-python-image-base.bb | 1 | require recipes-core/images/core-image-base.bb |
2 | 2 | ||
3 | SUMMARY = "meta-python build test image" | 3 | SUMMARY = "meta-python build test image" |
4 | 4 | ||
diff --git a/meta-python/recipes-core/images/meta-python-ptest-image.bb b/meta-python/recipes-core/images/meta-python-ptest-image.bb index a649cbb94..f78132253 100644 --- a/meta-python/recipes-core/images/meta-python-ptest-image.bb +++ b/meta-python/recipes-core/images/meta-python-ptest-image.bb | |||
@@ -1,10 +1,9 @@ | |||
1 | inherit features_check | 1 | inherit features_check |
2 | REQUIRED_DISTRO_FEATURES = "ptest" | 2 | REQUIRED_DISTRO_FEATURES = "ptest" |
3 | 3 | ||
4 | require recipes-core/images/core-image-base.bb | ||
4 | require conf/include/ptest-packagelists-meta-python.inc | 5 | require conf/include/ptest-packagelists-meta-python.inc |
5 | 6 | ||
6 | require meta-python-image-base.bb | ||
7 | |||
8 | SUMMARY = "meta-python ptest test image" | 7 | SUMMARY = "meta-python ptest test image" |
9 | 8 | ||
10 | DESCRIPTION += "Also including the ${MCNAME} ptest package." | 9 | DESCRIPTION += "Also including the ${MCNAME} ptest package." |