summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-01-26 15:06:17 +0000
committerAndrei Gherzan <andrei@gherzan.com>2018-01-26 16:50:42 +0000
commit0202bc288176fdd3319ea7764c7b62d9772c8903 (patch)
tree9830a575f19b8f9293d45696dfa0d854362a8047
parentf864b1068fada7c70d409e4aad7075dd6f78569e (diff)
downloadmeta-raspberrypi-0202bc288176fdd3319ea7764c7b62d9772c8903.tar.gz
rpi-base.inc: Include udev-rules-rpi in MACHINE_EXTRA_RRECOMMENDS
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
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
60# Raspberry Pi has no hardware clock 60# Raspberry Pi has no hardware clock
61MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 61MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
62 62
63MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" 63MACHINE_EXTRA_RRECOMMENDS += " kernel-modules udev-rules-rpi"
64 64
65# Set Raspberrypi splash image 65# Set Raspberrypi splash image
66SPLASH = "psplash-raspberrypi" 66SPLASH = "psplash-raspberrypi"