From 3b45a0b5b22a2d6c72a819a8cb8717bbf45e6aab Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 4 Apr 2014 11:16:43 -0700 Subject: common kernels: fix typos in overrides In the intel common kernel recipes, instead of corei7-64-intel-common, intel-corei7-64-intel-common was specified as override. This was masking the KMACHINE and KBRANCH variables defined in these recipes causing unexpected build issues for kernels of BSPs like nuc. Fixes bug: [YOCTO #6123] Signed-off-by: Nitin A Kamble --- common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend') diff --git a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend index cfb41930..f4712ef8 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend @@ -14,6 +14,6 @@ KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" #SRCREV_meta_corei7-64-intel-common = "${AUTOREV}" #SRCREV_machine_corei7-64-intel-common = "${AUTOREV}" -KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" -KBRANCH_intel-corei7-64-intel-common = "standard/preempt-rt/base" +KMACHINE_corei7-64-intel-common = "intel-corei7-64" +KBRANCH_corei7-64-intel-common = "standard/preempt-rt/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -- cgit v1.2.3-54-g00ecf