mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
meta-python: add pkg groups and image for testing
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
SUMMARY = "meta-python build test image"
|
||||
|
||||
IMAGE_INSTALL = "packagegroup-core-boot"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
6
meta-python/recipes-core/images/meta-python-image.bb
Normal file
6
meta-python/recipes-core/images/meta-python-image.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
require meta-python-image-base.bb
|
||||
|
||||
SUMMARY = "meta-python build test image"
|
||||
|
||||
IMAGE_INSTALL += "packagegroup-meta-python \
|
||||
packagegroup-meta-python3"
|
||||
@@ -0,0 +1,5 @@
|
||||
require meta-python-image-base.bb
|
||||
|
||||
SUMMARY = "meta-python ptest test image"
|
||||
|
||||
IMAGE_INSTALL += "packagegroup-meta-python-ptest"
|
||||
Reference in New Issue
Block a user