From 0202bc288176fdd3319ea7764c7b62d9772c8903 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 26 Jan 2018 15:06:17 +0000 Subject: rpi-base.inc: Include udev-rules-rpi in MACHINE_EXTRA_RRECOMMENDS Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 1e90d55..937a8b1 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -60,7 +60,7 @@ MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa blue # Raspberry Pi has no hardware clock MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" -MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" +MACHINE_EXTRA_RRECOMMENDS += " kernel-modules udev-rules-rpi" # Set Raspberrypi splash image SPLASH = "psplash-raspberrypi" -- cgit v1.2.3-54-g00ecf