summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-07 15:59:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:56:31 +0100
commitb0789103afd51fb74b8dd47e0b5584f65c96b90c (patch)
tree6d6904f3fe88e512318269a617f3ecf4b0a1bce8
parentb047060cda838780ee24b09e1af32cc775cac0c9 (diff)
downloadpoky-b0789103afd51fb74b8dd47e0b5584f65c96b90c.tar.gz
linux-yocto: remove v2.6.37 recipe
With the introduction of the 3.4 kernel recipe, the 2.6.37 kernel recipe is removed, keeping the supported list at three kernels. (From OE-Core rev: 96ae45be42dcab338e9f8e3aebd2217146a79f87) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_2.6.37.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
deleted file mode 100644
index 3968c62f38..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1inherit kernel
2require linux-yocto.inc
3
4KMACHINE = "yocto/standard/base"
5KMACHINE_qemux86 = "yocto/standard/common-pc/base"
6KMACHINE_qemux86-64 = "yocto/standard/common-pc-64/base"
7KMACHINE_qemuppc = "yocto/standard/qemu-ppc32"
8KMACHINE_qemumips = "yocto/standard/mti-malta32-be"
9KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
10
11KBRANCH = "${KMACHINE}"
12
13KMETA = "meta"
14
15LINUX_VERSION ?= "2.6.37"
16
17SRCREV_machine_qemuarm = "b3e53a090eaa23aa82e64fa0a563a93a2b4dbb5d"
18SRCREV_machine_qemumips = "91f2eb4a3b447476b36aac8e6e198d08c98e0680"
19SRCREV_machine_qemuppc = "862faf3666b3a4e4bc1d469ff5fb3fb90c25f621"
20SRCREV_machine_qemux86 = "27ad78e1f6378da554775a7d6760730c92f8c5a7"
21SRCREV_machine_qemux86-64 = "af2bfbe5f757361b5b027a24d67a93bfdfaaf33c"
22SRCREV_machine = "4ae8f8605c81c39b959948e23f7123294a5dfb3f"
23SRCREV_meta = "aeea99683c7283f1f3320bf2ee7085ee252d4e7e"
24
25PR = "r23"
26PV = "${LINUX_VERSION}+git${SRCPV}"
27
28SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
29
30COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
31
32# Functionality flags
33KERNEL_FEATURES = "features/netfilter"
34KERNEL_FEATURES_append = " features/taskstats"
35KERNEL_FEATURES_append_qemux86 = " cfg/sound"
36KERNEL_FEATURES_append_qemux86-64 = " cfg/sound"
37
38require linux-tools.inc