aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/images/meta-oe-image.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-11-11 18:56:59 -0800
committerKhem Raj <raj.khem@gmail.com>2018-11-12 10:04:31 -0800
commitc43d532730fbdae62dc14f2fa550497280f035f3 (patch)
tree19fe416de5a47248ec34a60fd7f480f9cc4546fe /meta-oe/recipes-core/images/meta-oe-image.bb
parent38754bf14cd72edd38904fb828df33cb2bfe067b (diff)
downloadmeta-openembedded-c43d532730fbdae62dc14f2fa550497280f035f3.tar.gz
ptest: add addition packagegroups and image for ptests
Need a method to run ptests in meta-oe and to build test tasks not done via a world build Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/images/meta-oe-image.bb')
-rw-r--r--meta-oe/recipes-core/images/meta-oe-image.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/images/meta-oe-image.bb b/meta-oe/recipes-core/images/meta-oe-image.bb
new file mode 100644
index 0000000000..1565549059
--- /dev/null
+++ b/meta-oe/recipes-core/images/meta-oe-image.bb
@@ -0,0 +1,5 @@
+require meta-oe-image-base.bb
+
+SUMMARY = "meta-oe build test image"
+
+IMAGE_INSTALL += "packagegroup-meta-oe"