diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb deleted file mode 100644 index 36a00cf03b..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | KBRANCH ?= "standard/preempt-rt/base" | ||
2 | KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" | ||
3 | |||
4 | require recipes-kernel/linux/linux-yocto.inc | ||
5 | |||
6 | SRCREV_machine ?= "c75818e2932c3c0444ebebfcc0608fecf2440b92" | ||
7 | SRCREV_machine_qemuppc ?= "fc7abf900967db5dea8a8f8648b8a0de7032f8d7" | ||
8 | SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" | ||
9 | |||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
11 | |||
12 | LINUX_VERSION ?= "3.10.65" | ||
13 | |||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
15 | |||
16 | KMETA = "meta" | ||
17 | |||
18 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
19 | |||
20 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)" | ||
21 | |||
22 | # Functionality flags | ||
23 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | ||
24 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
25 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
26 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
27 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||