summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb')
-rw-r--r--meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb b/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
deleted file mode 100644
index eacec0ed49..0000000000
--- a/meta-raspberrypi/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")
-}