From 0cb018059499f7531749ee1d5d1cbb02a6cf3f0a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Oct 2023 19:03:05 -0700 Subject: images: Rename -image to -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 --- meta-oe/recipes-core/images/meta-oe-image-all.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-oe/recipes-core/images/meta-oe-image-all.bb (limited to 'meta-oe/recipes-core/images/meta-oe-image-all.bb') 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" -- cgit 1.2.3-korg