summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-11-02 22:45:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 13:40:33 +0000
commit02831d1ba3d84363100cbe9911ab4fa8efae086f (patch)
tree0acee85d754fe18ce52a853992c757d880bfc10a /meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
parentdcc18bf558e73e4a86a26e51cedb684bde39d35e (diff)
downloadpoky-02831d1ba3d84363100cbe9911ab4fa8efae086f.tar.gz
linux-yocto/4.12: configuration and feature updates
Integrating features and new configurations for the 4.12 kernel. With this update, a CGL-ready kernel can be configured out of the box. (From OE-Core rev: 43c5846e22d246dde314657dbf90f9752b06a54c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index c49a9340f8..d5b9714824 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,8 +11,8 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4" 14SRCREV_machine ?= "abc6bf6010cae7127b5849ce83b60f244024408f"
15SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c" 15SRCREV_meta ?= "73365069d89a8423a6f9f4b5560ee6bfdfc0b3d1"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"