diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-10-04 18:52:17 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-12 09:58:05 -0400 |
| commit | 4e6ae41f0ed1dc397e1321bc0e7cce9e57a34b36 (patch) | |
| tree | 7d74a57538c9f9a0422f99a38aadab0324b0bda1 /meta-python | |
| parent | a08bf209918bc59e78f4158415d7bf876fd43ed6 (diff) | |
| download | meta-openembedded-4e6ae41f0ed1dc397e1321bc0e7cce9e57a34b36.tar.gz | |
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 <raj.khem@gmail.com>
(cherry picked from commit e88b777cbecd85ff7d2916209774354a6a458101)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-core/images/meta-python-image-base.bb | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ | |||
| 1 | SUMMARY = "meta-python build test image" | ||
| 2 | |||
| 3 | IMAGE_INSTALL = "packagegroup-core-boot" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | |||
| 7 | inherit core-image | ||
