diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-05-30 23:28:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:06:58 +0100 |
commit | d8358a04e38492283c3051b4ee88eaa94ee26b2b (patch) | |
tree | c3d8be58600d55b74251afc3ce3ee80cb57032de /meta/recipes-kernel | |
parent | 696be94294f08118c4883b41b31b02a72c69d89f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 29 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | 26 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 33 |
3 files changed, 0 insertions, 88 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 @@ | |||
1 | require recipes-kernel/linux/linux-yocto.inc | ||
2 | |||
3 | KBRANCH = "standard/preempt-rt/base" | ||
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" | ||
5 | |||
6 | LINUX_VERSION ?= "3.2.32" | ||
7 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
8 | |||
9 | KMETA = "meta" | ||
10 | |||
11 | SRCREV_machine ?= "d8f7347b67d909a999391c4b6f64447b0ccdc86a" | ||
12 | SRCREV_machine_qemuppc ?= "65c57e1a8656830260aa56a25bc8512dcb68258a" | ||
13 | SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c" | ||
14 | |||
15 | PR = "${INC_PR}.0" | ||
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
17 | |||
18 | SRC_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 | ||
23 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" | ||
24 | |||
25 | # Functionality flags | ||
26 | KERNEL_FEATURES_append = "features/netfilter/netfilter.scc" | ||
27 | KERNEL_FEATURES_append = " features/taskstats/taskstats.scc" | ||
28 | KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc" | ||
29 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb deleted file mode 100644 index 00f706b002..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | require recipes-kernel/linux/linux-yocto.inc | ||
2 | |||
3 | # We need lzma (as CONFIG_KERNEL_LZMA=y) | ||
4 | DEPENDS += "xz-native" | ||
5 | |||
6 | KBRANCH_DEFAULT = "standard/tiny" | ||
7 | KBRANCH = "${KBRANCH_DEFAULT}" | ||
8 | LINUX_KERNEL_TYPE = "tiny" | ||
9 | KCONFIG_MODE = "--allnoconfig" | ||
10 | |||
11 | LINUX_VERSION ?= "3.2.32" | ||
12 | |||
13 | KMETA = "meta" | ||
14 | |||
15 | SRCREV_machine ?= "c07ec7159c3ede723953b0d603a7bb55d8614b44" | ||
16 | SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c" | ||
17 | |||
18 | PR = "${INC_PR}.0" | ||
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
20 | |||
21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
22 | |||
23 | COMPATIBLE_MACHINE = "(qemux86)" | ||
24 | |||
25 | # Functionality flags | ||
26 | KERNEL_FEATURES = "" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb deleted file mode 100644 index d080a6918a..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | require recipes-kernel/linux/linux-yocto.inc | ||
2 | |||
3 | KBRANCH = "standard/default/base" | ||
4 | KBRANCH_qemux86 = "standard/default/common-pc/base" | ||
5 | KBRANCH_qemux86-64 = "standard/default/common-pc-64/base" | ||
6 | KBRANCH_qemuppc = "standard/default/qemu-ppc32" | ||
7 | KBRANCH_qemumips = "standard/default/mti-malta32-be" | ||
8 | KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" | ||
9 | |||
10 | LINUX_VERSION ?= "3.2.32" | ||
11 | |||
12 | SRCREV_machine_qemuarm ?= "ec68698f59bed87be4e13954d5d2b9dc1f314b45" | ||
13 | SRCREV_machine_qemumips ?= "ce21a2ab86277e410fd2229a10c45be6c9d0aa17" | ||
14 | SRCREV_machine_qemuppc ?= "edd27681039f2077d83eb02d7c1c44afb7b6224f" | ||
15 | SRCREV_machine_qemux86 ?= "2223d2fb00365c168ec380bdcbef05ef89751c85" | ||
16 | SRCREV_machine_qemux86-64 ?= "2d7956d7e3d15f69c923315c175847813f353d39" | ||
17 | SRCREV_machine ?= "6970a8f4f7caa2633aa1ae0b51732b246eb581ef" | ||
18 | SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c" | ||
19 | |||
20 | PR = "${INC_PR}.1" | ||
21 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
22 | |||
23 | KMETA = "meta" | ||
24 | |||
25 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
26 | |||
27 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64" | ||
28 | |||
29 | # Functionality flags | ||
30 | KERNEL_FEATURES_append=" features/netfilter/netfilter.scc" | ||
31 | KERNEL_FEATURES_append=" features/taskstats/taskstats.scc" | ||
32 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc" | ||
33 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||