Skip to content

Commit

Permalink
layer.conf: Remove references to i2s-mmap
Browse files Browse the repository at this point in the history
This overlay is gone in Linux 4.9 which Pyro uses for all machine
types.

Signed-off-by: Will Newton <willn@resin.io>
  • Loading branch information
Will Newton committed Sep 7, 2017
1 parent 11be57f commit 0524ffa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions layers/meta-resin-raspberrypi/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ KERNEL_DEVICETREE_append = " \
overlays/i2c-pwm-pca9685a.dtbo \
overlays/i2c-sensor.dtbo \
overlays/i2s-gpio28-31.dtbo \
overlays/i2s-mmap.dtbo \
overlays/iqaudio-digi-wm8804-audio.dtbo \
overlays/justboom-dac.dtbo \
overlays/justboom-digi.dtbo \
Expand Down Expand Up @@ -96,10 +95,5 @@ KERNEL_DEVICETREE_append = " \
overlays/wittypi.dtbo \
"

# XXX
# Ugly hack - the 4.9 Kernel, on which RaspberryPi 3 64 is, doesn't provide
# i2s-mmap anymore
KERNEL_DEVICETREE_remove_raspberrypi3-64 = "overlays/i2s-mmap.dtbo"

# We use udev rules to create serial device aliases
SERIAL_CONSOLE = "115200 serial0"

0 comments on commit 0524ffa

Please sign in to comment.