Trusty and USB fixes in source. Compile i915 as module in cache. This makes sure that the video drivers and firmware are available at the same time, fixing firmware load issues.
Signed-off-by: California Sullivan <[email protected]> (cherry picked from commit 2821e296a32e524d1fb4319d13a447d6ff6028e0) Signed-off-by: California Sullivan <[email protected]> --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux/linux-intel_4.9.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb index 7a14c053..c11e5bbf 100644 --- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb @@ -14,7 +14,7 @@ KBRANCH = "4.9/yocto/base-rt" KMETA_BRANCH = "yocto-4.9" LINUX_VERSION ?= "4.9.61" -SRCREV_machine ?= "8eb1a43e7232c412673aaaeb968b02122e42de4d" -SRCREV_meta ?= "3e7fedea919b2c59801ceca25f57a23710ebadcd" +SRCREV_machine ?= "530f7b58f610e99c0dc8f6d2e5695561b442f694" +SRCREV_meta ?= "4553798a3e73b0791f4d5065ec5ad4b45027914f" LINUX_KERNEL_TYPE = "preempt-rt" diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb index 85cb9bbe..6e99b43f 100644 --- a/common/recipes-kernel/linux/linux-intel_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel_4.9.bb @@ -5,8 +5,8 @@ KBRANCH = "4.9/yocto/base" KMETA_BRANCH = "yocto-4.9" LINUX_VERSION ?= "4.9.61" -SRCREV_machine ?= "03469c2e703e40ed42ed72f415fd27c7d7f7f8cf" -SRCREV_meta ?= "3e7fedea919b2c59801ceca25f57a23710ebadcd" +SRCREV_machine ?= "6838fc62f81f59330f720062249b4830f0161fbd" +SRCREV_meta ?= "4553798a3e73b0791f4d5065ec5ad4b45027914f" # For Crystalforest and Romley KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" -- 2.14.3 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
