All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16
@ 2015-10-21 21:12 Andrei Gherzan
  2015-10-21 21:12 ` [meta-raspberrypi][PATCH 02/11] linux-raspberrypi: support kernel 4.1.3 Andrei Gherzan
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Andrei Gherzan @ 2015-10-21 21:12 UTC (permalink / raw)
  To: yocto

From: Alex J Lennon <ajlennon@dynamicdevices.co.uk>

This requires some changes to KERNEL_DEVICETREE as the dtb
layout has changed to support overlays. This change also
makes us ready to support kernel 4.x series

Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
---
 conf/machine/include/rpi-base.inc              | 22 ++++++++++------------
 recipes-kernel/linux/linux-raspberrypi_3.18.bb |  9 +++++++--
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 1dda207..8caa5ba 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -23,18 +23,16 @@ KERNEL_DEVICETREE ?= " \
     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 \
-    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 \
+    overlays/hifiberry-amp-overlay.dtb \
+    overlays/hifiberry-dac-overlay.dtb \
+    overlays/hifiberry-dacplus-overlay.dtb \
+    overlays/hifiberry-digi-overlay.dtb \
+    overlays/iqaudio-dac-overlay.dtb \
+    overlays/iqaudio-dacplus-overlay.dtb \
+    overlays/lirc-rpi-overlay.dtb \
+    overlays/pps-gpio-overlay.dtb \
+    overlays/w1-gpio-overlay.dtb \
+    overlays/w1-gpio-pullup-overlay.dtb \
     "
 KERNEL_IMAGETYPE ?= "Image"
 
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
index 6d8b155..a1fe6b4 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.18.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
@@ -1,6 +1,11 @@
-LINUX_VERSION ?= "3.18.11"
+LINUX_VERSION ?= "3.18.16"
 
-SRCREV = "d64fa8121fca9883d6fb14ca06d2abf66496195e"
+SRCREV = "1bb18c8f721ef674a447f3622273f2e2de7a205c"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y"
 
 require linux-raspberrypi.inc
+
+# Create missing out of tree 'overlays' directory prior to install step
+do_compile_prepend() {
+  mkdir -p ${B}/arch/arm/boot/dts/overlays
+}
-- 
2.6.0



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-10-24 19:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 21:12 [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16 Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 02/11] linux-raspberrypi: support kernel 4.1.3 Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 03/11] linux-raspberrypi: Update 4.1 recipe to 4.1.10 Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 04/11] linux-raspberrypi: Remove old 3.12 version Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 05/11] rpi-default-versions: Default kernel on 4.1.% Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 06/11] bcm2835: Update to v1.46 Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 07/11] firmware: Bump revision Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 08/11] omxplayer: " Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 09/11] rpi-mkimage: " Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 10/11] userland: " Andrei Gherzan
2015-10-21 21:12 ` [meta-raspberrypi][PATCH 11/11] pi-blaster: " Andrei Gherzan
2015-10-21 21:23 ` [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16 Andrei Gherzan
2015-10-24 19:36 ` Andrei Gherzan

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.