diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-28 10:08:18 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 14:35:41 +0100 |
commit | 61c15c03b410f645a07a1095e1a5726324d69dd1 (patch) | |
tree | 13428969fab52097b3f0ccfedee475992f77fd79 /meta/recipes-kernel | |
parent | 05371f426ed13f35675efbcbd63ac0dd929da2e0 (diff) | |
download | poky-61c15c03b410f645a07a1095e1a5726324d69dd1.tar.gz |
linux-yocto/3.4: remove 3.4 name recipes
Removing the 3.4 recipes, since support has not shifted to 3.10 and
3.14 for LTSI kernel versions, with 3.16+ as the development version.
(From OE-Core rev: 362aaebbeb7b241edba00dd8ea08eab07596378c)
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.4.bb | 30 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 25 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 37 |
3 files changed, 0 insertions, 92 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb deleted file mode 100644 index 6929dfaec1..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ /dev/null | |||
@@ -1,30 +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 | LINUX_VERSION ?= "3.4.91" | ||
7 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
8 | |||
9 | KMETA = "meta" | ||
10 | |||
11 | SRCREV_machine ?= "5993b0a650d24f810edb22bab577287d0c6d4f4b" | ||
12 | SRCREV_machine_qemuppc ?= "765d61e4883bb6db3be516722465f2e8d1fc73cd" | ||
13 | SRCREV_meta ?= "a8742041c8b9f447d4ad4c3f478e022f1e4bfcfd" | ||
14 | |||
15 | PR = "${INC_PR}.1" | ||
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
17 | |||
18 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.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" | ||
30 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb deleted file mode 100644 index bad6b8f4eb..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ /dev/null | |||
@@ -1,25 +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 ?= "standard/tiny/base" | ||
7 | LINUX_KERNEL_TYPE = "tiny" | ||
8 | KCONFIG_MODE = "--allnoconfig" | ||
9 | |||
10 | LINUX_VERSION ?= "3.4.91" | ||
11 | |||
12 | KMETA = "meta" | ||
13 | |||
14 | SRCREV_machine ?= "498189ccb98f833daa2092ceee72da8c878e0009" | ||
15 | SRCREV_meta ?= "a8742041c8b9f447d4ad4c3f478e022f1e4bfcfd" | ||
16 | |||
17 | PR = "${INC_PR}.1" | ||
18 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
19 | |||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
21 | |||
22 | COMPATIBLE_MACHINE = "(qemux86)" | ||
23 | |||
24 | # Functionality flags | ||
25 | KERNEL_FEATURES = "" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb deleted file mode 100644 index 3538afcf98..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | require recipes-kernel/linux/linux-yocto.inc | ||
2 | |||
3 | KBRANCH = "standard/base" | ||
4 | |||
5 | # board specific branches | ||
6 | KBRANCH_qemuarm ?= "standard/arm-versatile-926ejs" | ||
7 | KBRANCH_qemumips ?= "standard/mti-malta32" | ||
8 | KBRANCH_qemuppc ?= "standard/qemuppc" | ||
9 | KBRANCH_qemux86 ?= "standard/common-pc/base" | ||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | ||
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | ||
12 | |||
13 | SRCREV_machine_qemuarm ?= "192b56b2f529af1be014ea85667c9f3fea0afd53" | ||
14 | SRCREV_machine_qemumips ?= "58fb8b8fb2f9911cac84cd840d63c8a58bada6ca" | ||
15 | SRCREV_machine_qemuppc ?= "4fe50989bc8bcb3564ca37c2cffd42ac176b428d" | ||
16 | SRCREV_machine_qemux86 ?= "498189ccb98f833daa2092ceee72da8c878e0009" | ||
17 | SRCREV_machine_qemux86-64 ?= "498189ccb98f833daa2092ceee72da8c878e0009" | ||
18 | SRCREV_machine ?= "498189ccb98f833daa2092ceee72da8c878e0009" | ||
19 | SRCREV_meta ?= "a8742041c8b9f447d4ad4c3f478e022f1e4bfcfd" | ||
20 | |||
21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||
22 | |||
23 | LINUX_VERSION ?= "3.4.91" | ||
24 | |||
25 | PR = "${INC_PR}.5" | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
27 | |||
28 | KMETA = "meta" | ||
29 | |||
30 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64" | ||
31 | |||
32 | # Functionality flags | ||
33 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
34 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
35 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
36 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
37 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||