summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-26 16:33:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:10:34 +0100
commitc565d76ce15dd11fc8c4e8caeb2184f6865c6692 (patch)
tree2a4840d84c7a91b49751d1446a877974395f9484 /meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
parentfb8b51c4ffdb0dc384429e29b17ef7f6841e248f (diff)
downloadpoky-c565d76ce15dd11fc8c4e8caeb2184f6865c6692.tar.gz
linux-yocto/3.8: remove versioned recipes
Yocto 1.6 will support the LTSI 3.4/3.10 kernels and the 3.14 kernel. As such, we remove the 3.8 linux-yocto recipes to keep our number of supported kernels at three. (From OE-Core rev: 940137ed36e1274bcb4e6b246b69c8c9172cabf7) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
deleted file mode 100644
index 4d59b1611e..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1require recipes-kernel/linux/linux-yocto.inc
2
3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5
6LINUX_VERSION ?= "3.8.13"
7LINUX_KERNEL_TYPE = "preempt-rt"
8
9KMETA = "meta"
10
11SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56"
12SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337"
13SRCREV_meta ?= "19e686b473ebf018c56c9eb839f5fbd88ecd9a5a"
14
15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}"
17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
19
20# Omit broken machines from COMPATIBLE_MACHINE
21# qemuppc hangs at boot
22# qemumips panics at boot
23COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)"
24
25# Functionality flags
26KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc"
27KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
28KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
29KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
30KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"