summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-04 18:33:22 -0700
committerKhem Raj <raj.khem@gmail.com>2023-10-06 08:37:21 -0700
commitef9d73fced12e7b2dab485f0443cec84e55d016b (patch)
tree9c5a0b67019a6fe04d7de2493d431cc414f6a0bd /meta-python/recipes-core
parentbfb626a23022d871ce3c0c64cb9e5d1cc17c737e (diff)
downloadmeta-openembedded-ef9d73fced12e7b2dab485f0443cec84e55d016b.tar.gz
images: Inherit from core-image-base
We really do not need to define base images which already exist in core layer, reuse them here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r--meta-python/recipes-core/images/meta-python-image.bb2
-rw-r--r--meta-python/recipes-core/images/meta-python-ptest-image.bb3
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 @@
1require meta-python-image-base.bb 1require recipes-core/images/core-image-base.bb
2 2
3SUMMARY = "meta-python build test image" 3SUMMARY = "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 @@
1inherit features_check 1inherit features_check
2REQUIRED_DISTRO_FEATURES = "ptest" 2REQUIRED_DISTRO_FEATURES = "ptest"
3 3
4require recipes-core/images/core-image-base.bb
4require conf/include/ptest-packagelists-meta-python.inc 5require conf/include/ptest-packagelists-meta-python.inc
5 6
6require meta-python-image-base.bb
7
8SUMMARY = "meta-python ptest test image" 7SUMMARY = "meta-python ptest test image"
9 8
10DESCRIPTION += "Also including the ${MCNAME} ptest package." 9DESCRIPTION += "Also including the ${MCNAME} ptest package."