linux-intel/4.14: change KBRANCH to 4.14 and update SRCREVs

A named branch has now been created, so use that instead of master.

Also update the cache SRCREV. No functional changes to the generated
config, but the cache has been refactored to not reference unsupported
platforms.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
California Sullivan 2018-02-14 12:36:45 -08:00
parent 9e9ad9da03
commit 84cd64d6aa
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ python () {
}
KBRANCH = "4.14/yocto/base-rt"
KMETA_BRANCH = "master"
KMETA_BRANCH = "yocto-4.14"
# Fix for 32-bit perf issue. Remove when patch is backported to 4.14.
SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch"
@ -19,6 +19,6 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
LINUX_VERSION ?= "4.14.15"
SRCREV_machine ?= "2c465a6ca02b4b53b583e6878e4751708f591767"
SRCREV_meta ?= "ee7e849882aa2f0947dd56a60ba5b0d2eec558f2"
SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842"
LINUX_KERNEL_TYPE = "preempt-rt"

View File

@ -1,7 +1,7 @@
require linux-intel.inc
KBRANCH = "4.14/yocto/base"
KMETA_BRANCH = "master"
KMETA_BRANCH = "yocto-4.14"
# Fix for 32-bit perf issue. Remove when patch is backported to 4.14.
SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch"
@ -10,7 +10,7 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
LINUX_VERSION ?= "4.14.15"
SRCREV_machine ?= "386c831d13803af8c6d73afa922333b4a796e994"
SRCREV_meta ?= "ee7e849882aa2f0947dd56a60ba5b0d2eec558f2"
SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842"
# For Crystalforest and Romley
KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"