diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-29 17:10:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:06 +0000 |
commit | 30d674f9077ddf5cd2190895869ee1226f0c2796 (patch) | |
tree | 1abae163adc55cbb9411c2e5a624bf05f5397243 /meta | |
parent | 28a4e922373b21e0b2e8765b422f8e5a4610441f (diff) | |
download | openembedded-core-30d674f9077ddf5cd2190895869ee1226f0c2796.tar.gz openembedded-core-30d674f9077ddf5cd2190895869ee1226f0c2796.tar.bz2 openembedded-core-30d674f9077ddf5cd2190895869ee1226f0c2796.zip |
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 <california.l.sullivan@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 |
6 files changed, 6 insertions, 6 deletions
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 8135d3ba24..33fbb45272 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc SRCREV_machine ?= "73c76150065091f6cc1751a3c8ec2d8a8cf8b6af" -SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" +SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5" 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}" 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}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index e27c9dbfcc..c802df797f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "dd6492b44151164242718855d6c9eebbf0018eac" -SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" +SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 71a64d87fe..0b2975c0e9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "d4eb3ab036f8c37c5bc5f45ad0fa4dc34b7228c8" -SRCREV_meta ?= "39d849b041409ddd8fa4f8102f6adb2d57c1fb60" +SRCREV_meta ?= "4d2d541ae090e9646e6fb06ad296bdba54fd7497" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 9ac098afd1..82cfb74223 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "dd6492b44151164242718855d6c9eebbf0018eac" SRCREV_machine_qemux86-64 ?= "dd6492b44151164242718855d6c9eebbf0018eac" SRCREV_machine_qemumips64 ?= "4984422b4cd3deb6d68f46d010fb8eb007468677" SRCREV_machine ?= "dd6492b44151164242718855d6c9eebbf0018eac" -SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" +SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 104fe664ac..6645c98048 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "d4eb3ab036f8c37c5bc5f45ad0fa4dc34b7228c8" SRCREV_machine_qemux86-64 ?= "d4eb3ab036f8c37c5bc5f45ad0fa4dc34b7228c8" SRCREV_machine_qemumips64 ?= "de5aa76a9b909645533b44018bed0aa110e2dbd0" SRCREV_machine ?= "d4eb3ab036f8c37c5bc5f45ad0fa4dc34b7228c8" -SRCREV_meta ?= "39d849b041409ddd8fa4f8102f6adb2d57c1fb60" +SRCREV_meta ?= "4d2d541ae090e9646e6fb06ad296bdba54fd7497" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |