All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi] ds1307-rtc-overlay.dtb has been removed from the kernel tree
@ 2015-06-17  2:56 Herve Jourdain
  0 siblings, 0 replies; only message in thread
From: Herve Jourdain @ 2015-06-17  2:56 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 1562 bytes --]

Hi,

 

I'm not sure about the formalism of submitting patches to this list, so I
hope you will forgive any misstep.

 

Recently, the RaspberryPi kernel has removed some "deprecated" DTB overlays
from the kernel tree, causing the meta-raspberrypi layer to fail at compile
time.

The failure message is:

No rule to make target `arch/arm/boot/dts/ds1307-rtc-overlay.dtb'.  Stop.

 

The DTB overlays that have been deleted are:

ds1307-rtc-overlay

pf2127-rtc-overlay

pcf8523-rtc-overlay

pfc8563-rtc-overlay

 

They've been replaced by: i2c-rtc-overlay

 

Therefore, the file conf/machine/include/rpi-base.inc must be modified to
accommodate those changes.

 

The proposed patch is:

--- meta-raspberrypi/conf/machine/include/rpi-base.inc     2015-06-10
12:59:09.069237631 +0800

+++ meta-raspberrypi.new/conf/machine/include/rpi-base.inc 2015-06-17
01:11:58.125869271 +0800

@@ -23,15 +23,14 @@

     bcm2708-rpi-b-plus.dtb \

     bcm2709-rpi-2-b.dtb \

     \

-    ds1307-rtc-overlay.dtb \

     hifiberry-amp-overlay.dtb \

     hifiberry-dac-overlay.dtb \

     hifiberry-dacplus-overlay.dtb \

     hifiberry-digi-overlay.dtb \

+    i2c-rtc-overlay.dtb \

     iqaudio-dac-overlay.dtb \

     iqaudio-dacplus-overlay.dtb \

     lirc-rpi-overlay.dtb \

-    pcf8523-rtc-overlay.dtb \

     pps-gpio-overlay.dtb \

     w1-gpio-overlay.dtb \

     w1-gpio-pullup-overlay.dtb \

Signed-off-by: herve.jourdain@neuf.fr <mailto:herve.jourdain@neuf.fr> 

 

Regards


[-- Attachment #1.2: Type: text/html, Size: 6453 bytes --]

[-- Attachment #2: meta-raspberrypi-rpi-base.patch --]
[-- Type: application/octet-stream, Size: 694 bytes --]

--- meta-raspberrypi/conf/machine/include/rpi-base.inc	2015-06-10 12:59:09.069237631 +0800
+++ meta-raspberrypi.new/conf/machine/include/rpi-base.inc	2015-06-17 01:11:58.125869271 +0800
@@ -23,15 +23,14 @@
     bcm2708-rpi-b-plus.dtb \
     bcm2709-rpi-2-b.dtb \
     \
-    ds1307-rtc-overlay.dtb \
     hifiberry-amp-overlay.dtb \
     hifiberry-dac-overlay.dtb \
     hifiberry-dacplus-overlay.dtb \
     hifiberry-digi-overlay.dtb \
+	i2c-rtc-overlay.dtb \
     iqaudio-dac-overlay.dtb \
     iqaudio-dacplus-overlay.dtb \
     lirc-rpi-overlay.dtb \
-    pcf8523-rtc-overlay.dtb \
     pps-gpio-overlay.dtb \
     w1-gpio-overlay.dtb \
     w1-gpio-pullup-overlay.dtb \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-17  3:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17  2:56 [meta-raspberrypi] ds1307-rtc-overlay.dtb has been removed from the kernel tree Herve Jourdain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.