linux-yocto-rt/4.1: Switch to standard/preempt-rt/intel/base

The dedicated standard rt branch for Intel platforms has been renamed
to standard/preempt-rt/intel/base - update the 4.1 rt kernel recipe
accordingly.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Tom Zanussi 2016-06-02 15:19:51 -05:00
parent 29b3f6c438
commit 7b38f0ef5f

View File

@ -1,10 +1,10 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
LINUX_VERSION_INTEL_COMMON = "4.1.18"
SRCREV_META_INTEL_COMMON ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRCREV_MACHINE_INTEL_COMMON ?= "28d8cfdbcb18a6eef202099cca66430fd3b6eae0"
LINUX_VERSION_INTEL_COMMON = "4.1.26"
SRCREV_META_INTEL_COMMON ?= "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
SRCREV_MACHINE_INTEL_COMMON ?= "fb58cd4f92e8b7dfbb7f62af9f01518dbb792041"
KBRANCH_INTEL_COMMON = "standard/preempt-rt/base"
KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}"
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"