Преглед на файлове

rpi-hwup-image: Drop image

This was deprecated for a good while now so let's drop it.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Andrei Gherzan преди 3 години
родител
ревизия
258dcb3e15
променени са 1 файла, в които са добавени 0 реда и са изтрити 11 реда
  1. 0 11
      recipes-core/images/rpi-hwup-image.bb

+ 0 - 11
recipes-core/images/rpi-hwup-image.bb

@@ -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")
-}