summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2016-05-18 16:54:21 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-05-26 20:59:28 -0500
commitaf8afed0babf3d7d9ea8dfc1fcb47223c241d8b1 (patch)
treeae4125497d0d397790495d3ebd6d227e6dc9c220 /common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend
parentd89d5f0fb6313884adacfe4a4236e08a4725d473 (diff)
downloadmeta-intel-af8afed0babf3d7d9ea8dfc1fcb47223c241d8b1.tar.gz
linux-yocto-rt/4.1: Switch to standard/preempt-rt/intel
We now have a dedicated standard/preempt-rt/intel branch for Intel platforms, so have the the 4.1 rt kernel recipe make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend4
1 files changed, 2 insertions, 2 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 c8cb466b..80598151 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.18"
4SRCREV_META_INTEL_COMMON ?= "e8c492e96f39fbee71520dbee0227dd6a87b9a59" 4SRCREV_META_INTEL_COMMON ?= "2b07d06557a049b6ef7038a31651279c33794dbd"
5SRCREV_MACHINE_INTEL_COMMON ?= "51cca91a1f74dab225598282019f0d694abdc4a0" 5SRCREV_MACHINE_INTEL_COMMON ?= "51cca91a1f74dab225598282019f0d694abdc4a0"
6 6
7KBRANCH_INTEL_COMMON = "standard/preempt-rt/base" 7KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel"
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}"