summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-20 20:49:12 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-22 01:14:47 +0300
commit49e9178df58c72d1269585fd4f384d1de1552208 (patch)
tree6b643dae7562c1ee9619ba8b5c5f517a7bba2bac
parent8ce28d2b73a84441681ad8ee7dcba21a0a76fd4b (diff)
downloadmeta-raspberrypi-49e9178df58c72d1269585fd4f384d1de1552208.tar.gz
raspberrypi.conf: Add "rtc" to MACHINE_FEATURES_BACKFILL_CONSIDERED
RaspberryPi has no hardware clock, this is why hwclock initscript from busybox fails at boot. So make sure we don't have this init script to avoid errors at boot. [GITHUB #21] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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"