diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-20 20:49:12 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-22 01:14:47 +0300 |
commit | 49e9178df58c72d1269585fd4f384d1de1552208 (patch) | |
tree | 6b643dae7562c1ee9619ba8b5c5f517a7bba2bac | |
parent | 8ce28d2b73a84441681ad8ee7dcba21a0a76fd4b (diff) | |
download | meta-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-x | conf/machine/raspberrypi.conf | 3 |
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 | ||
32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
33 | 33 | ||
34 | #RaspberryPi has no hardware clock | ||
35 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | ||
36 | |||
34 | MACHINE_EXTRA_RRECOMMENDS += " \ | 37 | MACHINE_EXTRA_RRECOMMENDS += " \ |
35 | kernel-modules \ | 38 | kernel-modules \ |
36 | " | 39 | " |