meta-openembedded/meta-python/recipes-core/images/meta-python-image.bb
Khem Raj ef9d73fced 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>
2023-10-06 08:37:21 -07:00

6 lines
135 B
BlitzBasic

require recipes-core/images/core-image-base.bb
SUMMARY = "meta-python build test image"
IMAGE_INSTALL += "packagegroup-meta-python3"