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>
This commit is contained in:
Khem Raj 2020-09-02 12:11:09 -07:00
parent c18b3d9fed
commit e43a9898fc
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"