From bf3ae602ad3f18f673fa6d268634fa4af8d4b2c9 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 11 Feb 2014 15:44:25 -0800 Subject: linux-yocto-rt: Add intel-common linux-yocto-rt 3.10 bbappend Create the bbappend to build intel-common -rt linux-yocto 3.10 kernels for all intel-common BSPs. Signed-off-by: Darren Hart --- .../recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 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 new file mode 100644 index 00000000..cfb41930 --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend @@ -0,0 +1,19 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +KERNEL_FEATURES_INTEL_COMMON = "" + +#LINUX_VERSION_core2-32-intel-common = "3.10" +COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" +#SRCREV_meta_core2-32-intel-common = "${AUTOREV}" +#SRCREV_machine_core2-32-intel-common = "${AUTOREV}" +KMACHINE_core2-32-intel-common = "intel-core2-32" +KBRANCH_core2-32-intel-common = "standard/preempt-rt/base" +KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" + +#LINUX_VERSION_corei7-64-intel-common = "3.10" +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" +KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -- cgit v1.2.3-54-g00ecf