intel-common: Update linux-yocto 3.14-rt machine SRCREVs

This also brings the kernel version up to 3.14.4.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Tom Zanussi 2014-05-21 07:11:01 -05:00
parent 85a6a7b977
commit 7ebfc4f6dc
2 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
SRCREV_machine ?= "d31cfd2232d5f8287cad3fdeac4f8cc6b372a729"
SRCREV_machine ?= "00343b1573f3392688ddceac0b3da0d307ab81b9"
SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
LINUX_VERSION ?= "3.14.2"
LINUX_VERSION ?= "3.14.4"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -1,17 +1,17 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
LINUX_VERSION_core2-32-intel-common = "3.14.2"
LINUX_VERSION_core2-32-intel-common = "3.14.4"
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
SRCREV_meta_core2-32-intel-common = "62f236c734996f240d91daee2cb6a05669c7326c"
SRCREV_machine_core2-32-intel-common = "d31cfd2232d5f8287cad3fdeac4f8cc6b372a729"
SRCREV_machine_core2-32-intel-common = "00343b1573f3392688ddceac0b3da0d307ab81b9"
KMACHINE_core2-32-intel-common = "intel-core2-32"
KBRANCH_core2-32-intel-common = "standard/preempt-rt/base"
KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
LINUX_VERSION_corei7-64-intel-common = "3.14.2"
LINUX_VERSION_corei7-64-intel-common = "3.14.4"
COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
SRCREV_meta_corei7-64-intel-common = "62f236c734996f240d91daee2cb6a05669c7326c"
SRCREV_machine_corei7-64-intel-common = "d31cfd2232d5f8287cad3fdeac4f8cc6b372a729"
SRCREV_machine_corei7-64-intel-common = "00343b1573f3392688ddceac0b3da0d307ab81b9"
KMACHINE_corei7-64-intel-common = "intel-corei7-64"
KBRANCH_corei7-64-intel-common = "standard/preempt-rt/base"
KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"