summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/rpi-base.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 44a0d65..7a87bd1 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -76,7 +76,9 @@ MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa blue
76# Raspberry Pi has no hardware clock 76# Raspberry Pi has no hardware clock
77MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 77MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
78 78
79MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " kernel-modules udev-rules-rpi" 79MACHINE_EXTRA_RRECOMMENDS += "kernel-modules udev-rules-rpi"
80MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i2c-dev kernel-module-i2c-bcm2708', '', d)}"
81
80 82
81# Set Raspberrypi splash image 83# Set Raspberrypi splash image
82SPLASH = "psplash-raspberrypi" 84SPLASH = "psplash-raspberrypi"