summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-30 23:28:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:06:58 +0100
commitd8358a04e38492283c3051b4ee88eaa94ee26b2b (patch)
treec3d8be58600d55b74251afc3ce3ee80cb57032de /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
parent696be94294f08118c4883b41b31b02a72c69d89f (diff)
downloadpoky-d8358a04e38492283c3051b4ee88eaa94ee26b2b.tar.gz
linux-yocto: remove 3.2 kernel recipes
Moving forward we plan to support two kernels plus the development kernel. That leaves 3.2 as the next kernel to be dropped. Support for this version will be carried in the sustained/old releases. (From OE-Core rev: b8d53d8f91bd1b165016ea1063868c8b15f07ce0) 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.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
deleted file mode 100644
index 1f1b8de942..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1require recipes-kernel/linux/linux-yocto.inc
2
3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
5
6LINUX_VERSION ?= "3.2.32"
7LINUX_KERNEL_TYPE = "preempt-rt"
8
9KMETA = "meta"
10
11SRCREV_machine ?= "d8f7347b67d909a999391c4b6f64447b0ccdc86a"
12SRCREV_machine_qemuppc ?= "65c57e1a8656830260aa56a25bc8512dcb68258a"
13SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c"
14
15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}"
17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2.git;protocol=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_FEATURES_append = "features/netfilter/netfilter.scc"
27KERNEL_FEATURES_append = " features/taskstats/taskstats.scc"
28KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc"
29KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc"