aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/images/meta-oe-image-all.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-04 19:03:05 -0700
committerKhem Raj <raj.khem@gmail.com>2023-10-06 08:37:21 -0700
commit0cb018059499f7531749ee1d5d1cbb02a6cf3f0a (patch)
tree1a8effb813d060e762c62b8d1166e5ccbe21c711 /meta-oe/recipes-core/images/meta-oe-image-all.bb
parente88b777cbecd85ff7d2916209774354a6a458101 (diff)
downloadmeta-openembedded-contrib-0cb018059499f7531749ee1d5d1cbb02a6cf3f0a.tar.gz
images: Rename <layer>-image to <layer>-image-all
These are test images to build all recipes in layer. Renaming them makes them refect what they are. Moreover we can rename the ptest images to match OE-Core naming conventions for meta-oe/meta-perl/meta-python Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/images/meta-oe-image-all.bb')
-rw-r--r--meta-oe/recipes-core/images/meta-oe-image-all.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/images/meta-oe-image-all.bb b/meta-oe/recipes-core/images/meta-oe-image-all.bb
new file mode 100644
index 0000000000..1338adf29f
--- /dev/null
+++ b/meta-oe/recipes-core/images/meta-oe-image-all.bb
@@ -0,0 +1,5 @@
+require recipes-core/images/core-image-base.bb
+
+SUMMARY = "meta-oe build test image"
+
+IMAGE_INSTALL += "packagegroup-meta-oe"