summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2017-01-09 22:10:50 +0100
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-09 13:24:06 -0800
commit4890c79fb6720b0d12240cb707dcc77c55be1c24 (patch)
tree18d05bdccc83dab3bd81a92222897242cc1d6d50 /common/recipes-kernel
parent10feb903cfd69e6699f81a668b7128120e396dbf (diff)
downloadmeta-intel-4890c79fb6720b0d12240cb707dcc77c55be1c24.tar.gz
linux-yocto/4.4: Fix wrong rt SRCREV for 4.4
This one refers to the merge of 4.4.26. Mistake of 371461eae450. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'common/recipes-kernel')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend2
1 files changed, 1 insertions, 1 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 ebb545d4..64cf783d 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3LINUX_VERSION_INTEL_COMMON = "4.4.26" 3LINUX_VERSION_INTEL_COMMON = "4.4.26"
4SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5" 4SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5"
5SRCREV_MACHINE_INTEL_COMMON = "13852755ecbf491848afbe40e66fc152bc70915b" 5SRCREV_MACHINE_INTEL_COMMON = "4eb72141aa7c3b626a7fc42ae8da6f8b29e43a2c"
6 6
7KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base" 7KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
8 8