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:
Armin Kuster
2019-01-12 13:31:26 -08:00
committed by Khem Raj
parent cb631fe003
commit 5b8f0a7085
4 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
SUMMARY = "meta-python build test image"
IMAGE_INSTALL = "packagegroup-core-boot"
LICENSE = "MIT"
inherit core-image

View 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"

View File

@@ -0,0 +1,5 @@
require meta-python-image-base.bb
SUMMARY = "meta-python ptest test image"
IMAGE_INSTALL += "packagegroup-meta-python-ptest"