diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 30 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 26 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 39 |
3 files changed, 0 insertions, 95 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb deleted file mode 100644 index 4d59b1611e..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.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.8.13" | ||
| 7 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
| 8 | |||
| 9 | KMETA = "meta" | ||
| 10 | |||
| 11 | SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56" | ||
| 12 | SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337" | ||
| 13 | SRCREV_meta ?= "19e686b473ebf018c56c9eb839f5fbd88ecd9a5a" | ||
| 14 | |||
| 15 | PR = "${INC_PR}.1" | ||
| 16 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 17 | |||
| 18 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.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_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.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb deleted file mode 100644 index 4f346912a4..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.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/base" | ||
| 7 | KBRANCH = "${KBRANCH_DEFAULT}" | ||
| 8 | LINUX_KERNEL_TYPE = "tiny" | ||
| 9 | KCONFIG_MODE = "--allnoconfig" | ||
| 10 | |||
| 11 | LINUX_VERSION ?= "3.8.13" | ||
| 12 | |||
| 13 | KMETA = "meta" | ||
| 14 | |||
| 15 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | ||
| 16 | SRCREV_meta ?= "19e686b473ebf018c56c9eb839f5fbd88ecd9a5a" | ||
| 17 | |||
| 18 | PR = "${INC_PR}.1" | ||
| 19 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 20 | |||
| 21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.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.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb deleted file mode 100644 index dfc67bd9c0..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | require recipes-kernel/linux/linux-yocto.inc | ||
| 2 | |||
| 3 | KBRANCH_DEFAULT = "standard/base" | ||
| 4 | KBRANCH = "${KBRANCH_DEFAULT}" | ||
| 5 | |||
| 6 | # board specific branches | ||
| 7 | KBRANCH_qemuarm = "standard/arm-versatile-926ejs" | ||
| 8 | KBRANCH_qemumips = "standard/mti-malta32" | ||
| 9 | KBRANCH_qemuppc = "standard/qemuppc" | ||
| 10 | KBRANCH_qemux86 = "standard/common-pc/base" | ||
| 11 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" | ||
| 12 | KBRANCH_qemumips64 = "standard/mti-malta64" | ||
| 13 | |||
| 14 | SRCREV_machine_qemuarm ?= "aa76cc28408376814752bd36fb0dcf0e25aa5ba3" | ||
| 15 | SRCREV_machine_qemumips ?= "aa0affda03c955678b26b2fb586f1d9505127871" | ||
| 16 | SRCREV_machine_qemumips64 ?= "077bff22c9951db6b35470ba17b1df2f2a91fefb" | ||
| 17 | SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b" | ||
| 18 | SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | ||
| 19 | SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | ||
| 20 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | ||
| 21 | SRCREV_meta ?= "19e686b473ebf018c56c9eb839f5fbd88ecd9a5a" | ||
| 22 | |||
| 23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||
| 24 | |||
| 25 | LINUX_VERSION ?= "3.8.13" | ||
| 26 | |||
| 27 | PR = "${INC_PR}.2" | ||
| 28 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 29 | |||
| 30 | KMETA = "meta" | ||
| 31 | |||
| 32 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" | ||
| 33 | |||
| 34 | # Functionality flags | ||
| 35 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
| 36 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
| 37 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 38 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
| 39 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
