[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: add i2c-rtc overlay

Jonathan Liu net147 at gmail.com
Sun Oct 25 05:44:32 PDT 2015


The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to
3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc
overlay.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 conf/machine/include/rpi-base.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 8caa5ba..e097702 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -27,6 +27,7 @@ KERNEL_DEVICETREE ?= " \
     overlays/hifiberry-dac-overlay.dtb \
     overlays/hifiberry-dacplus-overlay.dtb \
     overlays/hifiberry-digi-overlay.dtb \
+    overlays/i2c-rtc-overlay.dtb \
     overlays/iqaudio-dac-overlay.dtb \
     overlays/iqaudio-dacplus-overlay.dtb \
     overlays/lirc-rpi-overlay.dtb \
-- 
2.6.1




More information about the yocto mailing list