From a7ce0592742abeebe5280cfe7bcf18ba652a7626 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 2 Mar 2015 00:06:20 +0100 Subject: [PATCH] rpi-basic-image: Define rpi SPLASH specific package Signed-off-by: Andrei Gherzan --- recipes-core/images/rpi-basic-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb index 44524fd..623a5a7 100644 --- a/recipes-core/images/rpi-basic-image.bb +++ b/recipes-core/images/rpi-basic-image.bb @@ -1,4 +1,6 @@ # Base this image on rpi-hwup-image include rpi-hwup-image.bb +SPLASH = "psplash-raspberrypi" + IMAGE_FEATURES += "ssh-server-dropbear splash"