summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-06-05 15:56:39 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-06-10 15:23:23 -0500
commit1d0a9e0931a22a2ea543d48699023172e14fc9ba (patch)
tree858994ae040336f3ceceda88c31ef4094394ea48 /common/recipes-kernel/linux
parent936a59024d3098da7fc909eefaaca843a86cca27 (diff)
downloadmeta-intel-1d0a9e0931a22a2ea543d48699023172e14fc9ba.tar.gz
common: Delete linux-yocto-rt_3.14.bb from meta-intel layer
Instead use the one from the oecore layer from the daisy or master branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-rt_3.14.bb26
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 @@
1require recipes-kernel/linux/linux-yocto.inc
2
3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5
6SRCREV_machine ?= "08229402523bdb153dceed0a7260180837396e7f"
7SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c"
8
9SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
10
11LINUX_VERSION ?= "3.14.4"
12
13PV = "${LINUX_VERSION}+git${SRCPV}"
14
15KMETA = "meta"
16
17LINUX_KERNEL_TYPE = "preempt-rt"
18
19COMPATIBLE_MACHINE = "(qemux86|qemux86-64)"
20
21# Functionality flags
22KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc"
23KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
24KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
25KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
26KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"