disable_skylake_sound: Temp disable config for core2-32

This is needed because the current kernel has a missing kernel
config check for 32bit skylake sound

Commit 0d590c4be3 upstream.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
[reworked for pyro]
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
California Sullivan 2017-09-22 14:09:33 -07:00
parent 78e6dbcd28
commit 63de2abadf
3 changed files with 20 additions and 0 deletions

View File

@ -14,9 +14,13 @@ KBRANCH = "base-rt"
SRCREV_machine ?= "fc08e0615edccfb4d297c07531451cb7905fb4f4"
SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
LINUX_VERSION ?= "4.9.47"
LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"

View File

@ -0,0 +1,14 @@
# CONFIG_SND_SOC_INTEL_SKYLAKE is not set
# CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH is not set
# CONFIG_SND_SOC_INTEL_BXT_FLORIDA_MACH is not set
# CONFIG_SND_SOC_INTEL_BXT_RT298_MACH is not set
# CONFIG_SND_SOC_INTEL_BXT_TDF8532_MACH is not set
# CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH is not set
# CONFIG_SND_SOC_INTEL_SKL_RT286_MACH is not set
# CONFIG_SND_SOC_INTEL_CNL_WM8281_MACH is not set
# CONFIG_SND_SOC_INTEL_CNL_RT274_MACH is not set
# CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH is not set
# CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH is not set
# CONFIG_SND_SOC_INTEL_CNL_CS42L42_MACH is not set
# CONFIG_SND_SOC_INTEL_CNL_RT700_MACH is not set
# CONFIG_SND_SOC_INTEL_CNL_SVFPGA_MACH is not set

View File

@ -8,6 +8,8 @@ SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
LINUX_VERSION ?= "4.9.47"
LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"