From fdde7061108f04b04a82ba76205ce85afc543a6f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 24 Jun 2016 16:56:30 -0400 Subject: linux-yocto/4.1/4.4: tpm, telemetry, acpi and cpuid changes Backporting mainline and development commits to for various subystems. linux-yocto: 4.4: ae6a527d93f i2c: add support for ACPI reconfigure notifications f2422e12af53 acpi: add support for ACPI reconfiguration notifiers bc87718fdb56 acpi: fix enumeration (visited) flags for bus rescans linux-yocto: 4.1: 9f166e918f63 platform:x86 decouple telemetry driver from the optional IPC resources adfc21c1f156 tpm: update PPI documentation to address the location change. 661b0190e412 x86 tsc: enumerate BXT tsc_khz via CPUID 78be69fa9d15 x86 tsc: enumerate SKL cpu_khz and tsc_khz via CPUID Signed-off-by: California Sullivan Signed-off-by: Yu, Ong Hock Signed-off-by: Yong, Jonathan Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 420fd74570..1b9154f8fe 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -11,8 +11,8 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "65ea19da3cd94bb44de4b1dd5419ecc385e4e27d" -SRCREV_meta ?= "9f68667031354532563766a3d04ca8a618e9177a" +SRCREV_machine ?= "68484fa68d060d947fc46b2e85c0c6f2381d3e55" +SRCREV_meta ?= "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" -- cgit 1.2.3-korg