diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-06-05 15:56:39 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-06-10 15:23:23 -0500 |
| commit | 1d0a9e0931a22a2ea543d48699023172e14fc9ba (patch) | |
| tree | 858994ae040336f3ceceda88c31ef4094394ea48 | |
| parent | 936a59024d3098da7fc909eefaaca843a86cca27 (diff) | |
| download | meta-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>
| -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" | ||
