meta-python-image,meta-python-ptest-image: Use python3 packagegroups

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit e43a9898fc)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2023-11-20 23:32:17 +01:00 committed by Armin Kuster
parent 0fb64aff05
commit a7ead38b9c
2 changed files with 2 additions and 3 deletions

View File

@ -2,5 +2,4 @@ require meta-python-image-base.bb
SUMMARY = "meta-python build test image"
IMAGE_INSTALL += "packagegroup-meta-python \
packagegroup-meta-python3"
IMAGE_INSTALL += "packagegroup-meta-python3"

View File

@ -2,4 +2,4 @@ require meta-python-image-base.bb
SUMMARY = "meta-python ptest test image"
IMAGE_INSTALL += "packagegroup-meta-python-ptest"
IMAGE_INSTALL += "packagegroup-meta-python3-ptest"