From 82871068c25eed4d46ce860e1aade84976f99c0a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 20 Apr 2022 16:55:05 +0200 Subject: [PATCH] rpi-basic-image: Drop image This was deprecated for a good while now so let's drop it. Signed-off-by: Andrei Gherzan --- recipes-core/images/rpi-basic-image.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 recipes-core/images/rpi-basic-image.bb diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb deleted file mode 100644 index 1bbbb50..0000000 --- a/recipes-core/images/rpi-basic-image.bb +++ /dev/null @@ -1,15 +0,0 @@ -# Base this image on core-image-minimal -include recipes-core/images/core-image-minimal.bb - -# Include modules in rootfs -IMAGE_INSTALL += " \ - kernel-modules \ - " - -SPLASH = "psplash-raspberrypi" - -IMAGE_FEATURES += "ssh-server-dropbear splash" - -do_image:prepend() { - bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead") -}