diff options
| -rw-r--r-- | meta-oe/recipes-core/images/meta-oe-image-ptest.bb | 2 | ||||
| -rw-r--r-- | meta-perl/recipes-core/images/meta-perl-image-ptest.bb | 2 | ||||
| -rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/images/meta-oe-image-ptest.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb index dd03022c57..4cd1f4497c 100644 --- a/meta-oe/recipes-core/images/meta-oe-image-ptest.bb +++ b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 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 recipes-core/images/core-image-minimal.bb |
| 5 | require conf/include/ptest-packagelists-meta-oe.inc | 5 | require conf/include/ptest-packagelists-meta-oe.inc |
| 6 | 6 | ||
| 7 | SUMMARY = "meta-oe ptest test image" | 7 | SUMMARY = "meta-oe ptest test image" |
diff --git a/meta-perl/recipes-core/images/meta-perl-image-ptest.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb index d846717580..7905977828 100644 --- a/meta-perl/recipes-core/images/meta-perl-image-ptest.bb +++ b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb | |||
| @@ -3,7 +3,7 @@ REQUIRED_DISTRO_FEATURES += "ptest" | |||
| 3 | 3 | ||
| 4 | SUMMARY = "meta-perl build ptest image" | 4 | SUMMARY = "meta-perl build ptest image" |
| 5 | 5 | ||
| 6 | require recipes-core/images/core-image-base.bb | 6 | require recipes-core/images/core-image-minimal.bb |
| 7 | require conf/include/ptest-packagelists-meta-perl.inc | 7 | require conf/include/ptest-packagelists-meta-perl.inc |
| 8 | 8 | ||
| 9 | DESCRIPTION += "Also including the ${MCNAME} ptest package." | 9 | DESCRIPTION += "Also including the ${MCNAME} ptest package." |
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest.bb b/meta-python/recipes-core/images/meta-python-image-ptest.bb index f781322537..fed676c42e 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 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 recipes-core/images/core-image-minimal.bb |
| 5 | require conf/include/ptest-packagelists-meta-python.inc | 5 | require conf/include/ptest-packagelists-meta-python.inc |
| 6 | 6 | ||
| 7 | SUMMARY = "meta-python ptest test image" | 7 | SUMMARY = "meta-python ptest test image" |
