meta-agl-bsp: move usbaudio.cfg to linux-agl.inc 81/12281/2
authorMatt Porter <mporter@konsulko.com>
Thu, 30 Nov 2017 23:01:56 +0000 (18:01 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 1 Dec 2017 21:42:10 +0000 (21:42 +0000)
USB audio should be enabled for all AGL BSPs. Move the
usbaudio.cfg from the Renesas BSP bbappend (it's actually
not even used there as the fragment is not being appended)
to linux-agl.inc and append it.

Bug-AGL: SPEC-1148

Change-Id: I219d0d0355a4d57f883086631e07f3d191be2975
Signed-off-by: Matt Porter <mporter@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12281
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend
meta-agl-bsp/recipes-kernel/linux/linux-agl.inc
meta-agl-bsp/recipes-kernel/linux/linux/usbaudio.cfg [moved from meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/usbaudio.cfg with 100% similarity]

index 8776a84..ee4d25f 100755 (executable)
@@ -6,7 +6,6 @@ SRC_URI += " file://disable_delay_printk.patch \
              file://cfg_mac_80211.cfg \
              file://ath9k_htc.cfg \
              file://rtl_sdr.cfg \
-             file://usbaudio.cfg \
              file://ra2x00.cfg \
              file://0001-media-r820t-do-not-double-free-fe-tuner_priv-in-r820.patch \
              file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \
index b9d199c..db37ab2 100644 (file)
@@ -29,6 +29,7 @@ SRC_URI_append = "\
             file://hid.cfg \
             file://drm.cfg \
             file://btusb.cfg \
+            file://usbaudio.cfg \
             "
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg"
 # Enable support for usb video class for usb camera devices
@@ -42,6 +43,8 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/hid.cfg"
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/drm.cfg"
 # Enable Bluetooth USB devices
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg"
+# Enable USB audio devices
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usbaudio.cfg"
 
 # Enable required features for the agl-netboot feature
 SRC_URI_append_netboot = " file://nbd.cfg \