summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconf/machine/raspberrypi.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 932563f..9828c76 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -31,6 +31,9 @@ KERNEL_IMAGETYPE = "Image"
31 31
32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
33 33
34#RaspberryPi has no hardware clock
35MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
36
34MACHINE_EXTRA_RRECOMMENDS += " \ 37MACHINE_EXTRA_RRECOMMENDS += " \
35 kernel-modules \ 38 kernel-modules \
36" 39"