diff options
| -rw-r--r-- | common/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/common/recipes-kernel/linux/linux-yocto-rt_3.14.bb deleted file mode 100644 index 66117a63..00000000 --- a/common/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | require recipes-kernel/linux/linux-yocto.inc | ||
| 2 | |||
| 3 | KBRANCH = "standard/preempt-rt/base" | ||
| 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | ||
| 5 | |||
| 6 | SRCREV_machine ?= "08229402523bdb153dceed0a7260180837396e7f" | ||
| 7 | SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c" | ||
| 8 | |||
| 9 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
| 10 | |||
| 11 | LINUX_VERSION ?= "3.14.4" | ||
| 12 | |||
| 13 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 14 | |||
| 15 | KMETA = "meta" | ||
| 16 | |||
| 17 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
| 18 | |||
| 19 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64)" | ||
| 20 | |||
| 21 | # Functionality flags | ||
| 22 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | ||
| 23 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
| 24 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 25 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 26 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
