meta-raspberrypi: subtree update:ffc402ef5e..17b56ab075

Andreas Müller (1):
      pi-bluetooth: upgrade 0.1.12 -> 0.1.17

Devendra Tewari (1):
      Add WM8960 soundcard support

Paul Barker (1):
      rpi-cmdline: Package is machine-specific

Pierre-Jean Texier (1):
      kas: remove 'image-mklibs' from USER_CLASSES list

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I08366a667f191efd45b717be5bd530ae1af782b5
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
index 5ad9b78..683253c 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
@@ -14,6 +14,7 @@
 SRC_URI += " \
     ${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "file://initramfs-image-bundle.cfg", "", d)} \
     ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "file://vc4graphics.cfg", "", d)} \
+    ${@bb.utils.contains("MACHINE_FEATURES", "wm8960", "file://wm8960.cfg", "", d)} \
     "
 
 KCONFIG_MODE = "--alldefconfig"