From 258dcb3e15f5ca3dc3ae6159a3e5fa8799f73870 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 20 Apr 2022 16:55:38 +0200 Subject: [PATCH] rpi-hwup-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-hwup-image.bb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 recipes-core/images/rpi-hwup-image.bb diff --git a/recipes-core/images/rpi-hwup-image.bb b/recipes-core/images/rpi-hwup-image.bb deleted file mode 100644 index eacec0e..0000000 --- a/recipes-core/images/rpi-hwup-image.bb +++ /dev/null @@ -1,11 +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 \ - " - -do_image:prepend() { - bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-base' instead") -}