Pārlūkot izejas kodu

rpi-basic-image: Refactor to avoid double deprecation warnings

If rpi-basic-image is based on rpi-hwup-image, both deprecation warnings are
printed which may be confusing. Therefore let's just copy over the relevant bits
of rpi-hwup-image for now.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Paul Barker 7 gadi atpakaļ
vecāks
revīzija
207efc6fcf
1 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 7 2
      recipes-core/images/rpi-basic-image.bb

+ 7 - 2
recipes-core/images/rpi-basic-image.bb

@@ -1,5 +1,10 @@
-# Base this image on rpi-hwup-image
-include rpi-hwup-image.bb
+# 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"