diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-09-02 12:11:09 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-10 01:24:34 -0700 |
commit | e43a9898fc536d1d3bc726180d5c2afd15db0b19 (patch) | |
tree | fa7bacdf36a4f64eecd2141f074616262cc50837 /meta-python/recipes-core | |
parent | c18b3d9fed6c4661f77e6d51fc47767bdbbf0ae2 (diff) | |
download | meta-openembedded-e43a9898fc536d1d3bc726180d5c2afd15db0b19.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image.bb | 3 | ||||
-rw-r--r-- | meta-python/recipes-core/images/meta-python-ptest-image.bb | 2 |
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 cc75fe6e4..6353d389b 100644 --- a/meta-python/recipes-core/images/meta-python-image.bb +++ b/meta-python/recipes-core/images/meta-python-image.bb | |||
@@ -2,5 +2,4 @@ require meta-python-image-base.bb | |||
2 | 2 | ||
3 | SUMMARY = "meta-python build test image" | 3 | SUMMARY = "meta-python build test image" |
4 | 4 | ||
5 | IMAGE_INSTALL += "packagegroup-meta-python \ | 5 | IMAGE_INSTALL += "packagegroup-meta-python3" |
6 | packagegroup-meta-python3" | ||
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 7ee15354a..d497016d4 100644 --- a/meta-python/recipes-core/images/meta-python-ptest-image.bb +++ b/meta-python/recipes-core/images/meta-python-ptest-image.bb | |||
@@ -2,4 +2,4 @@ require meta-python-image-base.bb | |||
2 | 2 | ||
3 | SUMMARY = "meta-python ptest test image" | 3 | SUMMARY = "meta-python ptest test image" |
4 | 4 | ||
5 | IMAGE_INSTALL += "packagegroup-meta-python-ptest" | 5 | IMAGE_INSTALL += "packagegroup-meta-python3-ptest" |