summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb29
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb26
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.2.bb33
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 @@
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"
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 @@
1require recipes-kernel/linux/linux-yocto.inc
2
3# We need lzma (as CONFIG_KERNEL_LZMA=y)
4DEPENDS += "xz-native"
5
6KBRANCH_DEFAULT = "standard/tiny"
7KBRANCH = "${KBRANCH_DEFAULT}"
8LINUX_KERNEL_TYPE = "tiny"
9KCONFIG_MODE = "--allnoconfig"
10
11LINUX_VERSION ?= "3.2.32"
12
13KMETA = "meta"
14
15SRCREV_machine ?= "c07ec7159c3ede723953b0d603a7bb55d8614b44"
16SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c"
17
18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}"
20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
22
23COMPATIBLE_MACHINE = "(qemux86)"
24
25# Functionality flags
26KERNEL_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 @@
1require recipes-kernel/linux/linux-yocto.inc
2
3KBRANCH = "standard/default/base"
4KBRANCH_qemux86 = "standard/default/common-pc/base"
5KBRANCH_qemux86-64 = "standard/default/common-pc-64/base"
6KBRANCH_qemuppc = "standard/default/qemu-ppc32"
7KBRANCH_qemumips = "standard/default/mti-malta32-be"
8KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs"
9
10LINUX_VERSION ?= "3.2.32"
11
12SRCREV_machine_qemuarm ?= "ec68698f59bed87be4e13954d5d2b9dc1f314b45"
13SRCREV_machine_qemumips ?= "ce21a2ab86277e410fd2229a10c45be6c9d0aa17"
14SRCREV_machine_qemuppc ?= "edd27681039f2077d83eb02d7c1c44afb7b6224f"
15SRCREV_machine_qemux86 ?= "2223d2fb00365c168ec380bdcbef05ef89751c85"
16SRCREV_machine_qemux86-64 ?= "2d7956d7e3d15f69c923315c175847813f353d39"
17SRCREV_machine ?= "6970a8f4f7caa2633aa1ae0b51732b246eb581ef"
18SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c"
19
20PR = "${INC_PR}.1"
21PV = "${LINUX_VERSION}+git${SRCPV}"
22
23KMETA = "meta"
24
25SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
26
27COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64"
28
29# Functionality flags
30KERNEL_FEATURES_append=" features/netfilter/netfilter.scc"
31KERNEL_FEATURES_append=" features/taskstats/taskstats.scc"
32KERNEL_FEATURES_append_qemux86=" cfg/sound.scc"
33KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"