diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 30 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 25 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 30 |
3 files changed, 85 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb new file mode 100644 index 0000000000..4139be88dd --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | require recipes-kernel/linux/linux-yocto.inc | ||
2 | |||
3 | KBRANCH = "standard/preempt-rt/base" | ||
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | ||
5 | |||
6 | SRCREV_machine ?= "77c5842818867366c3d08ca1dec19dc43aee0e91" | ||
7 | SRCREV_machine_qemuppc ?= "7be83bc1124d2a2c75f99df94baaf718659722ea" | ||
8 | SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d" | ||
9 | |||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
11 | |||
12 | LINUX_VERSION ?= "3.10.9" | ||
13 | |||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
15 | |||
16 | KMETA = "meta" | ||
17 | |||
18 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
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_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | ||
27 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
28 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.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.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb new file mode 100644 index 0000000000..1c2ad37fe7 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -0,0 +1,25 @@ | |||
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/base" | ||
7 | KBRANCH = "${KBRANCH_DEFAULT}" | ||
8 | LINUX_KERNEL_TYPE = "tiny" | ||
9 | KCONFIG_MODE = "--allnoconfig" | ||
10 | |||
11 | LINUX_VERSION ?= "3.10.9" | ||
12 | |||
13 | KMETA = "meta" | ||
14 | |||
15 | SRCREV_machine ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | ||
16 | SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d" | ||
17 | |||
18 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
19 | |||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=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.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb new file mode 100644 index 0000000000..ea6ad2a74d --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | require recipes-kernel/linux/linux-yocto.inc | ||
2 | |||
3 | KBRANCH_DEFAULT = "standard/base" | ||
4 | KBRANCH = "${KBRANCH_DEFAULT}" | ||
5 | |||
6 | SRCREV_machine_qemuarm ?= "8675d3d0a3c17135f70ef474d5c362397c02e62a" | ||
7 | SRCREV_machine_qemumips ?= "992b743b905edd21d3a4a27c92b5c6a9e44d7d73" | ||
8 | SRCREV_machine_qemuppc ?= "09388c3572e26c78b34554e46e077f12be7b2401" | ||
9 | SRCREV_machine_qemux86 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | ||
10 | SRCREV_machine_qemux86-64 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | ||
11 | SRCREV_machine_qemumips64 ?= "203679cb23c752fdcbc0180a55a81728d7462561" | ||
12 | SRCREV_machine ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | ||
13 | SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d" | ||
14 | |||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||
16 | |||
17 | LINUX_VERSION ?= "3.10.9" | ||
18 | |||
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
20 | |||
21 | KMETA = "meta" | ||
22 | |||
23 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" | ||
24 | |||
25 | # Functionality flags | ||
26 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
27 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
28 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
29 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
30 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||