summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-python/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-core/images')
-rw-r--r--meta-openembedded/meta-python/recipes-core/images/meta-python-image-base.bb7
-rw-r--r--meta-openembedded/meta-python/recipes-core/images/meta-python-image.bb6
-rw-r--r--meta-openembedded/meta-python/recipes-core/images/meta-python-ptest-image.bb5
3 files changed, 18 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-core/images/meta-python-image-base.bb b/meta-openembedded/meta-python/recipes-core/images/meta-python-image-base.bb
new file mode 100644
index 000000000..81081e61b
--- /dev/null
+++ b/meta-openembedded/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-openembedded/meta-python/recipes-core/images/meta-python-image.bb b/meta-openembedded/meta-python/recipes-core/images/meta-python-image.bb
new file mode 100644
index 000000000..cc75fe6e4
--- /dev/null
+++ b/meta-openembedded/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-openembedded/meta-python/recipes-core/images/meta-python-ptest-image.bb b/meta-openembedded/meta-python/recipes-core/images/meta-python-ptest-image.bb
new file mode 100644
index 000000000..7ee15354a
--- /dev/null
+++ b/meta-openembedded/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"
OpenPOWER on IntegriCloud