diff options
author | 2016-09-20 13:02:18 +0800 | |
---|---|---|
committer | 2016-09-21 07:42:38 -0700 | |
commit | 3335bb8e4941ce89c65b6128537fc7133dd5dbd3 (patch) | |
tree | b7a25401bf97168455930513511d78ce4b1e7e96 | |
parent | 8e0b8336b9a37e5878955cb9b8953f19804138cd (diff) | |
download | meta-intel-3335bb8e4941ce89c65b6128537fc7133dd5dbd3.tar.gz meta-intel-3335bb8e4941ce89c65b6128537fc7133dd5dbd3.tar.bz2 meta-intel-3335bb8e4941ce89c65b6128537fc7133dd5dbd3.zip |
linux-yocto_4.1: update meta SRCREV to latest
This update will include the following commits:
68b5089 bsp: leafhill: snd_ssp_intel: add ssp audio configuration fragment
Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend index 5c5c96e1..23b6828e 100644 --- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend @@ -14,7 +14,7 @@ LINUX_VERSION_corei7-64-intel-common = "${@bb.utils.contains('KERNEL_FEATURES', COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" KMACHINE_corei7-64-intel-common = "${@bb.utils.contains('KERNEL_FEATURES', 'leafhill', 'leafhill', 'intel-corei7-64', d)}" KBRANCH_corei7-64-intel-common = "${@bb.utils.contains('KERNEL_FEATURES', 'leafhill', 'standard/intel/4.1.27/leaf-hill', 'standard/intel/base', d)}" -SRCREV_meta_corei7-64-intel-common ?= "cf6d9876629270e8ed99541db252840291d03f5a" +SRCREV_meta_corei7-64-intel-common ?= "68b5089eeffb5878a990d9eb418407c8e18a6f37" SRCREV_machine_corei7-64-intel-common ?= "${@bb.utils.contains('KERNEL_FEATURES', 'leafhill', '41fc98f785ad56f0df1b85ac039bd5e391697842', '9195020e5747fba069c19996fab079931584a7fb', d)}" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |