summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2016-06-02 15:19:51 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-06-23 12:44:35 -0500
commit7b38f0ef5fcd7c426f10037892cc8d17dd282ed4 (patch)
treef5ec46463b76de02e725dabec6e0f69f34d32494 /common
parent29b3f6c4381e0f92f27b7476b9f4f73326da3f1e (diff)
downloadmeta-intel-7b38f0ef5fcd7c426f10037892cc8d17dd282ed4.tar.gz
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>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend
index 8e7854fe..f4f31944 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend
@@ -1,10 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3LINUX_VERSION_INTEL_COMMON = "4.1.18" 3LINUX_VERSION_INTEL_COMMON = "4.1.26"
4SRCREV_META_INTEL_COMMON ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" 4SRCREV_META_INTEL_COMMON ?= "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
5SRCREV_MACHINE_INTEL_COMMON ?= "28d8cfdbcb18a6eef202099cca66430fd3b6eae0" 5SRCREV_MACHINE_INTEL_COMMON ?= "fb58cd4f92e8b7dfbb7f62af9f01518dbb792041"
6 6
7KBRANCH_INTEL_COMMON = "standard/preempt-rt/base" 7KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
8 8
9LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}" 9LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}"
10COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" 10COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"