summaryrefslogtreecommitdiffstats
path: root/external/meta-python2/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-python2/recipes-core/images')
-rw-r--r--external/meta-python2/recipes-core/images/meta-python2-image-base.bb7
-rw-r--r--external/meta-python2/recipes-core/images/meta-python2-image.bb5
-rw-r--r--external/meta-python2/recipes-core/images/meta-python2-ptest-image.bb5
3 files changed, 17 insertions, 0 deletions
diff --git a/external/meta-python2/recipes-core/images/meta-python2-image-base.bb b/external/meta-python2/recipes-core/images/meta-python2-image-base.bb
new file mode 100644
index 00000000..6b43defe
--- /dev/null
+++ b/external/meta-python2/recipes-core/images/meta-python2-image-base.bb
@@ -0,0 +1,7 @@
+SUMMARY = "meta-python2 build test image"
+
+IMAGE_INSTALL = "packagegroup-core-boot"
+
+LICENSE = "MIT"
+
+inherit core-image
diff --git a/external/meta-python2/recipes-core/images/meta-python2-image.bb b/external/meta-python2/recipes-core/images/meta-python2-image.bb
new file mode 100644
index 00000000..9fe75ea0
--- /dev/null
+++ b/external/meta-python2/recipes-core/images/meta-python2-image.bb
@@ -0,0 +1,5 @@
+require meta-python2-image-base.bb
+
+SUMMARY = "meta-python2 build test image"
+
+IMAGE_INSTALL += "packagegroup-meta-python2"
diff --git a/external/meta-python2/recipes-core/images/meta-python2-ptest-image.bb b/external/meta-python2/recipes-core/images/meta-python2-ptest-image.bb
new file mode 100644
index 00000000..ddf56641
--- /dev/null
+++ b/external/meta-python2/recipes-core/images/meta-python2-ptest-image.bb
@@ -0,0 +1,5 @@
+require meta-python2-image-base.bb
+
+SUMMARY = "meta-python2 ptest test image"
+
+IMAGE_INSTALL += "packagegroup-meta-python2-ptest"