From 5b8f0a7085ce9947106aaf6eed58ebd7788677df Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 12 Jan 2019 13:31:26 -0800 Subject: meta-python: add pkg groups and image for testing Signed-off-by: Armin Kuster Signed-off-by: Khem Raj --- meta-python/recipes-core/images/meta-python-image-base.bb | 7 +++++++ meta-python/recipes-core/images/meta-python-image.bb | 6 ++++++ meta-python/recipes-core/images/meta-python-ptest-image.bb | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 meta-python/recipes-core/images/meta-python-image-base.bb create mode 100644 meta-python/recipes-core/images/meta-python-image.bb create mode 100644 meta-python/recipes-core/images/meta-python-ptest-image.bb (limited to 'meta-python/recipes-core/images') diff --git a/meta-python/recipes-core/images/meta-python-image-base.bb b/meta-python/recipes-core/images/meta-python-image-base.bb new file mode 100644 index 0000000000..81081e61b2 --- /dev/null +++ b/meta-python/recipes-core/images/meta-python-image-base.bb @@ -0,0 +1,7 @@ +SUMMARY = "meta-python build test image" + +IMAGE_INSTALL = "packagegroup-core-boot" + +LICENSE = "MIT" + +inherit core-image diff --git a/meta-python/recipes-core/images/meta-python-image.bb b/meta-python/recipes-core/images/meta-python-image.bb new file mode 100644 index 0000000000..cc75fe6e4b --- /dev/null +++ b/meta-python/recipes-core/images/meta-python-image.bb @@ -0,0 +1,6 @@ +require meta-python-image-base.bb + +SUMMARY = "meta-python build test image" + +IMAGE_INSTALL += "packagegroup-meta-python \ + 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 new file mode 100644 index 0000000000..7ee15354a2 --- /dev/null +++ b/meta-python/recipes-core/images/meta-python-ptest-image.bb @@ -0,0 +1,5 @@ +require meta-python-image-base.bb + +SUMMARY = "meta-python ptest test image" + +IMAGE_INSTALL += "packagegroup-meta-python-ptest" -- cgit v1.2.3-54-g00ecf