From 30d674f9077ddf5cd2190895869ee1226f0c2796 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 29 Feb 2016 17:10:25 -0500 Subject: linux-yocto: braswell: Remove feature and move DRM_I915_PRELIMINARY_HW_SUPPORT option >From Cal: fixes the issue where Skylake doesn't have graphics support by default before kernel version 4.4, and also brings the kernel metadata closer together for intel-* and common-pc* BSPs. [YOCTO 9#319] Signed-off-by: California Sullivan Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 29752413b9..65fc9ab941 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt" require recipes-kernel/linux/linux-yocto.inc SRCREV_machine ?= "10a99cd2bfbbea9fa82b5a988eb8cb9c5f7b6600" -SRCREV_meta ?= "39d849b041409ddd8fa4f8102f6adb2d57c1fb60" +SRCREV_meta ?= "4d2d541ae090e9646e6fb06ad296bdba54fd7497" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -- cgit 1.2.3-korg