From 207efc6fcfb4279b50abf82189dca31a099997c2 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 26 Feb 2018 19:58:26 +0000 Subject: 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 --- recipes-core/images/rpi-basic-image.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb index 33dca7d..77a3d7b 100644 --- a/recipes-core/images/rpi-basic-image.bb +++ b/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" -- cgit v1.2.3-54-g00ecf