mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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:
parent
c18b3d9fed
commit
e43a9898fc
|
|
@ -2,5 +2,4 @@ require meta-python-image-base.bb
|
||||||
|
|
||||||
SUMMARY = "meta-python build test image"
|
SUMMARY = "meta-python build test image"
|
||||||
|
|
||||||
IMAGE_INSTALL += "packagegroup-meta-python \
|
IMAGE_INSTALL += "packagegroup-meta-python3"
|
||||||
packagegroup-meta-python3"
|
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ require meta-python-image-base.bb
|
||||||
|
|
||||||
SUMMARY = "meta-python ptest test image"
|
SUMMARY = "meta-python ptest test image"
|
||||||
|
|
||||||
IMAGE_INSTALL += "packagegroup-meta-python-ptest"
|
IMAGE_INSTALL += "packagegroup-meta-python3-ptest"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user