From e88b777cbecd85ff7d2916209774354a6a458101 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Oct 2023 18:52:17 -0700 Subject: images: Delete layer specific base images These were essentially duplicates of core-image-minimal, however core-image-base is a better baseline for upper layers, so switched the consumers of these images to use core-image-base Signed-off-by: Khem Raj --- meta-python/recipes-core/images/meta-python-image-base.bb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-python/recipes-core/images/meta-python-image-base.bb (limited to 'meta-python/recipes-core') diff --git a/meta-python/recipes-core/images/meta-python-image-base.bb b/meta-python/recipes-core/images/meta-python-image-base.bb deleted file mode 100644 index 81081e61b2..0000000000 --- a/meta-python/recipes-core/images/meta-python-image-base.bb +++ /dev/null @@ -1,7 +0,0 @@ -SUMMARY = "meta-python build test image" - -IMAGE_INSTALL = "packagegroup-core-boot" - -LICENSE = "MIT" - -inherit core-image -- cgit 1.2.3-korg