diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2016-05-18 16:51:24 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2016-05-26 17:46:57 -0500 |
commit | a60ccb7309fc9c8c20d00eb394c7698d79c7b317 (patch) | |
tree | d13b78ac820e852181e55352ffcdfc6526728dd7 /common | |
parent | 9ed73513fcb82924c3921e013036f6fa84d36996 (diff) | |
download | meta-intel-a60ccb7309fc9c8c20d00eb394c7698d79c7b317.tar.gz |
linux-yocto-rt/4.4: Switch to standard/preempt-rt/intel
We now have a dedicated standard/preempt-rt/intel branch for Intel
platforms, so have the the 4.4 rt kernel recipe make use of it.
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.4.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend index 474c2a47..3ba865e7 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | |||
@@ -1,10 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | LINUX_VERSION_INTEL_COMMON = "4.4.11" | 3 | LINUX_VERSION_INTEL_COMMON = "4.4.11" |
4 | SRCREV_META_INTEL_COMMON ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" | 4 | SRCREV_META_INTEL_COMMON ?= "1465ac389f22979618852aa04298049cfdd5dcb4" |
5 | SRCREV_MACHINE_INTEL_COMMON ?= "bf2fbe7f2cdf44fc69e50fefbfdd58d41a03733a" | 5 | SRCREV_MACHINE_INTEL_COMMON ?= "bf2fbe7f2cdf44fc69e50fefbfdd58d41a03733a" |
6 | 6 | ||
7 | KBRANCH_INTEL_COMMON = "standard/preempt-rt" | 7 | KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel" |
8 | 8 | ||
9 | LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}" | 9 | LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}" |
10 | COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" | 10 | COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" |