From 49e9178df58c72d1269585fd4f384d1de1552208 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 20 Aug 2012 20:49:12 +0300 Subject: 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 --- conf/machine/raspberrypi.conf | 3 +++ 1 file changed, 3 insertions(+) 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" MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" +#RaspberryPi has no hardware clock +MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" + MACHINE_EXTRA_RRECOMMENDS += " \ kernel-modules \ " -- cgit v1.2.3-54-g00ecf