aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-12-21 10:49:15 -0500
committerArmin Kuster <akuster808@gmail.com>2018-02-23 07:24:56 -0800
commit92faf9437b7f819fc50e092ae71f3203c825ae3c (patch)
tree6dfd075e99249972dcac385ab63028fdb0b8e1a0 /meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
parentd4acd378bb05778f0f25bee5a3f17be8c8a66cbf (diff)
downloadopenembedded-core-contrib-92faf9437b7f819fc50e092ae71f3203c825ae3c.tar.gz
linux-yocto/4.x: configuration updates
Integrating the following configuration changes to the 4.x linux yocto kernels: common-pc*.scc: Add igb to common-pc drivers mti-malta32: enable CONFIG_HIGHMEM for qemumips to support up to 2GiB RAM features/i915/i915.cfg: compile i915 as a module Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b0343ff286b413745579b371f48917099e0a9bef) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 9cbcc5e16c3531d1c6d17cbba8f13a6ec1413783) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
index e1bf32fdd2..d225339c14 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "d256d615488efc2d0b26f3eff206c6bfa765b339"
-SRCREV_meta ?= "10f8ed198a4188625c9b5ac59de4d691b56a2617"
+SRCREV_machine ?= "fef0184c3c1bcac27fe579bf2643c50bf861e40d"
+SRCREV_meta ?= "4553798a3e73b0791f4d5065ec5ad4b45027914f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"